Chromium Code Reviews| 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 e87ab9b2c058864de051662689d52e02dccd3239..05ad9cee12c1920daecd0232e627d1e974bed9cd 100644 |
| --- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp |
| +++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp |
| @@ -29,6 +29,7 @@ |
| 'dependencies': [ |
| '<(EXTERNS_GYP):chrome_extensions', |
| 'api_listener', |
| + 'router', |
| 'store_client', |
| ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| @@ -86,6 +87,10 @@ |
| }, |
| { |
| 'target_name': 'router', |
| + 'dependencies': [ |
| + 'actions', |
| + 'store_client', |
| + ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |