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

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 1417823006: Build NaCl in the CrOS GN builds and make sure "all" works (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and make sure "all" works also (fix remoting) Created 5 years, 1 month 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 | « ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/BUILD.gn
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index 5c1a5f1d40062c4136aecb8782c31fb626c52bb1..a584c7218fa1d1e80188544c19fc2d58f0d37a98 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -27,7 +27,7 @@ source_set("common") {
]
}
-if (!is_win && enable_remoting_host) {
+if (!is_win && !is_chromeos && enable_remoting_host) {
executable("remote_assistance_host") {
sources = [
"it2me_native_messaging_host_entry_point.cc",
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698