| Index: remoting/remoting_webapp.gypi
|
| diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
|
| index 38122db11d07d3e754b3923c612443a34bfa0e79..17ed0fdc0d62dcf0ebab433a1acd93fac91151c0 100644
|
| --- a/remoting/remoting_webapp.gypi
|
| +++ b/remoting/remoting_webapp.gypi
|
| @@ -18,12 +18,13 @@
|
| 'remoting_webapp_html',
|
| ],
|
| 'conditions': [
|
| - ['webapp_type=="v2_pnacl"', {
|
| + ['webapp_type=="v2"', {
|
| 'dependencies': [
|
| 'remoting_nacl.gyp:remoting_client_plugin_nacl',
|
| ],
|
| 'variables': {
|
| 'extra_files': [
|
| + 'webapp/background.js',
|
| 'webapp/remoting_client_pnacl.nmf',
|
| '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe',
|
| ],
|
|
|