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

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: different approach 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 ],
109 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
110 },
111 {
104 'target_name': 'grid', 112 'target_name': 'grid',
105 'dependencies': [ 113 'dependencies': [
106 'list', 114 'list',
107 ], 115 ],
108 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 116 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
109 }, 117 },
110 { 118 {
111 'target_name': 'list', 119 'target_name': 'list',
112 'dependencies': [ 120 'dependencies': [
113 'array_data_model', 121 'array_data_model',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'target_name': 'tree', 227 'target_name': 'tree',
220 'dependencies': [ 228 'dependencies': [
221 '../../compiled_resources2.gyp:cr', 229 '../../compiled_resources2.gyp:cr',
222 '../../compiled_resources2.gyp:util', 230 '../../compiled_resources2.gyp:util',
223 '../compiled_resources2.gyp:ui', 231 '../compiled_resources2.gyp:ui',
224 ], 232 ],
225 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 233 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
226 }, 234 },
227 ], 235 ],
228 } 236 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698