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

Unified Diff: chrome/installer/installer.gyp

Issue 2631007: Merge 48978 to 375 - Include plugin.vch files for Flash Player (on official b... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/375/src/
Patch Set: Created 10 years, 6 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_exe.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/installer/installer.gyp
===================================================================
--- chrome/installer/installer.gyp (revision 49085)
+++ chrome/installer/installer.gyp (working copy)
@@ -368,7 +368,10 @@
'deb_arch': 'i386',
'rpm_arch': 'i386',
# Flash Player for Linux is currently only available for ia32.
- 'packaging_files_binaries': ['<(PRODUCT_DIR)/libgcflashplayer.so'],
+ 'packaging_files_binaries': [
+ '<(PRODUCT_DIR)/libgcflashplayer.so',
+ '<(PRODUCT_DIR)/plugin.vch',
+ ],
}],
['target_arch=="x64"', {
'deb_arch': 'amd64',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698