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

Unified Diff: chrome/BUILD.gn

Issue 1825603003: Reland of move configuration policy from chrome build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_chrome_defines
Patch Set: Created 4 years, 9 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 | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 0594ea15a47eed70f842a04f7662d927fe3fa9e4..073f673665a98e7cf35cfe2b61bae2c2e3b59442 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -313,15 +313,13 @@
"//chrome/app/theme:chrome_unscaled_resources",
"//chrome_elf",
"//components/crash/content/app",
+ "//components/policy",
"//content/app/resources",
"//crypto",
"//net:net_resources",
"//third_party/wtl",
"//ui/views",
]
- if (enable_configuration_policy) {
- deps += [ "//components/policy" ]
- }
if (current_cpu == "x86") {
# TODO(GYP) bug 512861: Lots of VCLinkerTool stuff on Windows.
#deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
@@ -443,9 +441,7 @@
}
}
- if (enable_configuration_policy) {
- deps += [ "//chrome/browser/policy:path_parser" ]
- }
+ deps += [ "//chrome/browser/policy:path_parser" ]
if (enable_plugins && enable_pdf) {
deps += [ "//pdf" ]
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698