diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 15:56:02 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 15:56:02 +0000 |
commit | 3f44e2dd01a2ad8351b05446a034c4705fedf1d9 (patch) | |
tree | 5207b68706e38fac27c5ac4ffb0fd4d0db616697 /chrome/chrome_exe.gypi | |
parent | 2bc706daabb60f08ec0cd567006dc49fbfaf4fbb (diff) | |
download | chromium_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 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 442ec70..68fb3e6 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -423,7 +423,6 @@ # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp # file decide what to do on a per-OS basis; on Mac, internal plugins # go inside the framework, so this dependency is in chrome_dll.gypi. - '../third_party/adobe/flash/flash_player.gyp:flash_player', '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp # file decide what to do on a per-OS basis; on Mac, internal plugins |