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

Unified Diff: chrome/browser/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 | « build/config/features.gni ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 4e14096f7e41edfe1208c6a0e968219a5dde56d2..56cb25b9a54bdf09df905e0129acaeabc8ed9726 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4062,11 +4062,9 @@ if (is_win) {
]
deps = [
"//base",
+ "//chrome/browser/policy:path_parser",
"//chrome/common:constants",
]
- if (enable_configuration_policy) {
- deps += [ "//chrome/browser/policy:path_parser" ]
- }
}
}
@@ -4191,6 +4189,8 @@ static_library("test_support") {
"notifications/notification_test_util.h",
"notifications/stub_notification_platform_bridge.cc",
"notifications/stub_notification_platform_bridge.h",
+ "policy/test/local_policy_test_server.cc",
+ "policy/test/local_policy_test_server.h",
"search_engines/template_url_service_factory_test_util.cc",
"search_engines/template_url_service_factory_test_util.h",
"search_engines/template_url_service_test_util.cc",
@@ -4233,6 +4233,7 @@ static_library("test_support") {
"//components/invalidation/impl",
"//components/invalidation/impl:test_support",
"//components/password_manager/core/browser:test_support",
+ "//components/policy/core/browser:test_support",
"//components/prefs:test_support",
"//components/search_engines:test_support",
"//components/sessions:test_support",
@@ -4331,14 +4332,6 @@ static_library("test_support") {
deps += [ "//chromeos:test_support" ]
}
- if (enable_configuration_policy) {
- sources += [
- "policy/test/local_policy_test_server.cc",
- "policy/test/local_policy_test_server.h",
- ]
- public_deps += [ "//components/policy/core/browser:test_support" ]
- }
-
if (safe_browsing_mode == 1) {
sources += [
"extensions/fake_safe_browsing_database_manager.cc",
« no previous file with comments | « build/config/features.gni ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698