Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4543)

Unified Diff: chrome/browser/resources/md_bookmarks/compiled_resources2.gyp

Issue 2637023002: [MD Bookmarks] Add routing. (Closed)
Patch Set: Move store setup into replaceStore function. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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']
},

Powered by Google App Engine
This is Rietveld 408576698