| 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 5e088585c1af0f5ee40490b88cff567dcbd0faf1..eb7aa5ee73e69961084993d0e46c7c54e0a15583 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -66,15 +66,26 @@
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'dnd_chip',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| {
|
| 'target_name': 'dnd_manager',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| '<(EXTERNS_GYP):bookmark_manager_private',
|
| '<(EXTERNS_GYP):metrics_private',
|
| + 'dnd_chip',
|
| 'store',
|
| 'timer_proxy',
|
| 'types',
|
| + 'util',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
|
|