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

Unified Diff: third_party/adobe/flash/flash_player.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/tools/build/win/FILES.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/adobe/flash/flash_player.gyp
===================================================================
--- third_party/adobe/flash/flash_player.gyp (revision 49085)
+++ third_party/adobe/flash/flash_player.gyp (working copy)
@@ -16,14 +16,22 @@
'files': [],
'conditions': [
[ 'OS == "linux" and target_arch == "ia32"', {
- 'files': [ 'binaries/linux/libgcflashplayer.so' ]
+ 'files': [
+ 'binaries/linux/libgcflashplayer.so',
+ 'binaries/linux/plugin.vch',
+ ]
}],
[ 'OS == "mac"', {
- 'files':
- [ 'binaries/mac/Flash Player Plugin for Chrome.plugin' ]
+ 'files': [
+ 'binaries/mac/Flash Player Plugin for Chrome.plugin',
+ 'binaries/mac/plugin.vch',
+ ]
}],
[ 'OS == "win"', {
- 'files': [ 'binaries/win/gcswf32.dll' ]
+ 'files': [
+ 'binaries/win/gcswf32.dll',
+ 'binaries/win/plugin.vch',
+ ]
}],
],
}],
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698