| 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 70b5f5b18123792c39785cdb2a8b3988151d6f65..5e088585c1af0f5ee40490b88cff567dcbd0faf1 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -47,6 +47,7 @@
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
|
| '<(EXTERNS_GYP):bookmark_manager_private',
|
| + 'dialog_focus_manager',
|
| 'edit_dialog',
|
| 'store_client',
|
| 'toast_manager'
|
| @@ -57,6 +58,14 @@
|
| 'target_name': 'constants',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| + {
|
| + 'target_name': 'dialog_focus_manager',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + 'mouse_focus_behavior',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| {
|
| 'target_name': 'dnd_manager',
|
| 'dependencies': [
|
| @@ -77,6 +86,7 @@
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| + 'dialog_focus_manager',
|
| 'types',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
|
|