summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 01:42:05 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 01:42:05 +0000
commit18506ac1d93c3ac122f7ae435b25431c580e9317 (patch)
tree7ab5da0679dc790a90b739ad59f2ca2d6fd029a3 /third_party
parent660dadc88d2a7d903ef4132e39d2374dc7b31bb7 (diff)
downloadchromium_src-18506ac1d93c3ac122f7ae435b25431c580e9317.zip
chromium_src-18506ac1d93c3ac122f7ae435b25431c580e9317.tar.gz
chromium_src-18506ac1d93c3ac122f7ae435b25431c580e9317.tar.bz2
Adding the cobwerks plugin piecemeal
BUG=36229 TEST=none TBR=bradnelson Review URL: http://codereview.chromium.org/1338007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-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: