| 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 5afa9d4e9923e9061d77029df00f2e6f1d7bca35..1d8a5091e9e127a52ed7d5fbc8e85c8b4d130d27 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -30,6 +30,7 @@
|
| '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| 'api_listener',
|
| + 'dnd_manager',
|
| 'router',
|
| 'store',
|
| 'store_client',
|
| @@ -47,6 +48,17 @@
|
| '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',
|
| + 'store',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| 'target_name': 'folder_node',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| 'dependencies': [
|
| @@ -133,6 +145,9 @@
|
| },
|
| {
|
| 'target_name': 'types',
|
| + 'dependencies': [
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| {
|
|
|