diff options
author | feldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:28:24 +0000 |
---|---|---|
committer | feldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:28:24 +0000 |
commit | 1096a1fef7d50c0312c0b7d2779ffd9c1a9285c8 (patch) | |
tree | 585d83463337fdb6bf1ebdd1ca483ee39a12d5d7 /chrome/chrome_dll.gypi | |
parent | ad927ba44d1eb42f9d62b8daf882d1104a11d49d (diff) | |
download | chromium_src-1096a1fef7d50c0312c0b7d2779ffd9c1a9285c8.zip chromium_src-1096a1fef7d50c0312c0b7d2779ffd9c1a9285c8.tar.gz chromium_src-1096a1fef7d50c0312c0b7d2779ffd9c1a9285c8.tar.bz2 |
Revert 41098 - 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
TBR=feldstein@chromium.org
Review URL: http://codereview.chromium.org/787002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index cf012a3..d828c3e 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -381,8 +381,7 @@ { 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources', 'files': [ - '<(PRODUCT_DIR)/resources/inspector/', - '<(PRODUCT_DIR)/resources/bookmark_manager/' + '<(PRODUCT_DIR)/resources/inspector/' ], 'conditions': [ ['mac_breakpad==1', { |