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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | 422 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', |
423 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | 423 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
424 ], | 424 ], |
425 'views_desktop_aura_x11_sources': [ | 425 'views_desktop_aura_x11_sources': [ |
426 'accessibility/native_view_accessibility_auralinux.cc', | |
427 'accessibility/native_view_accessibility_auralinux.h', | |
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', |
432 'widget/desktop_aura/x11_desktop_handler.cc', | 434 'widget/desktop_aura/x11_desktop_handler.cc', |
433 'widget/desktop_aura/x11_desktop_handler.h', | 435 'widget/desktop_aura/x11_desktop_handler.h', |
434 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 436 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
435 'widget/desktop_aura/x11_desktop_window_move_client.h', | 437 'widget/desktop_aura/x11_desktop_window_move_client.h', |
(...skipping 192 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', | |
gunsch
2015/03/16 21:25:11
Same issue reported on the first iteration of this
gunsch
2015/03/16 21:28:53
Actually, I'll just send you a CL
| |
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 |