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

Unified Diff: chrome/chrome_installer.gypi

Issue 6927015: NaCl: Add the integrated runtime (IRT) library to install images (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 | « chrome/chrome_dll.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index ebe0f07ff5038e1f708bddfb9595607ebe1c799f..fb7adbe971424868a411e2ad21084e7fd62176f2 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -425,11 +425,15 @@
'packaging_files_binaries': [
'<(PRODUCT_DIR)/libgcflashplayer.so',
'<(PRODUCT_DIR)/plugin.vch',
+ '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
],
}],
['target_arch=="x64"', {
'deb_arch': 'amd64',
'rpm_arch': 'x86_64',
+ 'packaging_files_binaries': [
+ '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
+ ],
}],
['target_arch=="arm"', {
'deb_arch': 'arm',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698