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

Unified Diff: remoting/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 | « printing/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 4895f28df041c0554177460959d83c4ff3776a2a..a61276fd99ee53f0c2cea9de44bac524682bccac 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -26,7 +26,7 @@ group("remoting_all") {
]
# TODO(GYP): add is_mac
- if ((is_linux && !is_chromeos) || is_win) {
+ if ((is_linux && !is_chromeos_ui) || is_win) {
deps += [ "//remoting/webapp" ]
}
« no previous file with comments | « printing/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698