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

Unified Diff: chrome/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/secondary/tools/grit/grit_rule.gni ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 046b68779a1fa8206e0601f52e9e86f7c57060b1..2bfa1a84d6065d7b181fd414fdba2fbdcdc04b50 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -444,7 +444,7 @@ group("extra_resources") {
]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [ "//chrome/browser/resources/chromeos/chromevox" ]
}
@@ -563,7 +563,7 @@ repack("packed_extra_resources") {
"//third_party/WebKit/public:resources",
]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
deps += [ "//ui/file_manager:resources" ]
}
@@ -687,7 +687,7 @@ template("chrome_repack_percent") {
sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_percent.pak" ]
deps += [ "//ui/views/resources" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak" ]
deps += [ "//ui/chromeos/resources" ]
}
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698