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

Unified Diff: remoting/BUILD.gn

Issue 1321383004: Fix nacl type misreference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@evdev
Patch Set: sync&rebase Created 5 years, 3 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 | « no previous file | no next file » | 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 211a165146e91199572f4b418ee7c511ffe3c002..5e2b5c4704205716ac01e79a2c6d02f569685c65 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -66,7 +66,7 @@ group("remoting_all") {
]
}
- if (enable_nacl) {
+ if (enable_pnacl) {
deps += [ "//remoting/tools/javascript_key_tester" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698