diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-22 00:57:54 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-22 00:57:54 +0000 |
commit | 14eae12d48e751a6c5cdccb825f9544cb469d7b5 (patch) | |
tree | 2db5bb1645c0889c7700458c9a04e4f0913f0caf /chrome/chrome_dll.gypi | |
parent | 0b9d27bd2bc9d2a68b25c6a4955b0b1ab4c87e30 (diff) | |
download | chromium_src-14eae12d48e751a6c5cdccb825f9544cb469d7b5.zip chromium_src-14eae12d48e751a6c5cdccb825f9544cb469d7b5.tar.gz chromium_src-14eae12d48e751a6c5cdccb825f9544cb469d7b5.tar.bz2 |
To get Chrome to find the NaCl plug-in on Mac, we need to copy the plugin
bundle into the Chrome bundle.
This change also bumps the NaCl DEPS to get a version of the plugin that builds
on all platforms.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 267382f..b95d02e 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -469,7 +469,9 @@ }, { 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins', - 'files': [], + 'files': [ + '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin', + ], 'conditions': [ [ 'branding == "Chrome"', { 'files': [ |