From fefc694ee9d72d4e134a889a42e3e12b6a70693d Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 8 Sep 2014 23:40:37 +0000 Subject: [PATCH] Update GN build to refer to ppapi target. This allows the inclusion of the pp_macros header when running in gn's header check mode. BUG=none TESTED=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/26389004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1077 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- BUILD.gn | 1 + README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index e41b9937d..71289427d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -84,6 +84,7 @@ source_set("libyuv") { } deps = [ + "//ppapi:ppapi_macros", # Allow include of pp_macros.h. "//third_party:jpeg", ] diff --git a/README.chromium b/README.chromium index c7abdfc01..3fcc1bf8d 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1075 +Version: 1077 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9e3d2b401..f1b464a32 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1075 +#define LIBYUV_VERSION 1077 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT