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

Unified Diff: ui/display/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/base/ime/BUILD.gn ('k') | ui/display/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 4f474f6b8b8448f359f0a4ecc5bfd5b44f5129c8..b33a91ee77ed238a24d04326376531d6b3f10d05 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-if (is_chromeos) {
+if (use_cros_fe) {
component("display") {
sources = [
"chromeos/apply_content_protection_task.cc",
@@ -159,7 +159,7 @@ test("display_unittests") {
"//ui/gfx/geometry",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [
":display",
":test_support",
@@ -169,7 +169,7 @@ test("display_unittests") {
]
}
- if (use_ozone && is_chromeos) {
+ if (use_ozone && use_cros_fe) {
sources -= [
"chromeos/x11/display_util_x11_unittest.cc",
"chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
« no previous file with comments | « ui/base/ime/BUILD.gn ('k') | ui/display/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698