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

Unified Diff: components/policy/core/common/BUILD.gn

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Merge Created 4 years, 1 month 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
Index: components/policy/core/common/BUILD.gn
diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
index ced5303216ed061227738fad95854cc34592518d..cbf2b87c3c9018fcc8cd37d665001a39150274a5 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -147,6 +147,7 @@ source_set("internal") {
"//components/data_use_measurement/core",
"//components/json_schema",
"//components/prefs",
+ "//extensions/features",
"//google_apis",
"//net",
"//third_party/re2",
@@ -290,6 +291,7 @@ if (enable_configuration_policy) {
source_set("unit_tests") {
testonly = true
sources = [
+ "//extensions/features",
"cloud/cloud_policy_client_unittest.cc",
"cloud/cloud_policy_core_unittest.cc",
"cloud/cloud_policy_manager_unittest.cc",
@@ -356,6 +358,7 @@ if (enable_configuration_policy) {
"//base/test:test_support",
"//components/policy:generated",
"//components/prefs:test_support",
+ "//extensions/features",
"//google_apis",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « components/content_settings/core/browser/cookie_settings_unittest.cc ('k') | components/policy/core/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698