| 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 9237fbdf5b506ebee2f67fa02cda9e1030146e78..c935526dd878d1dab191751f1f7f2cfeec2a8284 100644
|
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
|
| @@ -38,6 +38,10 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'router',
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'sidebar',
|
| 'dependencies': [
|
| 'folder_node',
|
| @@ -47,7 +51,8 @@
|
| {
|
| 'target_name': 'store',
|
| 'dependencies': [
|
| - '<(EXTERNS_GYP):chrome_extensions'
|
| + '<(EXTERNS_GYP):chrome_extensions',
|
| + 'router',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
|
| },
|
|
|