| 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 f281ac3678670aa9c5efbf2d45f627bc3dd7cb6d..b2e1a70e5337cc63a8dfd8f4f2f618d0053ecebf 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -46,6 +46,16 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| {
|
| + 'target_name': 'edit_dialog',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| 'target_name': 'folder_node',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| 'dependencies': [
|
| @@ -72,6 +82,7 @@
|
| '<(EXTERNS_GYP):bookmark_manager_private',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| 'actions',
|
| + 'edit_dialog',
|
| 'item',
|
| 'store_client',
|
| ],
|
|
|