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

Side by Side Diff: ui/views/views.gyp

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change window manager connection unittest to original Created 4 years, 5 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
« no previous file with comments | « ui/views/touch_event_watcher.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'controls/table/table_view_observer.h', 220 'controls/table/table_view_observer.h',
221 'controls/table/table_view_row_background_painter.h', 221 'controls/table/table_view_row_background_painter.h',
222 'controls/textfield/textfield.cc', 222 'controls/textfield/textfield.cc',
223 'controls/textfield/textfield.h', 223 'controls/textfield/textfield.h',
224 'controls/textfield/textfield_controller.cc', 224 'controls/textfield/textfield_controller.cc',
225 'controls/textfield/textfield_controller.h', 225 'controls/textfield/textfield_controller.h',
226 'controls/textfield/textfield_model.cc', 226 'controls/textfield/textfield_model.cc',
227 'controls/textfield/textfield_model.h', 227 'controls/textfield/textfield_model.h',
228 'controls/throbber.cc', 228 'controls/throbber.cc',
229 'controls/throbber.h', 229 'controls/throbber.h',
230 'controls/touch/touch_hud_drawer.cc',
231 'controls/touch/touch_hud_drawer.h',
230 'controls/tree/tree_view.cc', 232 'controls/tree/tree_view.cc',
231 'controls/tree/tree_view.h', 233 'controls/tree/tree_view.h',
232 'controls/tree/tree_view_controller.cc', 234 'controls/tree/tree_view_controller.cc',
233 'controls/tree/tree_view_controller.h', 235 'controls/tree/tree_view_controller.h',
234 'debug_utils.cc', 236 'debug_utils.cc',
235 'debug_utils.h', 237 'debug_utils.h',
236 'drag_controller.h', 238 'drag_controller.h',
237 'drag_utils.cc', 239 'drag_utils.cc',
238 'drag_utils.h', 240 'drag_utils.h',
239 'drag_utils_mac.mm', 241 'drag_utils_mac.mm',
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 '../aura/aura.gyp:aura', 1049 '../aura/aura.gyp:aura',
1048 '../wm/wm.gyp:wm', 1050 '../wm/wm.gyp:wm',
1049 ], 1051 ],
1050 }], 1052 }],
1051 ], 1053 ],
1052 }, # target_name: macviews_interactive_ui_tests 1054 }, # target_name: macviews_interactive_ui_tests
1053 ], # targets 1055 ], # targets
1054 }], 1056 }],
1055 ], # conditions 1057 ], # conditions
1056 } 1058 }
OLDNEW
« no previous file with comments | « ui/views/touch_event_watcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698