Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index c4ee483bb0d1e069365d8000069fd831b56a35c2..47725504630a5d9b3623bfec3b6872dc65e5a8cd 100644 |
| --- a/components/components_tests.gyp |
| +++ b/components/components_tests.gyp |
| @@ -620,6 +620,8 @@ |
| }], |
| ['OS == "android"', { |
| 'sources': [ |
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc', |
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc', |
| 'invalidation/invalidation_service_android_unittest.cc', |
| ], |
| 'sources!': [ |
| @@ -639,6 +641,10 @@ |
| 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| ], |
| 'dependencies': [ |
| + # Dependencies of data_reduction_proxy |
|
blundell
2015/02/04 09:17:53
nit: We're not actually separating out the depende
megjablon
2015/02/07 05:15:13
Done.
|
| + 'components.gyp:data_reduction_proxy_content', |
| + |
| + # Dependencies of invalidation |
| '../testing/android/native_test.gyp:native_test_native_code', |
| ], |
| 'dependencies!': [ |