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

Unified Diff: apps/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 | « BUILD.gn ('k') | ash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index a7199644fd818d26941e32c8ea1cffdaa3912e3a..b359c0af0881556359cacd765e3fb72a17270ed8 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -44,7 +44,7 @@ static_library("apps") {
"//skia",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
#deps += [ "browser_chromeos" ] TODO(GYP)
}
« no previous file with comments | « BUILD.gn ('k') | ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698