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

Unified Diff: extensions/shell/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 | « extensions/common/api/schemas.gni ('k') | extensions/shell/common/api/schemas.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index 0c9927865c05091713b753fed10dbcf2db96f298..6869b801b415780444c7c0ba86cc15d02bf5fd4d 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -76,7 +76,7 @@ source_set("app_shell_lib") {
sources += aura_sources
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [
"//chromeos",
"//ui/chromeos:ui_chromeos",
@@ -132,7 +132,7 @@ source_set("app_shell_lib") {
}
}
-if (!(is_chromeos && !use_ozone)) {
+if (!(use_cros_fe && !use_ozone)) {
executable("app_shell") {
# testonly because :app_shell_lib is testonly. See :app_shell_lib comment.
testonly = true
@@ -203,7 +203,7 @@ test("app_shell_unittests") {
sources += aura_sources
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [ "//chromeos:test_support_without_gmock" ]
chromeos_sources =
« no previous file with comments | « extensions/common/api/schemas.gni ('k') | extensions/shell/common/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698