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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'sources!': [ | 628 'sources!': [ |
629 'bubble/tray_bubble_view.cc', | 629 'bubble/tray_bubble_view.cc', |
630 'bubble/tray_bubble_view.h', | 630 'bubble/tray_bubble_view.h', |
631 ], | 631 ], |
632 }], | 632 }], |
633 ['chromeos==0 and use_x11==1', { | 633 ['chromeos==0 and use_x11==1', { |
634 'dependencies': [ | 634 'dependencies': [ |
635 '../display/display.gyp:display_util', | 635 '../display/display.gyp:display_util', |
636 ], | 636 ], |
637 }], | 637 }], |
| 638 ['OS=="linux" and chromeos==0 and use_ozone==0', { |
| 639 'dependencies': [ |
| 640 '../../build/linux/system.gyp:atk', |
| 641 ], |
| 642 }], |
638 ['OS=="linux" and chromeos==0', { | 643 ['OS=="linux" and chromeos==0', { |
639 'dependencies': [ | 644 'dependencies': [ |
640 '../../build/linux/system.gyp:atk', | |
641 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 645 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
642 ], | 646 ], |
643 'sources!': [ | 647 'sources!': [ |
644 'window/window_button_order_provider.cc', | 648 'window/window_button_order_provider.cc', |
645 ], | 649 ], |
646 }, { # OS=="linux" and chromeos==0 | 650 }, { # OS=="linux" and chromeos==0 |
647 'sources/': [ | 651 'sources/': [ |
648 ['exclude', 'linux_ui'], | 652 ['exclude', 'linux_ui'], |
649 ], | 653 ], |
650 }], | 654 }], |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 '../aura/aura.gyp:aura', | 918 '../aura/aura.gyp:aura', |
915 '../wm/wm.gyp:wm', | 919 '../wm/wm.gyp:wm', |
916 ], | 920 ], |
917 }], | 921 }], |
918 ], | 922 ], |
919 }, # target_name: macviews_interactive_ui_tests | 923 }, # target_name: macviews_interactive_ui_tests |
920 ], # targets | 924 ], # targets |
921 }], | 925 }], |
922 ], # conditions | 926 ], # conditions |
923 } | 927 } |
OLD | NEW |