| 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 a1200ea0c0aa95d76e3e0a5c4655fa1b7a1ee5e0..ec5928a3ef1690ed7af38a2b55b258f55bc5cbd3 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -71,8 +71,8 @@
|
| 'dependencies': [
|
| '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compiled_resources2.gyp:paper-input-extracted',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| 'types',
|
| ],
|
| @@ -85,6 +85,7 @@
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| 'actions',
|
| 'command_manager',
|
| + 'mouse_focus_behavior',
|
| 'store_client',
|
| ],
|
| },
|
| @@ -95,6 +96,7 @@
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| 'actions',
|
| 'command_manager',
|
| + 'mouse_focus_behavior',
|
| 'store_client',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| @@ -110,6 +112,13 @@
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'mouse_focus_behavior',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| {
|
| 'target_name': 'reducers',
|
| 'dependencies': [
|
|
|