OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # There are two sections of sources: | 7 # There are two sections of sources: |
8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
10 | 10 |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'browser/ui/window_sizer/window_sizer_ash.cc', | 621 'browser/ui/window_sizer/window_sizer_ash.cc', |
622 ], | 622 ], |
623 # Used when Ash is enabled but not ChromeOS. | 623 # Used when Ash is enabled but not ChromeOS. |
624 'chrome_browser_ui_ash_non_chromeos': [ | 624 'chrome_browser_ui_ash_non_chromeos': [ |
625 'browser/ui/ash/chrome_shell_content_state_views.cc', | 625 'browser/ui/ash/chrome_shell_content_state_views.cc', |
626 'browser/ui/ash/chrome_shell_delegate_views.cc', | 626 'browser/ui/ash/chrome_shell_delegate_views.cc', |
627 'browser/ui/ash/multi_user/multi_user_context_menu.cc', | 627 'browser/ui/ash/multi_user/multi_user_context_menu.cc', |
628 'browser/ui/ash/multi_user/multi_user_context_menu.h', | 628 'browser/ui/ash/multi_user/multi_user_context_menu.h', |
629 'browser/ui/ash/session_state_delegate_views.cc', | 629 'browser/ui/ash/session_state_delegate_views.cc', |
630 'browser/ui/ash/session_state_delegate_views.h', | 630 'browser/ui/ash/session_state_delegate_views.h', |
| 631 'browser/ui/views/chrome_views_delegate_ash.cc', |
631 ], | 632 ], |
632 # Ash + Views. | 633 # Ash + Views. |
633 'chrome_browser_ui_ash_views_sources': [ | 634 'chrome_browser_ui_ash_views_sources': [ |
634 'browser/ui/views/frame/browser_frame_ash.cc', | 635 'browser/ui/views/frame/browser_frame_ash.cc', |
635 'browser/ui/views/frame/browser_frame_ash.h', | 636 'browser/ui/views/frame/browser_frame_ash.h', |
636 'browser/ui/views/frame/browser_header_painter_ash.cc', | 637 'browser/ui/views/frame/browser_header_painter_ash.cc', |
637 'browser/ui/views/frame/browser_header_painter_ash.h', | 638 'browser/ui/views/frame/browser_header_painter_ash.h', |
638 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', | 639 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', |
639 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', | 640 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', |
640 'browser/ui/views/frame/immersive_mode_controller_ash.cc', | 641 'browser/ui/views/frame/immersive_mode_controller_ash.cc', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc'
, | 675 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc'
, |
675 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.h', | 676 'browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.h', |
676 'browser/ui/webui/gesture_config_ui.cc', | 677 'browser/ui/webui/gesture_config_ui.cc', |
677 'browser/ui/webui/gesture_config_ui.h', | 678 'browser/ui/webui/gesture_config_ui.h', |
678 'browser/ui/window_sizer/window_sizer_aura.cc', | 679 'browser/ui/window_sizer/window_sizer_aura.cc', |
679 ], | 680 ], |
680 # Aura but not ChromeOS. | 681 # Aura but not ChromeOS. |
681 'chrome_browser_ui_aura_non_chromeos': [ | 682 'chrome_browser_ui_aura_non_chromeos': [ |
682 'browser/ui/aura/active_desktop_monitor.cc', | 683 'browser/ui/aura/active_desktop_monitor.cc', |
683 'browser/ui/aura/active_desktop_monitor.h', | 684 'browser/ui/aura/active_desktop_monitor.h', |
684 'browser/ui/views/chrome_views_delegate_aura.cc', | |
685 'browser/ui/views/frame/desktop_browser_frame_aura.cc', | 685 'browser/ui/views/frame/desktop_browser_frame_aura.cc', |
686 'browser/ui/views/frame/desktop_browser_frame_aura.h', | 686 'browser/ui/views/frame/desktop_browser_frame_aura.h', |
687 'browser/ui/views/message_center/message_center_frame_view.cc', | 687 'browser/ui/views/message_center/message_center_frame_view.cc', |
688 'browser/ui/views/message_center/message_center_frame_view.h', | 688 'browser/ui/views/message_center/message_center_frame_view.h', |
689 'browser/ui/views/message_center/web_notification_tray.cc', | 689 'browser/ui/views/message_center/web_notification_tray.cc', |
690 'browser/ui/views/message_center/web_notification_tray.h', | 690 'browser/ui/views/message_center/web_notification_tray.h', |
691 ], | 691 ], |
692 # ChromeOS-only sources that don't end in _chromeos or live in a chromeos | 692 # ChromeOS-only sources that don't end in _chromeos or live in a chromeos |
693 # directory. | 693 # directory. |
694 'chrome_browser_ui_chromeos_sources': [ | 694 'chrome_browser_ui_chromeos_sources': [ |
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3251 ], | 3251 ], |
3252 'sources': [ | 3252 'sources': [ |
3253 '<@(chrome_browser_ui_non_mobile_sources)', | 3253 '<@(chrome_browser_ui_non_mobile_sources)', |
3254 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3254 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3255 ], | 3255 ], |
3256 }], | 3256 }], |
3257 ], | 3257 ], |
3258 }, | 3258 }, |
3259 ], | 3259 ], |
3260 } | 3260 } |
OLD | NEW |