summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-14 23:30:06 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-14 23:30:06 +0000
commitcd1e4cd715c7c1b3617bed74adcd42c1e11cec58 (patch)
tree363e272b3f29657d064ce6538a804afe8bffc3e8 /chrome/chrome_dll.gypi
parenta82301857259527dc0f48497fe8c93a359730ca4 (diff)
downloadchromium_src-cd1e4cd715c7c1b3617bed74adcd42c1e11cec58.zip
chromium_src-cd1e4cd715c7c1b3617bed74adcd42c1e11cec58.tar.gz
chromium_src-cd1e4cd715c7c1b3617bed74adcd42c1e11cec58.tar.bz2
On Mac, move internal plugins to live inside the framework ...
... in particular in a subdirectory called "Internet Plug-Ins". BUG=none TEST=builds okay everywhere (including branded builds); internal Flash still okay everywhere on branded builds; on Mac, Flash files end up in above-indicated directory Review URL: http://codereview.chromium.org/2805005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi16
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index f892a1f..61465d8 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -284,6 +284,10 @@
# Bring in pdfsqueeze and run it on all pdfs
'../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
'../build/util/support/support.gyp:*',
+ # On Mac, Flash gets put into the framework, so we need this
+ # dependency here. flash_player.gyp will copy the Flash bundle
+ # into PRODUCT_DIR.
+ '../third_party/adobe/flash/flash_player.gyp:flash_player',
],
'rules': [
{
@@ -461,6 +465,18 @@
'<(PRODUCT_DIR)/libffmpegsumo.dylib',
],
},
+ {
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins',
+ 'files': [],
+ 'conditions': [
+ [ 'branding == "Chrome"', {
+ 'files': [
+ '<(PRODUCT_DIR)/Flash Player Plugin for Chrome.plugin',
+ '<(PRODUCT_DIR)/plugin.vch',
+ ],
+ }],
+ ],
+ },
],
'conditions': [
['mac_breakpad==1', {