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

Unified Diff: chrome/BUILD.gn

Issue 1133853005: Fix path_parser dependency on policy component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use assert instead of condition Created 5 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 | « no previous file | chrome/browser/policy/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 33f9136ce02b9a2c0adb979959a9da6599ced02e..daa19f2d23f095af0e6d021b3d571bd56a7f8b1b 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -423,7 +423,6 @@ if (is_mac || is_win) {
":chrome_dll_version",
"//base/allocator",
"//build/config/sanitizers:deps",
- "//chrome/browser/policy:path_parser",
"//components/browser_watcher:browser_watcher_client",
"//components/crash/content/app",
"//content/public/app:child",
@@ -453,6 +452,11 @@ if (is_mac || is_win) {
# },
# }],
}
+
+ if (enable_configuration_policy) {
+ deps += [ "//chrome/browser/policy:path_parser" ]
+ }
+
if (enable_plugins && enable_pdf) {
deps += [ "//pdf" ]
}
« no previous file with comments | « no previous file | chrome/browser/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698