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

Unified Diff: chrome/browser/ui/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 | « chrome/browser/policy/profile_policy_connector_stub.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6618242e839f45e2fcb0382dea0e66fb67180b2c..9b6799e92eb0dd98c911dd4012e9b066bf866518 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -83,6 +83,7 @@
"//components/password_manager/content/browser",
"//components/password_manager/core/browser",
"//components/pdf/browser",
+ "//components/policy",
"//components/pref_registry",
"//components/proximity_auth",
"//components/proxy_config",
@@ -219,12 +220,6 @@
rebase_path(gypi_values.chrome_browser_ui_nacl_sources, ".", "//chrome")
deps += [ "//native_client/src/trusted/service_runtime:sel" ]
}
- if (enable_configuration_policy) {
- sources += rebase_path(gypi_values.chrome_browser_ui_policy_sources,
- ".",
- "//chrome")
- deps += [ "//components/policy" ]
- }
if (enable_plugins) {
sources += rebase_path(gypi_values.chrome_browser_ui_plugin_sources,
".",
« no previous file with comments | « chrome/browser/policy/profile_policy_connector_stub.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698