Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14617003: Make chrome.exe rendezvous with existing chrome process earlier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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',
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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', 1184 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h',
1184 'browser/ui/gtk/zoom_bubble_gtk.cc', 1185 'browser/ui/gtk/zoom_bubble_gtk.cc',
1185 'browser/ui/gtk/zoom_bubble_gtk.h', 1186 'browser/ui/gtk/zoom_bubble_gtk.h',
1186 'browser/ui/host_desktop.cc', 1187 'browser/ui/host_desktop.cc',
1187 'browser/ui/host_desktop.h', 1188 'browser/ui/host_desktop.h',
1188 'browser/ui/hung_plugin_tab_helper.cc', 1189 'browser/ui/hung_plugin_tab_helper.cc',
1189 'browser/ui/hung_plugin_tab_helper.h', 1190 'browser/ui/hung_plugin_tab_helper.h',
1190 'browser/ui/login/login_model.h', 1191 'browser/ui/login/login_model.h',
1191 'browser/ui/login/login_prompt.cc', 1192 'browser/ui/login/login_prompt.cc',
1192 'browser/ui/login/login_prompt.h', 1193 'browser/ui/login/login_prompt.h',
1193 'browser/ui/metro_chrome_win.cc',
1194 'browser/ui/metro_chrome_win.h',
1195 'browser/ui/metro_pin_tab_helper_win.cc', 1194 'browser/ui/metro_pin_tab_helper_win.cc',
1196 'browser/ui/metro_pin_tab_helper_win.h', 1195 'browser/ui/metro_pin_tab_helper_win.h',
1197 'browser/ui/native_focus_tracker.h', 1196 'browser/ui/native_focus_tracker.h',
1198 'browser/ui/native_web_contents_modal_dialog.h', 1197 'browser/ui/native_web_contents_modal_dialog.h',
1199 'browser/ui/native_web_contents_modal_dialog_manager.h', 1198 'browser/ui/native_web_contents_modal_dialog_manager.h',
1200 'browser/ui/network_profile_bubble.cc', 1199 'browser/ui/network_profile_bubble.cc',
1201 'browser/ui/network_profile_bubble.h', 1200 'browser/ui/network_profile_bubble.h',
1202 'browser/ui/ntp_background_util.cc', 1201 'browser/ui/ntp_background_util.cc',
1203 'browser/ui/ntp_background_util.h', 1202 'browser/ui/ntp_background_util.h',
1204 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1203 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 ['include', '^browser/ui/app_list/app_list_service_selector.cc'], 2891 ['include', '^browser/ui/app_list/app_list_service_selector.cc'],
2893 ], 2892 ],
2894 }], 2893 }],
2895 ['enable_message_center==1', { 2894 ['enable_message_center==1', {
2896 'dependencies': [ 2895 'dependencies': [
2897 '../ui/message_center/message_center.gyp:message_center', 2896 '../ui/message_center/message_center.gyp:message_center',
2898 ], 2897 ],
2899 }], 2898 }],
2900 ], 2899 ],
2901 }, 2900 },
2901 {
2902 'target_name': 'metro_utils',
2903 'type': 'static_library',
2904 'include_dirs': [
2905 '..',
2906 ],
2907 'sources': [
2908 'browser/ui/metro_chrome_win.cc',
grt (UTC plus 2) 2013/04/30 14:54:23 browser/ui/metro_chrome_win.cc includes pieces of
grt (UTC plus 2) 2013/04/30 14:54:23 i think these files don't belong in chrome/browser
koz (OOO until 15th September) 2013/05/09 01:47:42 Yeah, it only depends on base/ and chrome/installe
koz (OOO until 15th September) 2013/05/09 01:47:42 Done.
grt (UTC plus 2) 2013/05/09 16:10:44 chrome/browser/metro_utils with this gyp stuff in
2909 'browser/ui/metro_chrome_win.h',
2910 ],
2911 },
2902 ], 2912 ],
2903 } 2913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698