From f7567305826b104269713ab53cb10bbd443cbc5b Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Wed, 29 Feb 2012 19:24:51 +0000 Subject: Copy Pepper Flash files into the right place (during build time) for Linux ia32. This only applies to Chrome-branded builds (and requires that the files be available). More changes will still be needed to actually include the files in distribution packages. This does not (yet) stop the NPAPI binaries from also being copied into PRODUCT_DIR (and put into distribution packages). (The corresponding change for Linux x64 was r122929.) Review URL: http://codereview.chromium.org/9527002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124226 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/adobe/flash/flash_player.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'third_party/adobe') diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp index 418509d..d6cbf840 100644 --- a/third_party/adobe/flash/flash_player.gyp +++ b/third_party/adobe/flash/flash_player.gyp @@ -16,6 +16,13 @@ 'binaries/ppapi/linux_x64/manifest.json', ], }], + [ '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', + ], + }], ], }], ], -- cgit v1.1