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

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

Issue 17507002: Add 64-bit Pepper Flash for Mac (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 207478)
+++ third_party/adobe/flash/flash_player.gyp (working copy)
@@ -23,13 +23,20 @@
'binaries/ppapi/linux_x64/manifest.json',
],
}],
- [ 'OS == "mac"', {
+ [ 'OS == "mac" and target_arch == "ia32"', {
'flapper_version_h_file%': 'symbols/ppapi/mac/flapper_version.h',
'flapper_binary_files%': [
'binaries/ppapi/mac/PepperFlashPlayer.plugin',
'binaries/ppapi/mac/manifest.json',
],
}],
+ [ 'OS == "mac" and target_arch == "x64"', {
+ 'flapper_version_h_file%': 'symbols/ppapi/mac_64/flapper_version.h',
+ 'flapper_binary_files%': [
+ 'binaries/ppapi/mac_64/PepperFlashPlayer.plugin',
+ 'binaries/ppapi/mac_64/manifest.json',
+ ],
+ }],
[ 'OS == "win"', {
'flapper_version_h_file%': 'symbols/ppapi/win/flapper_version.h',
'flapper_binary_files%': [
« 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