Index: chrome/browser/resources/md_bookmarks/compiled_resources2.gyp |
diff --git a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp |
index c4b7645256cb8e76ee845c1ee06f375e4a9bf2be..2b9b96ac1fd775f5c62d6ec6edb29a8cfa096532 100644 |
--- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp |
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp |
@@ -47,6 +47,7 @@ |
'<(EXTERNS_GYP):bookmark_manager_private', |
'edit_dialog', |
'store_client', |
+ 'toast_manager' |
], |
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
}, |
@@ -144,6 +145,20 @@ |
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
}, |
{ |
+ 'target_name': 'toast', |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
+ }, |
+ { |
+ 'target_name': 'toast_manager', |
+ 'dependencies': [ |
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/compiled_resources2.gyp:paper-button-extracted', |
+ 'toast', |
+ ], |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
+ }, |
+ { |
'target_name': 'toolbar', |
'dependencies': [ |
'<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu', |