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

Unified Diff: components/BUILD.gn

Issue 2450003002: Disable data_reduction_proxy unit tests on iOS. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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 198c46060746be569e7272088c27037f72ff1847..8d69cf55449aceb90828c1cf539b741773023908 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -71,8 +71,6 @@ 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/core/browser:unit_tests",
- "//components/data_reduction_proxy/core/common:unit_tests",
"//components/data_usage/core:unit_tests",
"//components/device_event_log:unit_tests",
"//components/dom_distiller/core:unit_tests",
@@ -169,6 +167,8 @@ test("components_unittests") {
"//components/crash/content/app:unit_tests",
"//components/crash/core/common: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/data_use_measurement/content:unit_tests",
"//components/display_compositor:unit_tests",
"//components/dom_distiller/content/browser:unit_tests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698