| 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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 'browser/ui/host_desktop.h', | 1156 'browser/ui/host_desktop.h', |
| 1157 'browser/ui/hung_plugin_tab_helper.cc', | 1157 'browser/ui/hung_plugin_tab_helper.cc', |
| 1158 'browser/ui/hung_plugin_tab_helper.h', | 1158 'browser/ui/hung_plugin_tab_helper.h', |
| 1159 'browser/ui/login/login_model.h', | 1159 'browser/ui/login/login_model.h', |
| 1160 'browser/ui/login/login_prompt.cc', | 1160 'browser/ui/login/login_prompt.cc', |
| 1161 'browser/ui/login/login_prompt.h', | 1161 'browser/ui/login/login_prompt.h', |
| 1162 'browser/ui/media_stream_infobar_delegate.h', | 1162 'browser/ui/media_stream_infobar_delegate.h', |
| 1163 'browser/ui/media_stream_infobar_delegate.cc', | 1163 'browser/ui/media_stream_infobar_delegate.cc', |
| 1164 'browser/ui/metro_pin_tab_helper_win.cc', | 1164 'browser/ui/metro_pin_tab_helper_win.cc', |
| 1165 'browser/ui/metro_pin_tab_helper_win.h', | 1165 'browser/ui/metro_pin_tab_helper_win.h', |
| 1166 'browser/ui/native_web_contents_modal_dialog.h', |
| 1166 'browser/ui/native_web_contents_modal_dialog_manager.h', | 1167 'browser/ui/native_web_contents_modal_dialog_manager.h', |
| 1167 'browser/ui/network_profile_bubble.cc', | 1168 'browser/ui/network_profile_bubble.cc', |
| 1168 'browser/ui/network_profile_bubble.h', | 1169 'browser/ui/network_profile_bubble.h', |
| 1169 'browser/ui/ntp_background_util.cc', | 1170 'browser/ui/ntp_background_util.cc', |
| 1170 'browser/ui/ntp_background_util.h', | 1171 'browser/ui/ntp_background_util.h', |
| 1171 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1172 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
| 1172 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1173 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
| 1173 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', | 1174 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', |
| 1174 'browser/ui/omnibox/alternate_nav_url_fetcher.h', | 1175 'browser/ui/omnibox/alternate_nav_url_fetcher.h', |
| 1175 'browser/ui/omnibox/location_bar.h', | 1176 'browser/ui/omnibox/location_bar.h', |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2325 'sources!': [ | 2326 'sources!': [ |
| 2326 'browser/ui/tabs/tab_strip_layout_type.h', | 2327 'browser/ui/tabs/tab_strip_layout_type.h', |
| 2327 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 2328 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
| 2328 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 2329 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
| 2329 ], | 2330 ], |
| 2330 }], | 2331 }], |
| 2331 ['OS=="linux"', { | 2332 ['OS=="linux"', { |
| 2332 'dependencies': [ | 2333 'dependencies': [ |
| 2333 '../build/linux/system.gyp:udev', | 2334 '../build/linux/system.gyp:udev', |
| 2334 ], | 2335 ], |
| 2336 'sources/': [ |
| 2337 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2338 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2339 ], |
| 2335 }], | 2340 }], |
| 2336 ['chromeos==0', { | 2341 ['chromeos==0', { |
| 2337 'sources/': [ | 2342 'sources/': [ |
| 2338 ['exclude', '^browser/ui/webui/chromeos'], | 2343 ['exclude', '^browser/ui/webui/chromeos'], |
| 2339 ['exclude', '^browser/ui/webui/options/chromeos'], | 2344 ['exclude', '^browser/ui/webui/options/chromeos'], |
| 2340 ], | 2345 ], |
| 2341 }, { # chromeos==1 | 2346 }, { # chromeos==1 |
| 2342 'dependencies': [ | 2347 'dependencies': [ |
| 2343 'browser_chromeos', | 2348 'browser_chromeos', |
| 2344 ], | 2349 ], |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2815 }], | 2820 }], |
| 2816 ['enable_message_center==1', { | 2821 ['enable_message_center==1', { |
| 2817 'dependencies': [ | 2822 'dependencies': [ |
| 2818 '../ui/message_center/message_center.gyp:message_center', | 2823 '../ui/message_center/message_center.gyp:message_center', |
| 2819 ], | 2824 ], |
| 2820 }], | 2825 }], |
| 2821 ], | 2826 ], |
| 2822 }, | 2827 }, |
| 2823 ], | 2828 ], |
| 2824 } | 2829 } |
| OLD | NEW |