From 30c0a9873111d63b23bf159a9e49993b4d6652cc Mon Sep 17 00:00:00 2001 From: "cpu@chromium.org" Date: Fri, 26 Mar 2010 02:02:56 +0000 Subject: 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 --- third_party/adobe/flash/flash_player.gyp | 34 -------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 third_party/adobe/flash/flash_player.gyp (limited to 'third_party/adobe/flash') 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: -- cgit v1.1