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

Unified Diff: ui/views_content_client/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/views/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views_content_client/BUILD.gn
diff --git a/ui/views_content_client/BUILD.gn b/ui/views_content_client/BUILD.gn
index 101d7933705830bacebd30997c7357f5d12c96a8..c2ec5030acd8e0faefedc4e2adbb525d092c639d 100644
--- a/ui/views_content_client/BUILD.gn
+++ b/ui/views_content_client/BUILD.gn
@@ -44,14 +44,14 @@ component("views_content_client") {
"views_content_client_main_parts_aura.h",
]
- if (!is_chromeos) {
+ if (!use_cros_fe) {
sources += [ "views_content_client_main_parts_desktop_aura.cc" ]
}
deps += [ "//ui/aura" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [
"//ui/aura:test_support",
"//ui/wm:test_support",
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698