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

Unified Diff: remoting/remoting_all.gyp

Issue 1082083005: [Chromoting] Enable remoting webapp main.html GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary targets; Update gn_migration Created 5 years, 8 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
Index: remoting/remoting_all.gyp
diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp
index 72579c06e9bcc83e700ee368d0cf69de45da95f9..f275439b546b60eb5bebfca5b6eeae7ecbf11942 100644
--- a/remoting/remoting_all.gyp
+++ b/remoting/remoting_all.gyp
@@ -72,6 +72,11 @@
'../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
],
}],
+ ['disable_nacl==0 and disable_nacl_untrusted==0', {
+ 'dependencies': [
+ '../remoting/remoting.gyp:remoting_key_tester',
Dirk Pranke 2015/04/16 20:55:09 You might want to add a comment here on this depen
garykac 2015/04/16 21:38:47 Done.
+ ],
+ }],
],
}, # end of target 'remoting_all'
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/remoting_client.gypi » ('j') | remoting/remoting_client.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698