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

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: Thestig comment and test 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/data_reduction_proxy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 589df2813c67b00e144a006eec9f8d9d26dd7d82..7c11ae5320b58b5a11eba6e3d2f4d9409766ab2f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -627,6 +627,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!': [
@@ -646,6 +648,7 @@
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'dependencies': [
+ 'components.gyp:data_reduction_proxy_content',
'../testing/android/native_test.gyp:native_test_native_code',
],
'dependencies!': [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/data_reduction_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698