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

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: Update copyright year 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 081ab7a6e0c06e8977d0166b43a6f7725e95477f..62594932eb8e9cdf4c7d7580b9998e99528480b5 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -559,7 +559,7 @@
# Dependencies of dns_prefetch
'components.gyp:dns_prefetch_renderer',
-
+
# Dependencies of dom_distiller
'components.gyp:dom_distiller_content',
@@ -731,6 +731,8 @@
}],
['OS == "android"', {
'sources': [
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_resource_throttle_unittest.cc',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_manager_unittest.cc',
'invalidation/invalidation_service_android_unittest.cc',
],
'sources!': [
@@ -750,6 +752,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',
'components.gyp:history_core_android',
],

Powered by Google App Engine
This is Rietveld 408576698