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

Unified Diff: components/policy/BUILD.gn

Issue 913373002: Update Chomium's build files to work w/ latest GN binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_cpu_arch_changes
Patch Set: merge to #317214 Created 5 years, 10 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
Index: components/policy/BUILD.gn
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
index 632cbe673d6991128a72d59849ed5ecfff43f5bf..c8266dea07a3f8582ad32ff99ac22f2b8ca198a4 100644
--- a/components/policy/BUILD.gn
+++ b/components/policy/BUILD.gn
@@ -89,7 +89,7 @@ if (enable_configuration_policy) {
app_resources_path,
]
- if (os != "android") {
+ if (current_os != "android") {
outputs -= [
app_restrictions_path,
app_resources_path,
@@ -111,7 +111,7 @@ if (enable_configuration_policy) {
rebase_path(app_restrictions_path, root_build_dir),
"--app-restrictions-resources=" +
rebase_path(app_resources_path, root_build_dir),
- os,
+ current_os,
chromeos_flag,
rebase_path("resources/policy_templates.json", root_build_dir),
]
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | third_party/widevine/cdm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698