diff options
author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 22:36:15 +0000 |
---|---|---|
committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 22:36:15 +0000 |
commit | 72e124bf6876d77afc154c22b143b12cf3438bf8 (patch) | |
tree | 3a5eedd22a3a1130dac2e099d01f76dd534680dd /chrome/chrome_dll_bundle.gypi | |
parent | 2d07fa96f492e596836f08a1f7d600601ed8bb59 (diff) | |
download | chromium_src-72e124bf6876d77afc154c22b143b12cf3438bf8.zip chromium_src-72e124bf6876d77afc154c22b143b12cf3438bf8.tar.gz chromium_src-72e124bf6876d77afc154c22b143b12cf3438bf8.tar.bz2 |
Remove the SRPC IRT nexes from Chrome installers.
The nexes are still built so we can run SRPC tests.
BUG=154443
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/11783036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll_bundle.gypi')
-rw-r--r-- | chrome/chrome_dll_bundle.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi index 4c84b04..e832770 100644 --- a/chrome/chrome_dll_bundle.gypi +++ b/chrome/chrome_dll_bundle.gypi @@ -158,10 +158,9 @@ ['disable_nacl!=1', { 'files': [ '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin', - # We leave out x86-64 IRT nexes because we only + # We leave out the x86-64 IRT nexe because we only # support x86-32 NaCl on Mac OS X. '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', - '<(PRODUCT_DIR)/nacl_irt_srpc_x86_32.nexe', ], }], ], |