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

Unified Diff: components/BUILD.gn

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Add webui_resources.pak 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/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 10d0d8900b5ab32e3ce486e59b7a38290e566783..97417d0f528a7f38d21b973ab861ba6278e22d53 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -260,6 +260,10 @@ if (!is_win || link_chrome_on_windows) {
"//ui/base",
]
+ if (is_android) {
+ deps += [ "//components/data_reduction_proxy/content/browser:unit_tests" ]
+ }
+
# TODO(GYP) need this target.
#'breakpad/app/crash_keys_win_unittest.cc',
« no previous file with comments | « chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698