| 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,
|
| ".",
|
|
|