diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 02:02:56 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 02:02:56 +0000 |
commit | 30c0a9873111d63b23bf159a9e49993b4d6652cc (patch) | |
tree | dc8fb6953790feb59ac04dc07325c120480c53b3 /third_party/adobe/flash | |
parent | 6a3d7b998c691aa54b0f024a2a17bcf6ea2e0c57 (diff) | |
download | chromium_src-30c0a9873111d63b23bf159a9e49993b4d6652cc.zip chromium_src-30c0a9873111d63b23bf159a9e49993b4d6652cc.tar.gz chromium_src-30c0a9873111d63b23bf159a9e49993b4d6652cc.tar.bz2 |
Revert 42719 - Adding the cobwerks plugin piecemeal
BUG=36229
TEST=none
TBR=nsylvain
Review URL: http://codereview.chromium.org/1338007
TBR=cpu@chromium.org
Review URL: http://codereview.chromium.org/1360003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/adobe/flash')
-rw-r--r-- | third_party/adobe/flash/flash_player.gyp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp deleted file mode 100644 index a09b351..0000000 --- a/third_party/adobe/flash/flash_player.gyp +++ /dev/null @@ -1,34 +0,0 @@ -# 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: |