Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: components/components_tests.gyp

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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!': [

Powered by Google App Engine
This is Rietveld 408576698