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

Unified Diff: third_party/adobe/flash/flash_player.gyp

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/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
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp
index 47646adef09b3f3ffb8419aac5decaf3d2c2874a..b34a14b5f4853c134f89e99d03db47c1221ffc92 100644
--- a/third_party/adobe/flash/flash_player.gyp
+++ b/third_party/adobe/flash/flash_player.gyp
@@ -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