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

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 11783036: Remove the SRPC IRT nexes from Chrome installers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | chrome/chrome_installer.gypi » ('j') | chrome/tools/build/linux/FILES.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll_bundle.gypi
===================================================================
--- chrome/chrome_dll_bundle.gypi (revision 175222)
+++ chrome/chrome_dll_bundle.gypi (working copy)
@@ -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',
],
}],
],
« no previous file with comments | « no previous file | chrome/chrome_installer.gypi » ('j') | chrome/tools/build/linux/FILES.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698