OLD | NEW |
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 Loading... |
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', | |
317 'widget/desktop_aura/desktop_capture_client.cc', | 314 'widget/desktop_aura/desktop_capture_client.cc', |
318 'widget/desktop_aura/desktop_capture_client.h', | 315 'widget/desktop_aura/desktop_capture_client.h', |
319 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 316 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
320 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | 317 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', |
321 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | 318 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
322 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', | 319 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
323 'widget/desktop_aura/desktop_dispatcher_client.cc', | 320 'widget/desktop_aura/desktop_dispatcher_client.cc', |
324 'widget/desktop_aura/desktop_dispatcher_client.h', | 321 'widget/desktop_aura/desktop_dispatcher_client.h', |
325 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | 322 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
326 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | 323 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 }], | 692 }], |
696 ['use_ozone==1', { | 693 ['use_ozone==1', { |
697 'sources!': [ | 694 'sources!': [ |
698 'corewm/capture_controller_unittest.cc', | 695 'corewm/capture_controller_unittest.cc', |
699 ], | 696 ], |
700 }], | 697 }], |
701 ], | 698 ], |
702 }, # target_name: views_unittests | 699 }, # target_name: views_unittests |
703 ], | 700 ], |
704 } | 701 } |
OLD | NEW |