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

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

Issue 2745993002: MD Bookmarks: Update URL router to work in new data binding system (Closed)
Patch Set: Change initialization, add integration test Created 3 years, 9 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 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'],
},
{

Powered by Google App Engine
This is Rietveld 408576698