summaryrefslogtreecommitdiffstats
path: root/third_party/adobe/flash
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 21:39:10 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 21:39:10 +0000
commit31db0071f84abe836f54218bd9240adb847d3211 (patch)
tree4fd283a7202dfc025f10a6fdd6a03e047d340d66 /third_party/adobe/flash
parentad6378da9a7694a6efa9f0a76c94bc7ebe794e55 (diff)
downloadchromium_src-31db0071f84abe836f54218bd9240adb847d3211.zip
chromium_src-31db0071f84abe836f54218bd9240adb847d3211.tar.gz
chromium_src-31db0071f84abe836f54218bd9240adb847d3211.tar.bz2
Add a dummy 'files' for flash_player 'copies'.
This fixes a gyp KeyError due to an empty 'files' when building on unsupported platforms (e.g. Linux x64). Review URL: http://codereview.chromium.org/1423006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/adobe/flash')
-rw-r--r--third_party/adobe/flash/flash_player.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp
index 76807bd..47646ad 100644
--- a/third_party/adobe/flash/flash_player.gyp
+++ b/third_party/adobe/flash/flash_player.gyp
@@ -13,6 +13,7 @@
[ 'branding == "Chrome"', {
'copies': [{
'destination': '<(PRODUCT_DIR)',
+ 'files': [],
'conditions': [
[ 'OS == "linux" and target_arch == "ia32"', {
'files': [ 'binaries/linux/libgcflashplayer.so' ]