Index: 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 |
deleted file mode 100644 |
index c54baa3b92238538403c25bba6dcb5cfc74efddb..0000000000000000000000000000000000000000 |
--- a/third_party/adobe/flash/flash_player.gyp |
+++ /dev/null |
@@ -1,80 +0,0 @@ |
-# Copyright (c) 2012 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. |
- |
-{ |
- 'variables': { |
- 'flapper_version_h_file%': 'flapper_version.h', |
- 'flapper_binary_files%': [], |
- 'conditions': [ |
- [ 'branding == "Chrome"', { |
- 'conditions': [ |
- [ 'OS == "linux" and target_arch == "ia32"', { |
- 'flapper_version_h_file%': 'symbols/ppapi/linux/flapper_version.h', |
- 'flapper_binary_files%': [ |
- 'binaries/ppapi/linux/libpepflashplayer.so', |
- 'binaries/ppapi/linux/manifest.json', |
- ], |
- }], |
- [ 'OS == "linux" and target_arch == "x64"', { |
- 'flapper_version_h_file%': 'symbols/ppapi/linux_x64/flapper_version.h', |
- 'flapper_binary_files%': [ |
- 'binaries/ppapi/linux_x64/libpepflashplayer.so', |
- 'binaries/ppapi/linux_x64/manifest.json', |
- ], |
- }], |
- [ 'OS == "mac" and target_arch == "ia32"', { |
- 'flapper_version_h_file%': 'symbols/ppapi/mac/flapper_version.h', |
- 'flapper_binary_files%': [ |
- 'binaries/ppapi/mac/PepperFlashPlayer.plugin', |
- 'binaries/ppapi/mac/manifest.json', |
- ], |
- }], |
- [ 'OS == "mac" and target_arch == "x64"', { |
- 'flapper_version_h_file%': 'symbols/ppapi/mac_64/flapper_version.h', |
- 'flapper_binary_files%': [ |
- 'binaries/ppapi/mac_64/PepperFlashPlayer.plugin', |
- 'binaries/ppapi/mac_64/manifest.json', |
- ], |
- }], |
- [ 'OS == "win" and target_arch == "ia32"', { |
- 'flapper_version_h_file%': 'symbols/ppapi/win/flapper_version.h', |
- 'flapper_binary_files%': [ |
- 'binaries/ppapi/win/pepflashplayer.dll', |
- 'binaries/ppapi/win/manifest.json', |
- ], |
- }], |
- [ 'OS == "win" and target_arch == "x64"', { |
- 'flapper_version_h_file%': 'symbols/ppapi/win_x64/flapper_version.h', |
- 'flapper_binary_files%': [ |
- 'binaries/ppapi/win_x64/pepflashplayer.dll', |
- 'binaries/ppapi/win_x64/manifest.json', |
- ], |
- }], |
- ], |
- }], |
- ], |
- }, |
- # 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': [ |
- { |
- # GN version: //third_party/adobe/flash:flapper_version_h |
- 'target_name': 'flapper_version_h', |
- 'type': 'none', |
- 'copies': [{ |
- 'destination': '<(SHARED_INTERMEDIATE_DIR)', |
- 'files': [ '<(flapper_version_h_file)' ], |
- }], |
- }, |
- { |
- # GN version: //third_party/adobe/flash:flapper_binaries |
- 'target_name': 'flapper_binaries', |
- 'type': 'none', |
- 'copies': [{ |
- 'destination': '<(PRODUCT_DIR)/PepperFlash', |
- 'files': [ '<@(flapper_binary_files)' ], |
- }], |
- }, |
- ], |
-} |