From 83e4d02de234171b18640ad2c717129b0a0818ff Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 22 Nov 2013 19:06:38 +0000 Subject: [PATCH] Use all.gyp for All target in DEPS runhooks BUG=288 TEST=none R=kjellander@google.com Review URL: https://webrtc-codereview.appspot.com/4289004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@874 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- DEPS | 2 +- README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 0f6c9582a..7e866873c 100644 --- a/DEPS +++ b/DEPS @@ -112,7 +112,7 @@ hooks = [ # A change to a .gyp, .gypi, or to GYP itself should run the generator. "pattern": ".", "action": ["python", Var("root_dir") + "/build/gyp_chromium", - "--depth=" + Var("root_dir"), Var("root_dir") + "/libyuv_test.gyp", + "--depth=" + Var("root_dir"), Var("root_dir") + "/all.gyp", Var("extra_gyp_flag")], }, { diff --git a/README.chromium b/README.chromium index 94a51b37d..07aefeb18 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 873 +Version: 874 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9ee12307e..c5a5b5861 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 873 +#define LIBYUV_VERSION 874 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT