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

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: rebase Created 7 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, },
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'browser/ui/gtk/zoom_bubble_gtk.h', 1256 'browser/ui/gtk/zoom_bubble_gtk.h',
1257 'browser/ui/host_desktop.cc', 1257 'browser/ui/host_desktop.cc',
1258 'browser/ui/host_desktop.h', 1258 'browser/ui/host_desktop.h',
1259 'browser/ui/hung_plugin_tab_helper.cc', 1259 'browser/ui/hung_plugin_tab_helper.cc',
1260 'browser/ui/hung_plugin_tab_helper.h', 1260 'browser/ui/hung_plugin_tab_helper.h',
1261 'browser/ui/immersive_fullscreen_configuration.cc', 1261 'browser/ui/immersive_fullscreen_configuration.cc',
1262 'browser/ui/immersive_fullscreen_configuration.h', 1262 'browser/ui/immersive_fullscreen_configuration.h',
1263 'browser/ui/login/login_model.h', 1263 'browser/ui/login/login_model.h',
1264 'browser/ui/login/login_prompt.cc', 1264 'browser/ui/login/login_prompt.cc',
1265 'browser/ui/login/login_prompt.h', 1265 'browser/ui/login/login_prompt.h',
1266 'browser/ui/metro_chrome_win.cc',
1267 'browser/ui/metro_chrome_win.h',
1268 'browser/ui/metro_pin_tab_helper_win.cc', 1266 'browser/ui/metro_pin_tab_helper_win.cc',
1269 'browser/ui/metro_pin_tab_helper_win.h', 1267 'browser/ui/metro_pin_tab_helper_win.h',
1270 'browser/ui/native_focus_tracker.h', 1268 'browser/ui/native_focus_tracker.h',
1271 'browser/ui/network_profile_bubble.cc', 1269 'browser/ui/network_profile_bubble.cc',
1272 'browser/ui/network_profile_bubble.h', 1270 'browser/ui/network_profile_bubble.h',
1273 'browser/ui/ntp_background_util.cc', 1271 'browser/ui/ntp_background_util.cc',
1274 'browser/ui/ntp_background_util.h', 1272 'browser/ui/ntp_background_util.h',
1275 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1273 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1276 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1274 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1277 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', 1275 'browser/ui/omnibox/alternate_nav_url_fetcher.cc',
(...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
2837 }, 2835 },
2838 ], 2836 ],
2839 }], 2837 }],
2840 ['OS=="win"', { 2838 ['OS=="win"', {
2841 'include_dirs': [ 2839 'include_dirs': [
2842 '<(DEPTH)/third_party/wtl/include', 2840 '<(DEPTH)/third_party/wtl/include',
2843 ], 2841 ],
2844 'dependencies': [ 2842 'dependencies': [
2845 'installer_util_strings', 2843 'installer_util_strings',
2846 'launcher_support', 2844 'launcher_support',
2845 'metro_utils',
2847 '../google_update/google_update.gyp:google_update', 2846 '../google_update/google_update.gyp:google_update',
2848 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2847 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2849 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2848 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2850 '../ui/app_list/app_list.gyp:app_list', 2849 '../ui/app_list/app_list.gyp:app_list',
2851 '../ui/views/controls/webview/webview.gyp:webview', 2850 '../ui/views/controls/webview/webview.gyp:webview',
2852 '../ui/views/views.gyp:views', 2851 '../ui/views/views.gyp:views',
2853 '../win8/win8.gyp:win8_util', 2852 '../win8/win8.gyp:win8_util',
2854 ], 2853 ],
2855 'export_dependent_settings': [ 2854 'export_dependent_settings': [
2856 '../ui/views/controls/webview/webview.gyp:webview', 2855 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 ['exclude', '^browser/ui/views/app_list/'], 2969 ['exclude', '^browser/ui/views/app_list/'],
2971 ['exclude', '^browser/ui/app_list/'], 2970 ['exclude', '^browser/ui/app_list/'],
2972 ['include', '^browser/ui/app_list/app_list_service.h'], 2971 ['include', '^browser/ui/app_list/app_list_service.h'],
2973 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], 2972 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'],
2974 ], 2973 ],
2975 }], 2974 }],
2976 ], 2975 ],
2977 }, 2976 },
2978 ], 2977 ],
2979 } 2978 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698