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

Unified Diff: chrome/chrome_installer.gypi

Issue 2630001: Include plugin.vch files for Flash Player (on official builds). (Closed)
Patch Set: Created 10 years, 7 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/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 8bd603080697844b5117ab372edac8c73be3fffd..73048abf7c1faad83db7157dda9a8d085227bf66 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -364,7 +364,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