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

Unified Diff: components/session_manager/core/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/proto/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager/core/BUILD.gn
diff --git a/components/session_manager/core/BUILD.gn b/components/session_manager/core/BUILD.gn
index 9bc5f84c75b86c113814c2459925b283695b71aa..11ad57c8e22f16f40cb71688a0904b675038011c 100644
--- a/components/session_manager/core/BUILD.gn
+++ b/components/session_manager/core/BUILD.gn
@@ -2,6 +2,8 @@
# 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")
+
component("core") {
sources = [
"../session_manager_export.h",
@@ -11,7 +13,7 @@ component("core") {
deps = [
"//base",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [ "//chromeos" ]
}
defines = [ "SESSION_IMPLEMENTATION" ]
« no previous file with comments | « components/policy/proto/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698