| 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 78f7e98bca86f2a907abcbffa1d6a42f8fa4e475..25383b900c24cf1b19e47071511b27554da776ce 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -14,10 +14,22 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| {
|
| + 'target_name': 'api_listener',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'actions',
|
| + 'bookmarks_store',
|
| + 'util',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'app',
|
| 'dependencies': [
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'store',
|
| + 'api_listener',
|
| + 'store_client',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -36,7 +48,8 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| 'dependencies': [
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'store',
|
| + 'actions',
|
| + 'store_client',
|
| ],
|
| },
|
| {
|
| @@ -44,6 +57,8 @@
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| + 'actions',
|
| + 'store_client',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -54,7 +69,9 @@
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| '<(EXTERNS_GYP):bookmark_manager_private',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| + 'actions',
|
| 'item',
|
| + 'store_client',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -74,7 +91,7 @@
|
| {
|
| 'target_name': 'sidebar',
|
| 'dependencies': [
|
| - 'folder_node',
|
| + 'store_client',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
|
|