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

Unified Diff: components/policy/proto/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/policy/core/common/BUILD.gn ('k') | components/session_manager/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/proto/BUILD.gn
diff --git a/components/policy/proto/BUILD.gn b/components/policy/proto/BUILD.gn
index 3b6a7b26fa57d155e52f40eac65b23482cb82c0b..fdd4ad5aeba3b264839ccd7fef78762b0218d7fa 100644
--- a/components/policy/proto/BUILD.gn
+++ b/components/policy/proto/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
import("//third_party/protobuf/proto_library.gni")
# The proto files need to be a component to avoid duplicate symbols the way the
@@ -23,7 +24,7 @@ proto_library("proto_internal") {
if (!is_android && !is_ios) {
sources += [ "chrome_extension_policy.proto" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [ "device_management_local.proto" ]
}
« no previous file with comments | « components/policy/core/common/BUILD.gn ('k') | components/session_manager/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698