summaryrefslogtreecommitdiffstats
path: root/chrome/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-03-22 11:19:39 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-22 18:20:58 +0000
commitdb234c06ff6c308520594591fa54f80b08411888 (patch)
tree939176125af72ea87cee7bc9f92ad1c10cde0593 /chrome/BUILD.gn
parent4bee90cc8b21594a3fc5c4055887886aa2009865 (diff)
downloadchromium_src-db234c06ff6c308520594591fa54f80b08411888.zip
chromium_src-db234c06ff6c308520594591fa54f80b08411888.tar.gz
chromium_src-db234c06ff6c308520594591fa54f80b08411888.tar.bz2
Remove configuration policy from chrome build files.
The define was removed from src/chrome source files in https://codereview.chromium.org/1786263002/, this patch only touches the build files in src/chrome. Build updates outside of this directory will be updated in subsequent passes. BUG=594261 Review URL: https://codereview.chromium.org/1798273002 Cr-Commit-Position: refs/heads/master@{#382614}
Diffstat (limited to 'chrome/BUILD.gn')
-rw-r--r--chrome/BUILD.gn8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 0594ea1..073f673 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -313,15 +313,13 @@ if (is_mac || is_win) {
"//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 (is_mac || is_win) {
}
}
- if (enable_configuration_policy) {
- deps += [ "//chrome/browser/policy:path_parser" ]
- }
+ deps += [ "//chrome/browser/policy:path_parser" ]
if (enable_plugins && enable_pdf) {
deps += [ "//pdf" ]