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

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

Issue 248763003: MacViews: Better layering for the touch selection controller (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix derp Created 6 years, 8 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 | Annotate | Revision Log
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 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'view_model.cc', 301 'view_model.cc',
302 'view_model.h', 302 'view_model.h',
303 'view_model_utils.cc', 303 'view_model_utils.cc',
304 'view_model_utils.h', 304 'view_model_utils.h',
305 'view_targeter.cc', 305 'view_targeter.cc',
306 'view_targeter.h', 306 'view_targeter.h',
307 'views_switches.cc', 307 'views_switches.cc',
308 'views_switches.h', 308 'views_switches.h',
309 'views_delegate.cc', 309 'views_delegate.cc',
310 'views_delegate.h', 310 'views_delegate.h',
311 'views_touch_selection_controller_factory.h',
312 'views_touch_selection_controller_factory_aura.cc',
313 'views_touch_selection_controller_factory_mac.cc',
311 'widget/desktop_aura/desktop_capture_client.cc', 314 'widget/desktop_aura/desktop_capture_client.cc',
312 'widget/desktop_aura/desktop_capture_client.h', 315 'widget/desktop_aura/desktop_capture_client.h',
313 'widget/desktop_aura/desktop_cursor_loader_updater.h', 316 'widget/desktop_aura/desktop_cursor_loader_updater.h',
314 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', 317 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
315 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', 318 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
316 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', 319 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc',
317 'widget/desktop_aura/desktop_dispatcher_client.cc', 320 'widget/desktop_aura/desktop_dispatcher_client.cc',
318 'widget/desktop_aura/desktop_dispatcher_client.h', 321 'widget/desktop_aura/desktop_dispatcher_client.h',
319 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 322 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
320 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', 323 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 }], 690 }],
688 ['use_ozone==1', { 691 ['use_ozone==1', {
689 'sources!': [ 692 'sources!': [
690 'corewm/capture_controller_unittest.cc', 693 'corewm/capture_controller_unittest.cc',
691 ], 694 ],
692 }], 695 }],
693 ], 696 ],
694 }, # target_name: views_unittests 697 }, # target_name: views_unittests
695 ], 698 ],
696 } 699 }
OLDNEW
« no previous file with comments | « ui/views/touchui/touch_selection_controller_impl_unittest.cc ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698