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, }, |
11 # Since browser and browser_ui actually depend on each other, | 11 # Since browser and browser_ui actually depend on each other, |
12 # we must omit the dependency from browser_ui to browser. | 12 # we must omit the dependency from browser_ui to browser. |
13 # However, this means browser_ui and browser should more or less | 13 # However, this means browser_ui and browser should more or less |
14 # have the same dependencies. Once browser_ui is untangled from | 14 # have the same dependencies. Once browser_ui is untangled from |
15 # browser, then we can clean up these dependencies. | 15 # browser, then we can clean up these dependencies. |
16 'dependencies': [ | 16 'dependencies': [ |
17 # NOTE: New dependencies should generally be added in the OS!="ios" | 17 # NOTE: New dependencies should generally be added in the OS!="ios" |
18 # dependencies block below, rather than here. | 18 # dependencies block below, rather than here. |
19 'cert_logger_proto', | 19 'cert_logger_proto', |
20 'chrome_browser_ui_views.gyp:browser_ui_views', | 20 'chrome_browser_ui_views.gyp:browser_ui_views', |
21 'chrome_resources.gyp:chrome_extra_resources', | 21 'chrome_resources.gyp:chrome_extra_resources', |
22 'chrome_resources.gyp:chrome_resources', | 22 'chrome_resources.gyp:chrome_resources', |
23 'chrome_resources.gyp:chrome_strings', | 23 'chrome_resources.gyp:chrome_strings', |
24 'chrome_resources.gyp:platform_locale_settings', | 24 'chrome_resources.gyp:platform_locale_settings', |
25 'chrome_resources.gyp:theme_resources', | 25 'chrome_resources.gyp:theme_resources', |
26 'common', | 26 'common', |
27 'common_net', | 27 'common_net', |
28 'in_memory_url_index_cache_proto', | 28 'in_memory_url_index_cache_proto', |
29 'metro_utils', | |
gab
2013/05/13 13:27:43
Win-only
koz (OOO until 15th September)
2013/05/14 08:39:54
Done.
| |
29 'safe_browsing_proto', | 30 'safe_browsing_proto', |
30 'safe_browsing_report_proto', | 31 'safe_browsing_report_proto', |
31 'feedback_proto', | 32 'feedback_proto', |
32 'variations_seed_proto', | 33 'variations_seed_proto', |
33 '../build/temp_gyp/googleurl.gyp:googleurl', | 34 '../build/temp_gyp/googleurl.gyp:googleurl', |
34 '../components/components.gyp:autofill_risk_proto', | 35 '../components/components.gyp:autofill_risk_proto', |
35 '../components/components.gyp:auto_login_parser', | 36 '../components/components.gyp:auto_login_parser', |
36 '../content/content.gyp:content_browser', | 37 '../content/content.gyp:content_browser', |
37 '../content/content.gyp:content_common', | 38 '../content/content.gyp:content_common', |
38 '../crypto/crypto.gyp:crypto', | 39 '../crypto/crypto.gyp:crypto', |
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1208 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', | 1209 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', |
1209 'browser/ui/gtk/zoom_bubble_gtk.cc', | 1210 'browser/ui/gtk/zoom_bubble_gtk.cc', |
1210 'browser/ui/gtk/zoom_bubble_gtk.h', | 1211 'browser/ui/gtk/zoom_bubble_gtk.h', |
1211 'browser/ui/host_desktop.cc', | 1212 'browser/ui/host_desktop.cc', |
1212 'browser/ui/host_desktop.h', | 1213 'browser/ui/host_desktop.h', |
1213 'browser/ui/hung_plugin_tab_helper.cc', | 1214 'browser/ui/hung_plugin_tab_helper.cc', |
1214 'browser/ui/hung_plugin_tab_helper.h', | 1215 'browser/ui/hung_plugin_tab_helper.h', |
1215 'browser/ui/login/login_model.h', | 1216 'browser/ui/login/login_model.h', |
1216 'browser/ui/login/login_prompt.cc', | 1217 'browser/ui/login/login_prompt.cc', |
1217 'browser/ui/login/login_prompt.h', | 1218 'browser/ui/login/login_prompt.h', |
1218 'browser/ui/metro_chrome_win.cc', | |
1219 'browser/ui/metro_chrome_win.h', | |
1220 'browser/ui/metro_pin_tab_helper_win.cc', | 1219 'browser/ui/metro_pin_tab_helper_win.cc', |
1221 'browser/ui/metro_pin_tab_helper_win.h', | 1220 'browser/ui/metro_pin_tab_helper_win.h', |
1222 'browser/ui/native_focus_tracker.h', | 1221 'browser/ui/native_focus_tracker.h', |
1223 'browser/ui/native_web_contents_modal_dialog.h', | 1222 'browser/ui/native_web_contents_modal_dialog.h', |
1224 'browser/ui/native_web_contents_modal_dialog_manager.h', | 1223 'browser/ui/native_web_contents_modal_dialog_manager.h', |
1225 'browser/ui/network_profile_bubble.cc', | 1224 'browser/ui/network_profile_bubble.cc', |
1226 'browser/ui/network_profile_bubble.h', | 1225 'browser/ui/network_profile_bubble.h', |
1227 'browser/ui/ntp_background_util.cc', | 1226 'browser/ui/ntp_background_util.cc', |
1228 'browser/ui/ntp_background_util.h', | 1227 'browser/ui/ntp_background_util.h', |
1229 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1228 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
(...skipping 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2933 }], | 2932 }], |
2934 ['enable_message_center==1', { | 2933 ['enable_message_center==1', { |
2935 'dependencies': [ | 2934 'dependencies': [ |
2936 '../ui/message_center/message_center.gyp:message_center', | 2935 '../ui/message_center/message_center.gyp:message_center', |
2937 ], | 2936 ], |
2938 }], | 2937 }], |
2939 ], | 2938 ], |
2940 }, | 2939 }, |
2941 ], | 2940 ], |
2942 } | 2941 } |
OLD | NEW |