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

Unified Diff: components/policy/BUILD.gn

Issue 2387723002: Test CL to demonstrate GN + hermetic toolchain
Patch Set: more fixes. Created 4 years, 3 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/tools/build/mac/run_verify_order.py ('k') | third_party/WebKit/Source/build/scripts/gperf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/BUILD.gn
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
index 580ff4386a0435a37e7683b167ee0a5d58654d73..6d04696b50799ac8d614352fee5cd566e7f235e4 100644
--- a/components/policy/BUILD.gn
+++ b/components/policy/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/chrome_build.gni")
import("//build/config/features.gni")
+import("//build/toolchain/toolchain.gni")
import("//components/policy/resources/policy_templates.gni")
import("//third_party/protobuf/proto_library.gni")
import("//tools/grit/grit_rule.gni")
@@ -221,6 +222,8 @@ if (enable_configuration_policy) {
]
args = [
+ "--developer_dir",
+ hermetic_xcode_path,
"plutil",
"-convert",
"xml1",
« no previous file with comments | « chrome/tools/build/mac/run_verify_order.py ('k') | third_party/WebKit/Source/build/scripts/gperf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698