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

Unified Diff: ui/gfx/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/events/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 32fc674bdf404ec853843a1e19608cfcd00e741d..e8f3a98c911652a94a69e450222a4042efc22a93 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -370,7 +370,7 @@ component("gfx") {
}
# Chrome OS
- if (is_chromeos) {
+ if (use_cros_fe) {
# Robust JPEG decoding for the login screen.
sources += [
"chromeos/codec/jpeg_codec_robust_slow.cc",
@@ -610,7 +610,7 @@ test("gfx_unittests") {
sources -= [ "nine_image_painter_unittest.cc" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [ "chromeos/codec/jpeg_codec_robust_slow_unittest.cc" ]
}
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698