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

Unified Diff: components/components_tests.gyp

Issue 2063683002: Migrate components/data_reduction_proxy to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate usage of RPH observer Created 4 years, 4 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 300082bf07693a15bf97df47045c6bfd95a701fd..0d45f39360a611e7ea9d22fac8789a750b6a8acb 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -160,7 +160,7 @@
'data_reduction_proxy_unittest_sources': [
'data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc',
'data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc',
- 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_unittest.cc',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_host_impl_unittest.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698