From f89ee437e25a2afde6f7dc2ca3d49fd462d23ea3 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Sat, 21 Jun 2014 01:08:47 +0000 Subject: Use PNaCl in V2 builds of the remoting webapp Also disabled click-to-play logic for PNaCl plugin BUG=276739 R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/343983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278886 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting_webapp.gypi | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'remoting/remoting_webapp.gypi') diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi index 38122db..ea498b6 100644 --- a/remoting/remoting_webapp.gypi +++ b/remoting/remoting_webapp.gypi @@ -18,17 +18,6 @@ 'remoting_webapp_html', ], 'conditions': [ - ['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', -- cgit v1.1