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

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

Issue 2746363013: [MD Bookmarks] Add a drag and drop indicator to bookmarks. (Closed)
Patch Set: address comments, add 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 0c21a1a437fcfaedf28f6bcf1ba5f560fd973e4c..b9787b39cea2c86c401e7547f0f73c829868c0b6 100644
--- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
@@ -30,6 +30,7 @@
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter',
'<(EXTERNS_GYP):chrome_extensions',
'api_listener',
+ 'dnd_manager',
'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -45,6 +46,17 @@
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
},
{
+ 'target_name': 'dnd_manager',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):bookmark_manager_private',
+ '<(EXTERNS_GYP):metrics_private',
+ 'bookmarks_store',
+ 'types',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
+ },
+ {
'target_name': 'folder_node',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
'dependencies': [
@@ -125,6 +137,9 @@
},
{
'target_name': 'types',
+ 'dependencies': [
+ '<(EXTERNS_GYP):chrome_extensions',
+ ],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
},
{

Powered by Google App Engine
This is Rietveld 408576698