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

Unified Diff: chrome/installer/mini_installer.gyp

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
Index: chrome/installer/mini_installer.gyp
===================================================================
--- chrome/installer/mini_installer.gyp (revision 175222)
+++ chrome/installer/mini_installer.gyp (working copy)
@@ -225,8 +225,6 @@
'<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
'<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
'<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
- '<(PRODUCT_DIR)/nacl_irt_srpc_x86_32.nexe',
- '<(PRODUCT_DIR)/nacl_irt_srpc_x86_64.nexe',
],
}],
],
@@ -239,8 +237,6 @@
'<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
'<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
'<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
- '<(PRODUCT_DIR)/nacl_irt_srpc_x86_32.nexe',
- '<(PRODUCT_DIR)/nacl_irt_srpc_x86_64.nexe',
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/icudt.dll',
],

Powered by Google App Engine
This is Rietveld 408576698