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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2218 'browser/ui/app_list/app_list_controller_delegate_views.cc', | 2218 'browser/ui/app_list/app_list_controller_delegate_views.cc', |
2219 'browser/ui/app_list/app_list_controller_delegate_views.h', | 2219 'browser/ui/app_list/app_list_controller_delegate_views.h', |
2220 'browser/ui/app_list/app_list_service_views.cc', | 2220 'browser/ui/app_list/app_list_service_views.cc', |
2221 'browser/ui/app_list/app_list_service_views.h', | 2221 'browser/ui/app_list/app_list_service_views.h', |
2222 'browser/ui/app_list/app_list_shower_views.cc', | 2222 'browser/ui/app_list/app_list_shower_views.cc', |
2223 'browser/ui/app_list/app_list_shower_views.h', | 2223 'browser/ui/app_list/app_list_shower_views.h', |
2224 'browser/ui/views/accessibility/accessibility_event_router_views.cc', | 2224 'browser/ui/views/accessibility/accessibility_event_router_views.cc', |
2225 'browser/ui/views/accessibility/accessibility_event_router_views.h', | 2225 'browser/ui/views/accessibility/accessibility_event_router_views.h', |
2226 'browser/ui/views/chrome_browser_main_extra_parts_views.cc', | 2226 'browser/ui/views/chrome_browser_main_extra_parts_views.cc', |
2227 'browser/ui/views/chrome_browser_main_extra_parts_views.h', | 2227 'browser/ui/views/chrome_browser_main_extra_parts_views.h', |
| 2228 'browser/ui/views/chrome_constrained_window_views_client_mac.cc', |
2228 'browser/ui/views/chrome_views_delegate.cc', | 2229 'browser/ui/views/chrome_views_delegate.cc', |
2229 'browser/ui/views/chrome_views_delegate.h', | 2230 'browser/ui/views/chrome_views_delegate.h', |
2230 'browser/ui/views/find_bar_host.cc', | 2231 'browser/ui/views/find_bar_host.cc', |
2231 'browser/ui/views/find_bar_host.h', | 2232 'browser/ui/views/find_bar_host.h', |
2232 'browser/ui/views/find_bar_view.cc', | 2233 'browser/ui/views/find_bar_view.cc', |
2233 'browser/ui/views/find_bar_view.h', | 2234 'browser/ui/views/find_bar_view.h', |
2234 'browser/ui/views/tabs/browser_tab_strip_controller.cc', | 2235 'browser/ui/views/tabs/browser_tab_strip_controller.cc', |
2235 'browser/ui/views/tabs/browser_tab_strip_controller.h', | 2236 'browser/ui/views/tabs/browser_tab_strip_controller.h', |
2236 'browser/ui/views/tabs/media_indicator_button.cc', | 2237 'browser/ui/views/tabs/media_indicator_button.cc', |
2237 'browser/ui/views/tabs/media_indicator_button.h', | 2238 'browser/ui/views/tabs/media_indicator_button.h', |
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2768 ['OS!="android"', { | 2769 ['OS!="android"', { |
2769 'sources': [ '<@(chrome_browser_ui_non_athena_non_android_sources)
' ], | 2770 'sources': [ '<@(chrome_browser_ui_non_athena_non_android_sources)
' ], |
2770 }], | 2771 }], |
2771 ['use_ash==1', { | 2772 ['use_ash==1', { |
2772 'sources': [ '<@(chrome_browser_ui_ash_non_athena_sources)' ], | 2773 'sources': [ '<@(chrome_browser_ui_ash_non_athena_sources)' ], |
2773 }], | 2774 }], |
2774 ], | 2775 ], |
2775 }], | 2776 }], |
2776 ['toolkit_views==1', { | 2777 ['toolkit_views==1', { |
2777 'sources': [ '<@(chrome_browser_ui_views_sources)' ], | 2778 'sources': [ '<@(chrome_browser_ui_views_sources)' ], |
| 2779 'dependencies': [ |
| 2780 '<(DEPTH)/components/components.gyp:constrained_window', |
| 2781 ], |
2778 'conditions': [ | 2782 'conditions': [ |
2779 ['chromeos == 0 and OS!="mac"', { | 2783 ['chromeos == 0 and OS!="mac"', { |
2780 'sources': [ '<@(chrome_browser_ui_views_non_chromeos_sources)' ], | 2784 'sources': [ '<@(chrome_browser_ui_views_non_chromeos_sources)' ], |
2781 }], | 2785 }], |
2782 ['use_ash == 1', { | 2786 ['use_ash == 1', { |
2783 'sources': [ '<@(chrome_browser_ui_ash_views_sources)' ], | 2787 'sources': [ '<@(chrome_browser_ui_ash_views_sources)' ], |
2784 }], | 2788 }], |
2785 ['OS!="mac"', { | 2789 ['OS!="mac"', { |
2786 'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ], | 2790 'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ], |
2787 'dependencies': [ | 2791 'dependencies': [ |
2788 '<(DEPTH)/components/components.gyp:constrained_window', | |
2789 '<(DEPTH)/extensions/components/extensions_components.gyp:native
_app_window', | 2792 '<(DEPTH)/extensions/components/extensions_components.gyp:native
_app_window', |
2790 ], | 2793 ], |
2791 }], | 2794 }], |
2792 ], | 2795 ], |
2793 }], | 2796 }], |
2794 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { | 2797 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { |
2795 'dependencies': [ | 2798 'dependencies': [ |
2796 # gtk2 is the only component that can interact with gtk2 in our new | 2799 # gtk2 is the only component that can interact with gtk2 in our new |
2797 # world. | 2800 # world. |
2798 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2801 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3044 ['OS!="android" and OS!="ios"', { | 3047 ['OS!="android" and OS!="ios"', { |
3045 'dependencies': [ | 3048 'dependencies': [ |
3046 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3049 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3047 ], | 3050 ], |
3048 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3051 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3049 }], | 3052 }], |
3050 ], | 3053 ], |
3051 }, | 3054 }, |
3052 ], | 3055 ], |
3053 } | 3056 } |
OLD | NEW |