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

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: Adding tests and addressing comments Created 6 years 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 1084f98266638f6bc07c8c3aac8ff5298f1ac810..ed61a5f5d77a847d2102496829283efa0ccbc10f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -528,6 +528,7 @@
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dns_prefetch/renderer/predictor_queue_unittest.cc',
'dns_prefetch/renderer/renderer_net_predictor_unittest.cc',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_resource_throttle_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
'error_page/renderer/net_error_helper_core_unittest.cc',
@@ -544,6 +545,9 @@
# Dependencies of dns_prefetch
'components.gyp:dns_prefetch_renderer',
+ # Dependencies of data_reduction_proxy
+ 'components.gyp:data_reduction_proxy_content',
+
# Dependencies of dom_distiller
'components.gyp:dom_distiller_content',

Powered by Google App Engine
This is Rietveld 408576698