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

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 87097936aaa72079c56c9cd77cbdbdc01b58aeba..8f2c116f82e85cd5b7fb9dc46cf1dd7370b16f47 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -626,6 +626,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!': [
@@ -645,6 +647,10 @@
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'dependencies': [
+ # Dependencies of data_reduction_proxy
+ '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