Index: remoting/remoting_webapp.gypi |
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi |
index e1bce7afe4ac39564bec56eb3ffd8cd00375bde3..871a876af65507947bab2db5c87ddd28c13fa11b 100644 |
--- a/remoting/remoting_webapp.gypi |
+++ b/remoting/remoting_webapp.gypi |
@@ -35,6 +35,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', |