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

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

Issue 10067013: Stage Flapper binaries for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp
index 26ef68abb6430e49974428e695005bda3899a780..3dec8a14aad96252ba4da15303e93ccb64955a26 100644
--- a/third_party/adobe/flash/flash_player.gyp
+++ b/third_party/adobe/flash/flash_player.gyp
@@ -9,6 +9,13 @@
'conditions': [
[ 'branding == "Chrome"', {
'conditions': [
+ [ 'OS == "linux" and target_arch == "ia32"', {
+ 'flapper_version_h_file%': 'symbols/ppapi/linux/flapper_version.h',
+ 'flapper_binary_files%': [
+ 'binaries/ppapi/linux/libpepflashplayer.so',
+ 'binaries/ppapi/linux/manifest.json',
+ ],
+ }],
[ 'OS == "linux" and target_arch == "x64"', {
'flapper_version_h_file%': 'symbols/ppapi/linux_x64/flapper_version.h',
'flapper_binary_files%': [
@@ -16,11 +23,11 @@
'binaries/ppapi/linux_x64/manifest.json',
],
}],
- [ 'OS == "linux" and target_arch == "ia32"', {
- 'flapper_version_h_file%': 'symbols/ppapi/linux/flapper_version.h',
+ [ 'OS == "win"', {
+ 'flapper_version_h_file%': 'symbols/ppapi/win/flapper_version.h',
'flapper_binary_files%': [
- 'binaries/ppapi/linux/libpepflashplayer.so',
- 'binaries/ppapi/linux/manifest.json',
+ 'binaries/ppapi/win/pepflashplayer.dll',
+ 'binaries/ppapi/win/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