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

Unified Diff: components/components_tests.gyp

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Test resources fix Created 5 years, 10 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 47725504630a5d9b3623bfec3b6872dc65e5a8cd..c6c85d253db4805dc80697f66e371b1d1c1e9d6d 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -620,8 +620,10 @@
}],
['OS == "android"', {
'sources': [
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc',
'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!': [

Powered by Google App Engine
This is Rietveld 408576698