Chromium Code Reviews| Index: build/isolate.gypi |
| diff --git a/build/isolate.gypi b/build/isolate.gypi |
| index 0f2a301539206e1671bcca5366fdd9e8156107b0..544b506fb0d16877bd096b7079ee293dac80ba08 100644 |
| --- a/build/isolate.gypi |
| +++ b/build/isolate.gypi |
| @@ -38,6 +38,9 @@ |
| # for more information. |
| { |
| + 'includes': [ |
| + '../chrome/version.gypi', |
| + ], |
| 'rules': [ |
| { |
| 'rule_name': 'isolate', |
| @@ -74,6 +77,7 @@ |
| # once support for user-defined config variables is added. |
| '--config-variable', |
| 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)', |
| + '--extra-variable', 'version_full=<(version_full)', |
|
M-A Ruel
2014/01/15 23:29:07
Please update build/android/gtest/setup.py too.
Ken Russell (switch to Gerrit)
2014/01/15 23:46:45
I'll work on updating src/build/android/pylib/gtes
|
| '--result', '<@(_outputs)', |
| '--isolate', '<(RULE_INPUT_PATH)', |
| ], |