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

Unified Diff: components/wallpaper/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/user_manager/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wallpaper/BUILD.gn
diff --git a/components/wallpaper/BUILD.gn b/components/wallpaper/BUILD.gn
index 4c28343299e183047e255bccb3e7f53b1501453b..a0b47dc699162b21e71b41c2b8f2183f83014948 100644
--- a/components/wallpaper/BUILD.gn
+++ b/components/wallpaper/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("wallpaper") {
sources = [
"wallpaper_layout.h",
@@ -21,7 +23,7 @@ component("wallpaper") {
"//ui/gfx/geometry",
"//url",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [
"wallpaper_manager_base.cc",
"wallpaper_manager_base.h",
« no previous file with comments | « components/user_manager/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698