| 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 a263751835f53074e49e2e245d859b152608167d..8e39c8892dc25940b638cd467f3df68534ccf407 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -7,16 +7,26 @@
|
| 'target_name': 'app',
|
| 'dependencies': [
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'store'
|
| + 'store',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'bookmarks_store',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'reducers',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| 'target_name': 'folder_node',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| 'dependencies': [
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'store'
|
| + 'store',
|
| ],
|
| },
|
| {
|
| @@ -32,13 +42,21 @@
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - '<(EXTERNS_GYP):bookmark_manager_private',
|
| - '<(EXTERNS_GYP):chrome_extensions',
|
| + '<(EXTERNS_GYP):bookmark_manager_private',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| 'item',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'reducers',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'router',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -58,6 +76,15 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| {
|
| + 'target_name': 'store_client',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + 'bookmarks_store',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| 'target_name': 'toolbar',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
|
| @@ -66,5 +93,9 @@
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'types',
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| ]
|
| }
|
|
|