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

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

Issue 2920413002: MD Bookmarks: Focus sidebar nodes on click without showing an outline (Closed)
Patch Set: Rewrite to use a function rather than a property Created 3 years, 6 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 c4b7645256cb8e76ee845c1ee06f375e4a9bf2be..94ea48f6dbbbadad4717d01b06e718b2a0d14553 100644
--- a/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp
@@ -70,8 +70,8 @@
'dependencies': [
'<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compiled_resources2.gyp:paper-input-extracted',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
'<(EXTERNS_GYP):chrome_extensions',
'types',
],
@@ -83,6 +83,7 @@
'dependencies': [
'<(EXTERNS_GYP):chrome_extensions',
'actions',
+ 'mouse_focus_behavior',
'store_client',
],
},
@@ -93,6 +94,7 @@
'<(EXTERNS_GYP):chrome_extensions',
'actions',
'command_manager',
+ 'mouse_focus_behavior',
'store_client',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -107,6 +109,13 @@
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'mouse_focus_behavior',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
{
'target_name': 'reducers',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698