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

Unified Diff: components/policy/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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 | « components/ownership/BUILD.gn ('k') | components/policy/core/common/BUILD.gn » ('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 38998d91a7bd23dbad2b0daa298caf9e2250ff07..57113ed47a5cc270a42ec736b152d8ca54020232 100644
--- a/components/policy/BUILD.gn
+++ b/components/policy/BUILD.gn
@@ -82,7 +82,7 @@ if (enable_configuration_policy) {
chrome_version_abspath = "//chrome/VERSION"
chrome_version_path = rebase_path(chrome_version_abspath, root_build_dir)
- if (is_chromeos) {
+ if (use_cros_fe) {
chromeos_flag = "1"
} else {
chromeos_flag = "0"
@@ -259,7 +259,7 @@ if (enable_configuration_policy) {
"core/common/remote_commands/testing_remote_commands_server.h",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
sources -= [
"core/common/cloud/mock_user_cloud_policy_store.cc",
"core/common/cloud/mock_user_cloud_policy_store.h",
« no previous file with comments | « components/ownership/BUILD.gn ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698