diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 19:47:24 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 19:47:24 +0000 |
commit | e4091f18c220555dd3082a70d498cf8729ac095e (patch) | |
tree | 772cfddf40d734931aed96b66d232d774da57b7b /third_party | |
parent | b46b406241be6a79d12c2576f6f64bf1bcab77b9 (diff) | |
download | chromium_src-e4091f18c220555dd3082a70d498cf8729ac095e.zip chromium_src-e4091f18c220555dd3082a70d498cf8729ac095e.tar.gz chromium_src-e4091f18c220555dd3082a70d498cf8729ac095e.tar.bz2 |
change to unix LF
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/adobe/flash/flash_player.gyp | 112 |
1 files changed, 56 insertions, 56 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp index 87e4f5f..78ab635 100644 --- a/third_party/adobe/flash/flash_player.gyp +++ b/third_party/adobe/flash/flash_player.gyp @@ -1,56 +1,56 @@ -# 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.
-
-{
- # Always provide a target, so we can put the logic about whether there's
- # anything to be done in this file (instead of a higher-level .gyp file).
- 'targets': [
- {
- 'target_name': 'flash_player',
- 'type': 'none',
- 'conditions': [
- [ 'branding == "Chrome"', {
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)',
- 'files': [],
- 'conditions': [
- [ 'chromeos == 1', {
- 'files': [
- 'binaries/chromeos/libgcflashplayer.so',
- 'binaries/linux/plugin.vch',
- ]
- }],
- [ 'OS == "linux" and target_arch == "ia32" and chromeos == 0', {
- 'files': [
- 'binaries/linux/libgcflashplayer.so',
- 'binaries/linux/plugin.vch',
- ]
- }],
- [ 'OS == "mac"', {
- 'files': [
- 'binaries/mac/Flash Player Plugin for Chrome.plugin',
- 'binaries/mac/plugin.vch',
- ]
- }],
- [ 'OS == "win"', {
- 'files': [
- 'binaries/win/FlashPlayerCPLApp.cpl',
- 'binaries/win/gcswf32.dll',
- 'binaries/win/plugin.vch',
- 'symbols/win/gcswf32.pdb',
- ]
- }],
- ],
- }],
- }],
- ],
- },
- ],
-}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
+# 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. + +{ + # Always provide a target, so we can put the logic about whether there's + # anything to be done in this file (instead of a higher-level .gyp file). + 'targets': [ + { + 'target_name': 'flash_player', + 'type': 'none', + 'conditions': [ + [ 'branding == "Chrome"', { + 'copies': [{ + 'destination': '<(PRODUCT_DIR)', + 'files': [], + 'conditions': [ + [ 'chromeos == 1', { + 'files': [ + 'binaries/chromeos/libgcflashplayer.so', + 'binaries/linux/plugin.vch', + ] + }], + [ 'OS == "linux" and target_arch == "ia32" and chromeos == 0', { + 'files': [ + 'binaries/linux/libgcflashplayer.so', + 'binaries/linux/plugin.vch', + ] + }], + [ 'OS == "mac"', { + 'files': [ + 'binaries/mac/Flash Player Plugin for Chrome.plugin', + 'binaries/mac/plugin.vch', + ] + }], + [ 'OS == "win"', { + 'files': [ + 'binaries/win/FlashPlayerCPLApp.cpl', + 'binaries/win/gcswf32.dll', + 'binaries/win/plugin.vch', + 'symbols/win/gcswf32.pdb', + ] + }], + ], + }], + }], + ], + }, + ], +} + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: |