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 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
8 'views_sources': [ | 8 'views_sources': [ |
9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 412 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
413 'widget/desktop_aura/desktop_native_cursor_manager.h', | 413 'widget/desktop_aura/desktop_native_cursor_manager.h', |
414 'widget/desktop_aura/desktop_native_widget_aura.cc', | 414 'widget/desktop_aura/desktop_native_widget_aura.cc', |
415 'widget/desktop_aura/desktop_native_widget_aura.h', | 415 'widget/desktop_aura/desktop_native_widget_aura.h', |
416 'widget/desktop_aura/desktop_screen.h', | 416 'widget/desktop_aura/desktop_screen.h', |
417 'widget/desktop_aura/desktop_screen_position_client.cc', | 417 'widget/desktop_aura/desktop_screen_position_client.cc', |
418 'widget/desktop_aura/desktop_screen_position_client.h', | 418 'widget/desktop_aura/desktop_screen_position_client.h', |
419 'widget/desktop_aura/desktop_window_tree_host.h', | 419 'widget/desktop_aura/desktop_window_tree_host.h', |
420 ], | 420 ], |
421 'views_desktop_aura_linux_sources': [ | 421 'views_desktop_aura_linux_sources': [ |
| 422 'accessibility/native_view_accessibility_auralinux.cc', |
| 423 'accessibility/native_view_accessibility_auralinux.h', |
422 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | 424 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', |
423 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | 425 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
424 ], | 426 ], |
425 'views_desktop_aura_x11_sources': [ | 427 'views_desktop_aura_x11_sources': [ |
426 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | 428 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
427 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | 429 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
428 'widget/desktop_aura/desktop_screen_x11.cc', | 430 'widget/desktop_aura/desktop_screen_x11.cc', |
429 'widget/desktop_aura/desktop_screen_x11.h', | 431 'widget/desktop_aura/desktop_screen_x11.h', |
430 'widget/desktop_aura/desktop_window_tree_host_x11.cc', | 432 'widget/desktop_aura/desktop_window_tree_host_x11.cc', |
431 'widget/desktop_aura/desktop_window_tree_host_x11.h', | 433 'widget/desktop_aura/desktop_window_tree_host_x11.h', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'bubble/tray_bubble_view.h', | 630 'bubble/tray_bubble_view.h', |
629 ], | 631 ], |
630 }], | 632 }], |
631 ['chromeos==0 and use_x11==1', { | 633 ['chromeos==0 and use_x11==1', { |
632 'dependencies': [ | 634 'dependencies': [ |
633 '../display/display.gyp:display_util', | 635 '../display/display.gyp:display_util', |
634 ], | 636 ], |
635 }], | 637 }], |
636 ['OS=="linux" and chromeos==0', { | 638 ['OS=="linux" and chromeos==0', { |
637 'dependencies': [ | 639 'dependencies': [ |
| 640 '../../build/linux/system.gyp:atk', |
638 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 641 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
639 ], | 642 ], |
640 'sources!': [ | 643 'sources!': [ |
641 'window/window_button_order_provider.cc', | 644 'window/window_button_order_provider.cc', |
642 ], | 645 ], |
643 }, { # OS=="linux" and chromeos==0 | 646 }, { # OS=="linux" and chromeos==0 |
644 'sources/': [ | 647 'sources/': [ |
645 ['exclude', 'linux_ui'], | 648 ['exclude', 'linux_ui'], |
646 ], | 649 ], |
647 }], | 650 }], |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 '../aura/aura.gyp:aura', | 914 '../aura/aura.gyp:aura', |
912 '../wm/wm.gyp:wm', | 915 '../wm/wm.gyp:wm', |
913 ], | 916 ], |
914 }], | 917 }], |
915 ], | 918 ], |
916 }, # target_name: macviews_interactive_ui_tests | 919 }, # target_name: macviews_interactive_ui_tests |
917 ], # targets | 920 ], # targets |
918 }], | 921 }], |
919 ], # conditions | 922 ], # conditions |
920 } | 923 } |
OLD | NEW |