| 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 8e39c8892dc25940b638cd467f3df68534ccf407..78f7e98bca86f2a907abcbffa1d6a42f8fa4e475 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -4,6 +4,16 @@
|
| {
|
| 'targets': [
|
| {
|
| + 'target_name': 'actions',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'util',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + },
|
| + {
|
| 'target_name': 'app',
|
| 'dependencies': [
|
| '<(EXTERNS_GYP):chrome_extensions',
|
| @@ -52,6 +62,7 @@
|
| 'target_name': 'reducers',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + 'actions',
|
| 'types',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| @@ -97,5 +108,14 @@
|
| 'target_name': 'types',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
| + {
|
| + 'target_name': 'util',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'types',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| + }
|
| ]
|
| }
|
|
|