Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: third_party/adobe/flash/flash_player.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/perf/perf_test.gyp ('k') | third_party/android_crazy_linker/crazy_linker.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)' ],
- }],
- },
- ],
-}
« no previous file with comments | « testing/perf/perf_test.gyp ('k') | third_party/android_crazy_linker/crazy_linker.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698