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

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: 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'view_model.cc', 304 'view_model.cc',
305 'view_model.h', 305 'view_model.h',
306 'view_model_utils.cc', 306 'view_model_utils.cc',
307 'view_model_utils.h', 307 'view_model_utils.h',
308 'view_targeter.cc', 308 'view_targeter.cc',
309 'view_targeter.h', 309 'view_targeter.h',
310 'views_switches.cc', 310 'views_switches.cc',
311 'views_switches.h', 311 'views_switches.h',
312 'views_delegate.cc', 312 'views_delegate.cc',
313 'views_delegate.h', 313 'views_delegate.h',
314 'views_touch_selection_controller_factory.h',
315 'views_touch_selection_controller_factory_aura.cc',
316 'views_touch_selection_controller_factory_mac.cc',
314 'widget/desktop_aura/desktop_capture_client.cc', 317 'widget/desktop_aura/desktop_capture_client.cc',
315 'widget/desktop_aura/desktop_capture_client.h', 318 'widget/desktop_aura/desktop_capture_client.h',
316 'widget/desktop_aura/desktop_cursor_loader_updater.h', 319 'widget/desktop_aura/desktop_cursor_loader_updater.h',
317 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', 320 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
318 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', 321 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
319 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', 322 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc',
320 'widget/desktop_aura/desktop_dispatcher_client.cc', 323 'widget/desktop_aura/desktop_dispatcher_client.cc',
321 'widget/desktop_aura/desktop_dispatcher_client.h', 324 'widget/desktop_aura/desktop_dispatcher_client.h',
322 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 325 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
323 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', 326 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 }], 695 }],
693 ['use_ozone==1', { 696 ['use_ozone==1', {
694 'sources!': [ 697 'sources!': [
695 'corewm/capture_controller_unittest.cc', 698 'corewm/capture_controller_unittest.cc',
696 ], 699 ],
697 }], 700 }],
698 ], 701 ],
699 }, # target_name: views_unittests 702 }, # target_name: views_unittests
700 ], 703 ],
701 } 704 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698