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

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: 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 c71641b0bede306ac08743a2713f136f34e1904b..77408c43e89a0349b554427431658827b27c4deb 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -441,7 +441,7 @@ group("extra_resources") {
]
}
- if (is_chromeos) {
+ if (is_chromeos_ui) {
deps += [ "//chrome/browser/resources/chromeos/chromevox" ]
}
@@ -560,7 +560,7 @@ repack("packed_extra_resources") {
"//third_party/WebKit/public:resources",
]
}
- if (is_chromeos) {
+ if (is_chromeos_ui) {
sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
deps += [ "//ui/file_manager:resources" ]
}
@@ -684,7 +684,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 (is_chromeos_ui) {
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