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

Unified Diff: remoting/remoting_webapp.gypi

Issue 234023003: Build remoting for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index e1bce7afe4ac39564bec56eb3ffd8cd00375bde3..c0f081adff9aacead88d65006e509412c67a73af 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -13,6 +13,7 @@
'<(SHARED_INTERMEDIATE_DIR)/main.html',
'<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
],
+ 'client_plugin_type%': 'native',
Jamie 2014/04/14 22:23:42 Is this used anywhere?
Sergey Ulanov 2014/04/14 23:16:51 Done.
},
'dependencies': [
'remoting_resources',
@@ -35,6 +36,17 @@
'plugin_args': [],
},
}],
+ ['webapp_type=="v2_pnacl"', {
+ 'dependencies': [
+ 'remoting_nacl.gyp:remoting_client_plugin_nacl',
+ ],
+ 'variables': {
+ 'extra_files': [
+ 'webapp/remoting_client_pnacl.nmf',
+ '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe',
+ ],
+ },
+ }],
['run_jscompile != 0', {
'variables': {
'success_stamp': '<(PRODUCT_DIR)/remoting_webapp_jscompile.stamp',

Powered by Google App Engine
This is Rietveld 408576698