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

Unified Diff: chrome/tools/build/chromeos/FILES.cfg

Issue 11275326: Change the names of the NaCl IRT files to solve ChromeOS packaging issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | « chrome/nacl.gypi ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/chromeos/FILES.cfg
===================================================================
--- chrome/tools/build/chromeos/FILES.cfg (revision 167629)
+++ chrome/tools/build/chromeos/FILES.cfg (working copy)
@@ -127,12 +127,12 @@
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'filename': 'nacl_irt_srpc_x86_32.nexe',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'filename': 'nacl_irt_srpc_x86_64.nexe',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
},
« no previous file with comments | « chrome/nacl.gypi ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698