Chromium Code Reviews| Index: build/apk_test.gypi |
| diff --git a/build/apk_test.gypi b/build/apk_test.gypi |
| index eaab63f2106c74d0ad521c10f32437b073458f2c..59993858bda9852df65acf1d5d854ce7463c76b8 100644 |
| --- a/build/apk_test.gypi |
| +++ b/build/apk_test.gypi |
| @@ -20,7 +20,10 @@ |
| { |
| 'variables': { |
| - 'input_jars_paths': [], |
| + 'input_jars_paths': [ |
| + # Needed by ChromeNativeTestActivity.java. |
| + '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| + ], |
| }, |
|
cjhopman
2012/09/06 20:29:25
Can this be specified as a dependency on base here
Philippe
2012/09/07 09:45:57
This does not work unfortunately :/ The Python scr
cjhopman
2012/09/07 16:37:01
Depending on base should add the path to chromium_
|
| 'target_conditions': [ |
| ['_toolset == "target"', { |