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

Side by Side Diff: ui/webui/resources/js/cr/ui/compiled_resources2.gyp

Issue 2842303004: MD Settings: update dialogs to focus without ink when using mouse (Closed)
Patch Set: merge Created 3 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'alert_overlay', 7 'target_name': 'alert_overlay',
8 'dependencies': [ 8 'dependencies': [
9 '../../compiled_resources2.gyp:cr', 9 '../../compiled_resources2.gyp:cr',
10 '../../compiled_resources2.gyp:util', 10 '../../compiled_resources2.gyp:util',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'target_name': 'focus_row', 94 'target_name': 'focus_row',
95 'dependencies': [ 95 'dependencies': [
96 '../../compiled_resources2.gyp:assert', 96 '../../compiled_resources2.gyp:assert',
97 '../../compiled_resources2.gyp:cr', 97 '../../compiled_resources2.gyp:cr',
98 '../../compiled_resources2.gyp:event_tracker', 98 '../../compiled_resources2.gyp:event_tracker',
99 '../../compiled_resources2.gyp:util', 99 '../../compiled_resources2.gyp:util',
100 ], 100 ],
101 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 101 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
102 }, 102 },
103 { 103 {
104 'target_name': 'focus_without_ink',
105 'dependencies': [
106 '../../compiled_resources2.gyp:cr',
107 '../compiled_resources2.gyp:ui',
108 'focus_outline_manager',
109 ],
110 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
111 },
112 {
104 'target_name': 'grid', 113 'target_name': 'grid',
105 'dependencies': [ 114 'dependencies': [
106 'list', 115 'list',
107 ], 116 ],
108 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 117 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
109 }, 118 },
110 { 119 {
111 'target_name': 'list', 120 'target_name': 'list',
112 'dependencies': [ 121 'dependencies': [
113 'array_data_model', 122 'array_data_model',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'target_name': 'tree', 228 'target_name': 'tree',
220 'dependencies': [ 229 'dependencies': [
221 '../../compiled_resources2.gyp:cr', 230 '../../compiled_resources2.gyp:cr',
222 '../../compiled_resources2.gyp:util', 231 '../../compiled_resources2.gyp:util',
223 '../compiled_resources2.gyp:ui', 232 '../compiled_resources2.gyp:ui',
224 ], 233 ],
225 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 234 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
226 }, 235 },
227 ], 236 ],
228 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698