summaryrefslogtreecommitdiffstats
path: root/third_party/adobe
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 18:43:37 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 18:43:37 +0000
commit4c744c85a2b35e33744fa74fd1c70d3bfab7762a (patch)
tree15e53c528f92e002ba68d250b2038c804f947ab9 /third_party/adobe
parent06f418ee65f5969c36765544511a81009bf7b07f (diff)
downloadchromium_src-4c744c85a2b35e33744fa74fd1c70d3bfab7762a.zip
chromium_src-4c744c85a2b35e33744fa74fd1c70d3bfab7762a.tar.gz
chromium_src-4c744c85a2b35e33744fa74fd1c70d3bfab7762a.tar.bz2
Try rel-land the cobwerks gyp change
See issue http://codereview.chromium.org/1338007 BUG=36229 TEST=none TBR=bradnelson Review URL: http://codereview.chromium.org/1420002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/adobe')
-rw-r--r--third_party/adobe/flash/flash_player.gyp34
1 files changed, 34 insertions, 0 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp
new file mode 100644
index 0000000..a09b351
--- /dev/null
+++ b/third_party/adobe/flash/flash_player.gyp
@@ -0,0 +1,34 @@
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'conditions': [
+ [ 'OS == "win"', {
+ 'targets': [
+ {
+ 'target_name': 'flash_player',
+ 'type': 'none',
+ 'conditions': [
+ ['branding == "Chrome"', {
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ 'binaries/win/gcswf32.dll',
+ ],
+ },
+ ],
+ }],
+ ],
+ },
+ ],
+ }],
+ ],
+}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2: