summaryrefslogtreecommitdiffstats
path: root/third_party/adobe
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 15:56:02 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 15:56:02 +0000
commit3f44e2dd01a2ad8351b05446a034c4705fedf1d9 (patch)
tree5207b68706e38fac27c5ac4ffb0fd4d0db616697 /third_party/adobe
parent2bc706daabb60f08ec0cd567006dc49fbfaf4fbb (diff)
downloadchromium_src-3f44e2dd01a2ad8351b05446a034c4705fedf1d9.zip
chromium_src-3f44e2dd01a2ad8351b05446a034c4705fedf1d9.tar.gz
chromium_src-3f44e2dd01a2ad8351b05446a034c4705fedf1d9.tar.bz2
[Mac] Remove built-in NPAPI flash from bundle.
BUG=161893 TBR=brettw Review URL: https://chromiumcodereview.appspot.com/11308114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/adobe')
-rw-r--r--third_party/adobe/flash/flash_player.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/adobe/flash/flash_player.gyp b/third_party/adobe/flash/flash_player.gyp
index 59958fc..7a18e66 100644
--- a/third_party/adobe/flash/flash_player.gyp
+++ b/third_party/adobe/flash/flash_player.gyp
@@ -45,6 +45,7 @@
# anything to be done in this file (instead of a higher-level .gyp file).
'targets': [
{
+ # TODO(shess): Remove this target entirely.
'target_name': 'flash_player',
'type': 'none',
'conditions': [
@@ -53,11 +54,6 @@
'destination': '<(PRODUCT_DIR)',
'files': [],
'conditions': [
- [ 'OS == "mac"', {
- 'files': [
- 'binaries/mac/Flash Player Plugin for Chrome.plugin',
- ]
- }],
],
}],
}],