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

Unified Diff: components/BUILD.gn

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: Merge Created 4 years 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/browser/BUILD.gn ('k') | components/policy/BUILD.gn » ('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 1948987a7e345443048866363f103578ba5807dd..d362eccef1205f1c3d1e63f382070a5e335b7d65 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -198,6 +198,8 @@ test("components_unittests") {
"//components/offline_pages/content/background_loader:unit_tests",
"//components/packed_ct_ev_whitelist:unit_tests",
"//components/password_manager/content/browser:unit_tests",
+ "//components/policy/core/browser:unit_tests",
+ "//components/policy/core/common:unit_tests",
"//components/precache/content:unit_tests",
"//components/safe_browsing_db:unit_tests",
"//components/safe_json:unit_tests",
@@ -236,6 +238,7 @@ test("components_unittests") {
"//components/gcm_driver/instance_id/android:instance_id_driver_test_support_java",
"//components/invalidation/impl",
"//components/invalidation/impl:java",
+ "//components/policy/android:policy_java",
"//components/safe_json",
"//components/safe_json/android:safe_json_java",
"//components/signin/core/browser",
@@ -253,10 +256,6 @@ test("components_unittests") {
"//ui/gfx",
"//v8:v8_external_startup_data_assets",
]
-
- if (enable_configuration_policy) {
- deps += [ "//components/policy/android:policy_java" ]
- }
}
# Desktop-only deps.
@@ -285,13 +284,6 @@ test("components_unittests") {
]
}
- if (enable_configuration_policy) {
- deps += [
- "//components/policy/core/browser:unit_tests",
- "//components/policy/core/common:unit_tests",
- ]
- }
-
if (toolkit_views) {
deps += [ "//components/constrained_window:unit_tests" ]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698