Chromium Code Reviews| Index: components/invalidation.gypi |
| diff --git a/components/invalidation.gypi b/components/invalidation.gypi |
| index 4e361f845e761ad7a5dc3af81259b819b436ee8a..affc2b39fc2c29e33f12706d0c4e44c29ca2b51e 100644 |
| --- a/components/invalidation.gypi |
| +++ b/components/invalidation.gypi |
| @@ -224,6 +224,7 @@ |
| 'dependencies': [ |
| 'invalidation_java', |
| '../base/base.gyp:base_java_test_support', |
| + '../content/content_shell_and_tests.gyp:content_java_test_support', |
|
Nicolas Zea
2015/07/30 01:02:04
I don't think you can depend on content/ from comp
maxbogue
2015/07/30 21:15:15
I think it's fine for tests: https://code.google.c
|
| ], |
| 'variables': { |
| 'java_in_dir': 'invalidation/impl/android/javatests', |