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

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

Issue 18052023: Add packaging for Win64 Flash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « no previous file | 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 209200)
+++ third_party/adobe/flash/flash_player.gyp (working copy)
@@ -37,13 +37,20 @@
'binaries/ppapi/mac_64/manifest.json',
],
}],
- [ 'OS == "win"', {
+ [ 'OS == "win" and target_arch == "ia32"', {
'flapper_version_h_file%': 'symbols/ppapi/win/flapper_version.h',
'flapper_binary_files%': [
'binaries/ppapi/win/pepflashplayer.dll',
'binaries/ppapi/win/manifest.json',
],
}],
+ [ 'OS == "win" and target_arch == "x64"', {
+ 'flapper_version_h_file%': 'symbols/ppapi/win_x64/flapper_version.h',
+ 'flapper_binary_files%': [
+ 'binaries/ppapi/win_x64/pepflashplayer.dll',
+ 'binaries/ppapi/win_x64/manifest.json',
+ ],
+ }],
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698