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

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

Issue 2735953002: MD Bookmarks: Integrate new data store with UI elements (Closed)
Patch Set: calamity@ review 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 78f7e98bca86f2a907abcbffa1d6a42f8fa4e475..25383b900c24cf1b19e47071511b27554da776ce 100644
--- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
@@ -14,10 +14,22 @@
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
},
{
+ 'target_name': 'api_listener',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'actions',
+ 'bookmarks_store',
+ 'util',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'app',
'dependencies': [
'<(EXTERNS_GYP):chrome_extensions',
- 'store',
+ 'api_listener',
+ 'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -36,7 +48,8 @@
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
'dependencies': [
'<(EXTERNS_GYP):chrome_extensions',
- 'store',
+ 'actions',
+ 'store_client',
],
},
{
@@ -44,6 +57,8 @@
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
'<(EXTERNS_GYP):chrome_extensions',
+ 'actions',
+ 'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -54,7 +69,9 @@
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'<(EXTERNS_GYP):bookmark_manager_private',
'<(EXTERNS_GYP):chrome_extensions',
+ 'actions',
'item',
+ 'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -74,7 +91,7 @@
{
'target_name': 'sidebar',
'dependencies': [
- 'folder_node',
+ 'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.js ('k') | chrome/browser/resources/md_bookmarks/folder_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698