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

Unified Diff: ui/resources/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 | « ui/gfx/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index 5d233ae20fa4e16a6f4af39bdfd03615cb9c5745..fa7260faecafe6ad957728ccfc292319e0d6456f 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -97,7 +97,7 @@ repack("repack_ui_test_pak") {
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [
"$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_100_percent.pak",
"$root_gen_dir/ui/chromeos/strings/ui_chromeos_strings_en-US.pak",
@@ -119,7 +119,7 @@ repack("repack_ui_test_pak") {
deps += [ ":copy_ui_resources_100_percent" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [
"//ui/chromeos/resources",
"//ui/chromeos/strings",
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698