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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'widget/desktop_aura/desktop_screen_position_client.cc', | 395 'widget/desktop_aura/desktop_screen_position_client.cc', |
396 'widget/desktop_aura/desktop_screen_position_client.h', | 396 'widget/desktop_aura/desktop_screen_position_client.h', |
397 'widget/desktop_aura/desktop_screen_win.cc', | 397 'widget/desktop_aura/desktop_screen_win.cc', |
398 'widget/desktop_aura/desktop_screen_win.h', | 398 'widget/desktop_aura/desktop_screen_win.h', |
399 'widget/desktop_aura/desktop_screen_x11.cc', | 399 'widget/desktop_aura/desktop_screen_x11.cc', |
400 'widget/desktop_aura/desktop_screen_x11.h', | 400 'widget/desktop_aura/desktop_screen_x11.h', |
401 'widget/desktop_aura/x11_desktop_handler.cc', | 401 'widget/desktop_aura/x11_desktop_handler.cc', |
402 'widget/desktop_aura/x11_desktop_handler.h', | 402 'widget/desktop_aura/x11_desktop_handler.h', |
403 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 403 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
404 'widget/desktop_aura/x11_desktop_window_move_client.h', | 404 'widget/desktop_aura/x11_desktop_window_move_client.h', |
405 'widget/desktop_aura/x11_scoped_capture.cc', | 405 'widget/desktop_aura/x11_capture_window.cc', |
406 'widget/desktop_aura/x11_scoped_capture.h', | 406 'widget/desktop_aura/x11_capture_window.h', |
407 'widget/desktop_aura/x11_topmost_window_finder.cc', | 407 'widget/desktop_aura/x11_topmost_window_finder.cc', |
408 'widget/desktop_aura/x11_topmost_window_finder.h', | 408 'widget/desktop_aura/x11_topmost_window_finder.h', |
409 'widget/desktop_aura/x11_whole_screen_move_loop.cc', | 409 'widget/desktop_aura/x11_whole_screen_move_loop.cc', |
410 'widget/desktop_aura/x11_whole_screen_move_loop.h', | 410 'widget/desktop_aura/x11_whole_screen_move_loop.h', |
411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', | 411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', |
412 'widget/desktop_aura/x11_window_event_filter.cc', | 412 'widget/desktop_aura/x11_window_event_filter.cc', |
413 'widget/desktop_aura/x11_window_event_filter.h', | 413 'widget/desktop_aura/x11_window_event_filter.h', |
414 'widget/drop_helper.cc', | 414 'widget/drop_helper.cc', |
415 'widget/drop_helper.h', | 415 'widget/drop_helper.h', |
416 'widget/root_view.cc', | 416 'widget/root_view.cc', |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 ], | 846 ], |
847 'sources': [ | 847 'sources': [ |
848 'run_all_unittests.cc', | 848 'run_all_unittests.cc', |
849 'widget/native_widget_mac_interactive_uitest.mm', | 849 'widget/native_widget_mac_interactive_uitest.mm', |
850 ], | 850 ], |
851 }, # target_name: macviews_interactive_ui_tests | 851 }, # target_name: macviews_interactive_ui_tests |
852 ], # targets | 852 ], # targets |
853 }], | 853 }], |
854 ], # conditions | 854 ], # conditions |
855 } | 855 } |
OLD | NEW |