From 4c744c85a2b35e33744fa74fd1c70d3bfab7762a Mon Sep 17 00:00:00 2001 From: "cpu@chromium.org" <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 26 Mar 2010 18:43:37 +0000 Subject: 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 --- third_party/adobe/flash/flash_player.gyp | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 third_party/adobe/flash/flash_player.gyp (limited to 'third_party/adobe/flash/flash_player.gyp') 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: -- cgit v1.1