| Index: remoting/remoting_client.gypi
|
| diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
|
| index e9d5b32db0eb3a196124db0a68ea8325ace867e4..ce1de7bd8740aad3e8172417879085ef78e5d46e 100644
|
| --- a/remoting/remoting_client.gypi
|
| +++ b/remoting/remoting_client.gypi
|
| @@ -101,6 +101,13 @@
|
| 'remoting_webapp_v1',
|
| 'remoting_webapp_v2',
|
| ],
|
| + 'conditions': [
|
| + ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| + 'dependencies': [
|
| + 'remoting_webapp_pnacl',
|
| + ],
|
| + }],
|
| + ],
|
| }, # end of target 'remoting_webapp'
|
|
|
| {
|
| @@ -127,4 +134,23 @@
|
| 'includes': [ 'remoting_webapp.gypi', ],
|
| }, # end of target 'remoting_webapp_v2'
|
| ], # end of targets
|
| +
|
| + 'conditions': [
|
| + ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'remoting_webapp_pnacl',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.pnacl',
|
| + 'zip_path': '<(PRODUCT_DIR)/remoting-webapp-pnacl.zip',
|
| + 'extra_files': [ 'webapp/background.js' ],
|
| + 'webapp_type': 'v2_pnacl',
|
| + },
|
| + 'includes': [ 'remoting_webapp.gypi', ],
|
| + }, # end of target 'remoting_webapp_pnacl'
|
| + ],
|
| + }],
|
| + ],
|
| +
|
| }
|
|
|