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

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

Issue 1467803003: Get 'gn_all' building on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/ios/is_ios/ Created 5 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 744954a7ef26fe064030f784480e105427a6a258..37376aee7248064efdc88106b5da0dd9d0e78767 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -5,7 +5,10 @@
import("//build/config/features.gni")
source_set("common") {
- visibility = [ "//components/policy/*" ]
+ visibility = [
+ "//components/policy/*",
+ "//components/syncable_prefs/*",
+ ]
defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698