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

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

Issue 2752173002: MD Bookmarks: Remove old bookmark data store (Closed)
Patch Set: Rebase 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 b2e1a70e5337cc63a8dfd8f4f2f618d0053ecebf..5afa9d4e9923e9061d77029df00f2e6f1d7bca35 100644
--- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
@@ -19,7 +19,7 @@
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'<(EXTERNS_GYP):chrome_extensions',
'actions',
- 'bookmarks_store',
+ 'store',
'util',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -31,21 +31,12 @@
'<(EXTERNS_GYP):chrome_extensions',
'api_listener',
'router',
+ 'store',
'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'bookmarks_store',
- 'dependencies': [
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
- '<(EXTERNS_GYP):chrome_extensions',
- 'reducers',
- 'types',
- ],
- 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
- },
- {
'target_name': 'edit_dialog',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
@@ -83,7 +74,6 @@
'<(EXTERNS_GYP):chrome_extensions',
'actions',
'edit_dialog',
- 'item',
'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -115,8 +105,10 @@
{
'target_name': 'store',
'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'<(EXTERNS_GYP):chrome_extensions',
- 'router',
+ 'reducers',
+ 'types',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
},
@@ -124,7 +116,7 @@
'target_name': 'store_client',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
- 'bookmarks_store',
+ 'store',
'types',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
« no previous file with comments | « chrome/browser/resources/md_bookmarks/bookmarks_store.js ('k') | chrome/browser/resources/md_bookmarks/store.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698