diff options
-rw-r--r-- | chrome/chrome_dll.gypi | 3 |
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', { |