summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
diff options
context:
space:
mode:
authorfeldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-10 00:17:38 +0000
committerfeldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-10 00:17:38 +0000
commitad927ba44d1eb42f9d62b8daf882d1104a11d49d (patch)
treef44781b945452b0e7bb8bea902a1028579371eb1 /chrome/chrome_dll.gypi
parent344d0edac02c960d117c5ae97bd65cf02689013a (diff)
downloadchromium_src-ad927ba44d1eb42f9d62b8daf882d1104a11d49d.zip
chromium_src-ad927ba44d1eb42f9d62b8daf882d1104a11d49d.tar.gz
chromium_src-ad927ba44d1eb42f9d62b8daf882d1104a11d49d.tar.bz2
Copy the bookmark manager to the chromium frameworks resources directory so it can be loaded into a tab. Originally it was only copied to the build directories resources folder.
The broken key issue still exists but if you manually add a good key this works fine. Review URL: http://codereview.chromium.org/775001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index d828c3e..cf012a3 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -381,7 +381,8 @@
{
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
'files': [
- '<(PRODUCT_DIR)/resources/inspector/'
+ '<(PRODUCT_DIR)/resources/inspector/',
+ '<(PRODUCT_DIR)/resources/bookmark_manager/'
],
'conditions': [
['mac_breakpad==1', {