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

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: Rebase to head 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/renderer/page_load_histograms.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 39548d7a90793f665b7789a40d9325fb5c0d6e35..b7cd500f5abd78063656288cb0d030d4c431578a 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -240,6 +240,7 @@ test("components_unittests") {
"//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",
@@ -267,10 +268,6 @@ test("components_unittests") {
]
data_deps = [ ":components_tests_pak" ]
- 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/renderer/page_load_histograms.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698