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

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: 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 ec0743e24d8f29c641194d26ffe7f16a84382fdd..832af0d8f9f4394e34336ff2c0d79a2b9f18d8ed 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -368,7 +368,7 @@ component("gfx") {
}
# Chrome OS
- if (is_chromeos) {
+ if (is_chromeos_ui) {
# Robust JPEG decoding for the login screen.
sources += [
"chromeos/codec/jpeg_codec_robust_slow.cc",
@@ -599,7 +599,7 @@ test("gfx_unittests") {
sources -= [ "nine_image_painter_unittest.cc" ]
}
- if (is_chromeos) {
+ if (is_chromeos_ui) {
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