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

Side by Side 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: Review comments 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'actions', 7 'target_name': 'actions',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
10 '<(EXTERNS_GYP):chrome_extensions', 10 '<(EXTERNS_GYP):chrome_extensions',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'store', 64 'store',
65 'types', 65 'types',
66 ], 66 ],
67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
68 }, 68 },
69 { 69 {
70 'target_name': 'edit_dialog', 70 'target_name': 'edit_dialog',
71 'dependencies': [ 71 'dependencies': [
72 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 72 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
76 '<(EXTERNS_GYP):chrome_extensions', 76 '<(EXTERNS_GYP):chrome_extensions',
77 'types', 77 'types',
78 ], 78 ],
79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
80 }, 80 },
81 { 81 {
82 'target_name': 'folder_node', 82 'target_name': 'folder_node',
83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
84 'dependencies': [ 84 'dependencies': [
85 '<(EXTERNS_GYP):chrome_extensions', 85 '<(EXTERNS_GYP):chrome_extensions',
86 'actions', 86 'actions',
87 'command_manager', 87 'command_manager',
88 'mouse_focus_behavior',
88 'store_client', 89 'store_client',
89 ], 90 ],
90 }, 91 },
91 { 92 {
92 'target_name': 'item', 93 'target_name': 'item',
93 'dependencies': [ 94 'dependencies': [
94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
95 '<(EXTERNS_GYP):chrome_extensions', 96 '<(EXTERNS_GYP):chrome_extensions',
96 'actions', 97 'actions',
97 'command_manager', 98 'command_manager',
99 'mouse_focus_behavior',
98 'store_client', 100 'store_client',
99 ], 101 ],
100 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
101 }, 103 },
102 { 104 {
103 'target_name': 'list', 105 'target_name': 'list',
104 'dependencies': [ 106 'dependencies': [
105 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile d_resources2.gyp:iron-list-extracted', 107 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile d_resources2.gyp:iron-list-extracted',
106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
107 'actions', 109 'actions',
108 'command_manager', 110 'command_manager',
109 'store_client', 111 'store_client',
110 ], 112 ],
111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
112 }, 114 },
113 { 115 {
116 'target_name': 'mouse_focus_behavior',
117 'dependencies': [
118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
119 ],
120 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
121 },
122 {
114 'target_name': 'reducers', 123 'target_name': 'reducers',
115 'dependencies': [ 124 'dependencies': [
116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
117 'actions', 126 'actions',
118 'types', 127 'types',
119 ], 128 ],
120 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 129 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
121 }, 130 },
122 { 131 {
123 'target_name': 'router', 132 'target_name': 'router',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'target_name': 'util', 189 'target_name': 'util',
181 'dependencies': [ 190 'dependencies': [
182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 191 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
183 '<(EXTERNS_GYP):chrome_extensions', 192 '<(EXTERNS_GYP):chrome_extensions',
184 'types', 193 'types',
185 ], 194 ],
186 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 195 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
187 } 196 }
188 ] 197 ]
189 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698