| 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 1fae808c583767dab2f0e132ae5b2c96e1f3ab94..0df0d510b2ce897ad369ac63d365e3f60d335dd5 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -8,8 +8,8 @@
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'util',
|
| 'types',
|
| + 'util',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| @@ -18,7 +18,7 @@
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'actions',
|
| + 'complex_actions',
|
| 'store',
|
| 'util',
|
| ],
|
| @@ -38,6 +38,17 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'complex_actions',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + 'actions',
|
| + 'store',
|
| + 'types',
|
| + 'util',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| 'target_name': 'constants',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| @@ -79,7 +90,7 @@
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| - 'actions',
|
| + 'complex_actions',
|
| 'store_client',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| @@ -101,6 +112,7 @@
|
| 'target_name': 'reducers',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + # Needed for reducers.js to understand the Action type.
|
| 'actions',
|
| 'types',
|
| ],
|
|
|