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

Unified Diff: remoting/remoting_client.gypi

Issue 1022983003: Enable PNaCl for V2 CRD app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crypto_config_ref
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index aa4cf13d3bcbdcfca5c0de82d8800445fb0ec289..dd13d4dfc6c3ede471e4a010539750f6352a5f80 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -129,12 +129,11 @@
'type': 'none',
'dependencies': [
'remoting_webapp_v1',
- 'remoting_webapp_v2',
],
'conditions': [
['disable_nacl==0 and disable_nacl_untrusted==0', {
'dependencies': [
- 'remoting_webapp_v2_pnacl',
+ 'remoting_webapp_v2',
],
}]
],
@@ -150,24 +149,13 @@
},
'includes': [ 'remoting_webapp.gypi', ],
}, # end of target 'remoting_webapp_v1'
-
- {
- 'target_name': 'remoting_webapp_v2',
- 'type': 'none',
- 'variables': {
- 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
- 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2.zip',
- 'webapp_type': 'v2',
- },
- '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_v2_pnacl',
+ 'target_name': 'remoting_webapp_v2',
'type': 'none',
'variables': {
'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2_pnacl',
@@ -191,7 +179,7 @@
}],
],
'includes': [ 'remoting_webapp.gypi', ],
- }, # end of target 'remoting_webapp_v2_pnacl'
+ }, # end of target 'remoting_webapp_v2'
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698