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

Unified Diff: trunk/src/remoting/remoting_client.gypi

Issue 254243002: Revert 267030 "Build remoting for PNaCl" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/remoting/protocol/ssl_hmac_channel_authenticator.cc ('k') | trunk/src/remoting/remoting_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/remoting/remoting_client.gypi
===================================================================
--- trunk/src/remoting/remoting_client.gypi (revision 267063)
+++ trunk/src/remoting/remoting_client.gypi (working copy)
@@ -98,13 +98,6 @@
'remoting_webapp_v1',
'remoting_webapp_v2',
],
- 'conditions': [
- ['disable_nacl==0 and disable_nacl_untrusted==0', {
- 'dependencies': [
- 'remoting_webapp_pnacl',
- ],
- }],
- ],
}, # end of target 'remoting_webapp'
{
@@ -131,23 +124,4 @@
'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'
- ],
- }],
- ],
-
}
« no previous file with comments | « trunk/src/remoting/protocol/ssl_hmac_channel_authenticator.cc ('k') | trunk/src/remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698