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

Unified Diff: components/BUILD.gn

Issue 966443002: Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr CR comments, update OWNERS for IPC messages 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 974099983123421b8b5d3900d2afdd21cf195752..b06188e53bd6ac376200aba5bafec66b15bba723 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -235,6 +235,7 @@ if (!is_win || link_chrome_on_windows) {
"//components/content_settings/core/browser:unit_tests",
"//components/content_settings/core/common:unit_tests",
"//components/crx_file:unit_tests",
+ "//components/data_reduction_proxy/content/browser:unit_tests",
"//components/data_reduction_proxy/core/browser:unit_tests",
"//components/data_reduction_proxy/core/common:unit_tests",
"//components/device_event_log:unit_tests",
@@ -261,10 +262,6 @@ 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',

Powered by Google App Engine
This is Rietveld 408576698