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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1619 'browser/ui/views/external_protocol_dialog.h', | 1619 'browser/ui/views/external_protocol_dialog.h', |
1620 'browser/ui/views/find_bar_host.cc', | 1620 'browser/ui/views/find_bar_host.cc', |
1621 'browser/ui/views/find_bar_host.h', | 1621 'browser/ui/views/find_bar_host.h', |
1622 'browser/ui/views/find_bar_host_aura.cc', | 1622 'browser/ui/views/find_bar_host_aura.cc', |
1623 'browser/ui/views/find_bar_view.cc', | 1623 'browser/ui/views/find_bar_view.cc', |
1624 'browser/ui/views/find_bar_view.h', | 1624 'browser/ui/views/find_bar_view.h', |
1625 'browser/ui/views/first_run_bubble.cc', | 1625 'browser/ui/views/first_run_bubble.cc', |
1626 'browser/ui/views/first_run_bubble.h', | 1626 'browser/ui/views/first_run_bubble.h', |
1627 'browser/ui/views/first_run_dialog.cc', | 1627 'browser/ui/views/first_run_dialog.cc', |
1628 'browser/ui/views/first_run_dialog.h', | 1628 'browser/ui/views/first_run_dialog.h', |
1629 'browser/ui/views/frame/app_panel_browser_frame_view.cc', | |
1630 'browser/ui/views/frame/app_panel_browser_frame_view.h', | |
1631 'browser/ui/views/frame/browser_command_handler_x11.cc', | 1629 'browser/ui/views/frame/browser_command_handler_x11.cc', |
1632 'browser/ui/views/frame/browser_command_handler_x11.h', | 1630 'browser/ui/views/frame/browser_command_handler_x11.h', |
1633 'browser/ui/views/frame/browser_frame.cc', | 1631 'browser/ui/views/frame/browser_frame.cc', |
1634 'browser/ui/views/frame/browser_frame.h', | 1632 'browser/ui/views/frame/browser_frame.h', |
1635 'browser/ui/views/frame/browser_frame_ash.cc', | 1633 'browser/ui/views/frame/browser_frame_ash.cc', |
1636 'browser/ui/views/frame/browser_frame_ash.h', | 1634 'browser/ui/views/frame/browser_frame_ash.h', |
1637 'browser/ui/views/frame/browser_frame_ashwin.cc', | 1635 'browser/ui/views/frame/browser_frame_ashwin.cc', |
1638 'browser/ui/views/frame/browser_frame_ashwin.h', | 1636 'browser/ui/views/frame/browser_frame_ashwin.h', |
1639 'browser/ui/views/frame/browser_frame_common_win.cc', | 1637 'browser/ui/views/frame/browser_frame_common_win.cc', |
1640 'browser/ui/views/frame/browser_frame_common_win.h', | 1638 'browser/ui/views/frame/browser_frame_common_win.h', |
(...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3024 'dependencies': [ | 3022 'dependencies': [ |
3025 '../ui/views/controls/webview/webview.gyp:webview', | 3023 '../ui/views/controls/webview/webview.gyp:webview', |
3026 '../ui/views/views.gyp:views', | 3024 '../ui/views/views.gyp:views', |
3027 ], | 3025 ], |
3028 'include_dirs': [ | 3026 'include_dirs': [ |
3029 '<(INTERMEDIATE_DIR)', | 3027 '<(INTERMEDIATE_DIR)', |
3030 '<(INTERMEDIATE_DIR)/chrome', | 3028 '<(INTERMEDIATE_DIR)/chrome', |
3031 ], | 3029 ], |
3032 'sources/': [ | 3030 'sources/': [ |
3033 ['exclude', '^browser/ui/cocoa/*'], | 3031 ['exclude', '^browser/ui/cocoa/*'], |
3034 ['exclude', '^browser/ui/views/frame/app_panel_browser_frame_vie
w.cc'], | |
3035 ['exclude', '^browser/ui/views/frame/app_panel_browser_frame_vie
w.h'], | |
3036 ['exclude', '^browser/ui/views/uninstall_view.cc'], | 3032 ['exclude', '^browser/ui/views/uninstall_view.cc'], |
3037 ['exclude', '^browser/ui/views/uninstall_view.h'], | 3033 ['exclude', '^browser/ui/views/uninstall_view.h'], |
3038 ['include', '^browser/ui/window_sizer/window_sizer.cc'], | 3034 ['include', '^browser/ui/window_sizer/window_sizer.cc'], |
3039 ['include', '^browser/ui/window_sizer/window_sizer.h'], | 3035 ['include', '^browser/ui/window_sizer/window_sizer.h'], |
3040 ], | 3036 ], |
3041 }, { # else: use_aura==0 | 3037 }, { # else: use_aura==0 |
3042 'sources/': [ | 3038 'sources/': [ |
3043 # Exclude all of views. | 3039 # Exclude all of views. |
3044 ['exclude', '^browser/ui/views/'], | 3040 ['exclude', '^browser/ui/views/'], |
3045 ] | 3041 ] |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3145 ], | 3141 ], |
3146 'sources!': [ | 3142 'sources!': [ |
3147 'browser/ui/views/session_crashed_bubble_view.cc', | 3143 'browser/ui/views/session_crashed_bubble_view.cc', |
3148 'browser/ui/views/session_crashed_bubble_view.h', | 3144 'browser/ui/views/session_crashed_bubble_view.h', |
3149 ], | 3145 ], |
3150 }], | 3146 }], |
3151 ], | 3147 ], |
3152 }, | 3148 }, |
3153 ], | 3149 ], |
3154 } | 3150 } |
OLD | NEW |