summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 16:23:06 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 16:23:06 +0000
commit9e3fe3d34268d0193032d59dcf3a9c089110b88b (patch)
tree51d58d43ff4b13072da5d3b207862d78fa636790 /chrome/chrome_exe.gypi
parentdbbab20801ffa9e0018f2244bdbcb854c52b27d7 (diff)
downloadchromium_src-9e3fe3d34268d0193032d59dcf3a9c089110b88b.zip
chromium_src-9e3fe3d34268d0193032d59dcf3a9c089110b88b.tar.gz
chromium_src-9e3fe3d34268d0193032d59dcf3a9c089110b88b.tar.bz2
Fix up PathProvider on the Mac for FILE_MODULE.
PathProvider on the Mac always returned the FILE_EXE for FILE_MODULE, which isn't necessarily correct. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7019041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index a11d90b..c14b0a0 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -484,7 +484,7 @@
'conditions': [
['OS=="mac"', {
'copies': [{
- 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions/<(version_full)/<(mac_product_name) Helper.app/Contents/MacOS/',
+ 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions/<(version_full)/<(mac_product_name) Framework.framework/Libraries/',
'files': ['<(PRODUCT_DIR)/osmesa.so'],
}],
}],