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 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | 372 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
373 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', | 373 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
374 'widget/desktop_aura/desktop_dispatcher_client.cc', | 374 'widget/desktop_aura/desktop_dispatcher_client.cc', |
375 'widget/desktop_aura/desktop_dispatcher_client.h', | 375 'widget/desktop_aura/desktop_dispatcher_client.h', |
376 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | 376 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
377 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | 377 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
378 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 378 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
379 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 379 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
380 'widget/desktop_aura/desktop_drop_target_win.cc', | 380 'widget/desktop_aura/desktop_drop_target_win.cc', |
381 'widget/desktop_aura/desktop_drop_target_win.h', | 381 'widget/desktop_aura/desktop_drop_target_win.h', |
| 382 'widget/desktop_aura/desktop_event_client.cc', |
| 383 'widget/desktop_aura/desktop_event_client.h', |
382 'widget/desktop_aura/desktop_factory_ozone.cc', | 384 'widget/desktop_aura/desktop_factory_ozone.cc', |
383 'widget/desktop_aura/desktop_factory_ozone.h', | 385 'widget/desktop_aura/desktop_factory_ozone.h', |
384 'widget/desktop_aura/desktop_focus_rules.cc', | 386 'widget/desktop_aura/desktop_focus_rules.cc', |
385 'widget/desktop_aura/desktop_focus_rules.h', | 387 'widget/desktop_aura/desktop_focus_rules.h', |
386 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 388 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
387 'widget/desktop_aura/desktop_native_cursor_manager.h', | 389 'widget/desktop_aura/desktop_native_cursor_manager.h', |
388 'widget/desktop_aura/desktop_native_widget_aura.cc', | 390 'widget/desktop_aura/desktop_native_widget_aura.cc', |
389 'widget/desktop_aura/desktop_native_widget_aura.h', | 391 'widget/desktop_aura/desktop_native_widget_aura.h', |
390 'widget/desktop_aura/desktop_root_window_host.h', | 392 'widget/desktop_aura/desktop_root_window_host.h', |
391 'widget/desktop_aura/desktop_root_window_host_ozone.cc', | 393 'widget/desktop_aura/desktop_root_window_host_ozone.cc', |
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 'sources/': [ | 1106 'sources/': [ |
1105 # This is needed because the aura rule strips it from the default | 1107 # This is needed because the aura rule strips it from the default |
1106 # sources list. | 1108 # sources list. |
1107 ['include', '^../../content/app/startup_helper_win.cc'], | 1109 ['include', '^../../content/app/startup_helper_win.cc'], |
1108 ], | 1110 ], |
1109 }], | 1111 }], |
1110 ], | 1112 ], |
1111 }, # target_name: views_examples_with_content_exe | 1113 }, # target_name: views_examples_with_content_exe |
1112 ], | 1114 ], |
1113 } | 1115 } |
OLD | NEW |