From afbb7966ee68026760a575577e392732fc307045 Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Fri, 28 Jun 2013 22:20:59 +0000 Subject: Add packaging for Win64 Flash BUG=255228 TBR=shess@chromium.org Review URL: https://codereview.chromium.org/18052023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209224 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/adobe/flash/flash_player.gyp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'third_party/adobe') diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp index 5c0528c..dd5c223 100644 --- a/third_party/adobe/flash/flash_player.gyp +++ b/third_party/adobe/flash/flash_player.gyp @@ -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', + ], + }], ], }], ], -- cgit v1.1