| 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..e5925467e71d0e35630a45f9104db6c7e4855b08 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -62,6 +62,7 @@
|
| '<(EXTERNS_GYP):bookmark_manager_private',
|
| '<(EXTERNS_GYP):metrics_private',
|
| 'store',
|
| + 'timer_proxy',
|
| 'types',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| @@ -146,12 +147,20 @@
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| + {
|
| + 'target_name': 'timer_proxy',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + ],
|
| + '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',
|
| + 'timer_proxy',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
|
|