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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11515005: Delay updating jumplist to avoid blocking the file thread at start-up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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, },
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 'browser/ui/views/infobars/one_click_signin_infobar.cc', 1555 'browser/ui/views/infobars/one_click_signin_infobar.cc',
1556 'browser/ui/views/infobars/one_click_signin_infobar.h', 1556 'browser/ui/views/infobars/one_click_signin_infobar.h',
1557 'browser/ui/views/infobars/translate_infobar_base.cc', 1557 'browser/ui/views/infobars/translate_infobar_base.cc',
1558 'browser/ui/views/infobars/translate_infobar_base.h', 1558 'browser/ui/views/infobars/translate_infobar_base.h',
1559 'browser/ui/views/infobars/translate_language_menu_model.cc', 1559 'browser/ui/views/infobars/translate_language_menu_model.cc',
1560 'browser/ui/views/infobars/translate_language_menu_model.h', 1560 'browser/ui/views/infobars/translate_language_menu_model.h',
1561 'browser/ui/views/infobars/translate_message_infobar.cc', 1561 'browser/ui/views/infobars/translate_message_infobar.cc',
1562 'browser/ui/views/infobars/translate_message_infobar.h', 1562 'browser/ui/views/infobars/translate_message_infobar.h',
1563 'browser/ui/views/javascript_app_modal_dialog_views.cc', 1563 'browser/ui/views/javascript_app_modal_dialog_views.cc',
1564 'browser/ui/views/javascript_app_modal_dialog_views.h', 1564 'browser/ui/views/javascript_app_modal_dialog_views.h',
1565 'browser/ui/views/load_complete_listener.cc',
1566 'browser/ui/views/load_complete_listener.h',
1565 'browser/ui/views/location_bar/action_box_button_view.cc', 1567 'browser/ui/views/location_bar/action_box_button_view.cc',
1566 'browser/ui/views/location_bar/action_box_button_view.h', 1568 'browser/ui/views/location_bar/action_box_button_view.h',
1567 'browser/ui/views/location_bar/content_setting_image_view.cc', 1569 'browser/ui/views/location_bar/content_setting_image_view.cc',
1568 'browser/ui/views/location_bar/content_setting_image_view.h', 1570 'browser/ui/views/location_bar/content_setting_image_view.h',
1569 'browser/ui/views/location_bar/ev_bubble_view.cc', 1571 'browser/ui/views/location_bar/ev_bubble_view.cc',
1570 'browser/ui/views/location_bar/ev_bubble_view.h', 1572 'browser/ui/views/location_bar/ev_bubble_view.h',
1571 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 1573 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
1572 'browser/ui/views/location_bar/icon_label_bubble_view.h', 1574 'browser/ui/views/location_bar/icon_label_bubble_view.h',
1573 'browser/ui/views/location_bar/keyword_hint_view.cc', 1575 'browser/ui/views/location_bar/keyword_hint_view.cc',
1574 'browser/ui/views/location_bar/keyword_hint_view.h', 1576 'browser/ui/views/location_bar/keyword_hint_view.h',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2241 ], 2243 ],
2242 }], 2244 }],
2243 ['enable_plugins==1', { 2245 ['enable_plugins==1', {
2244 'dependencies': [ 2246 'dependencies': [
2245 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2247 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2246 ], 2248 ],
2247 }, { # enable_plugins == 0 2249 }, { # enable_plugins == 0
2248 'sources!': [ 2250 'sources!': [
2249 'browser/ui/hung_plugin_tab_helper.cc', 2251 'browser/ui/hung_plugin_tab_helper.cc',
2250 'browser/ui/hung_plugin_tab_helper.h', 2252 'browser/ui/hung_plugin_tab_helper.h',
2251 ], 2253 ],
2252 }], 2254 }],
2253 ['safe_browsing==1', { 2255 ['safe_browsing==1', {
2254 'defines': [ 2256 'defines': [
2255 'FULL_SAFE_BROWSING', 2257 'FULL_SAFE_BROWSING',
2256 ], 2258 ],
2257 }, { # safe_browsing==0 || safe_browsing==2 2259 }, { # safe_browsing==0 || safe_browsing==2
2258 'dependencies!': [ 2260 'dependencies!': [
2259 'safe_browsing_proto', 2261 'safe_browsing_proto',
2260 'safe_browsing_report_proto', 2262 'safe_browsing_report_proto',
2261 '../third_party/libusb/libusb.gyp:libusb', 2263 '../third_party/libusb/libusb.gyp:libusb',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
2790 }, { # else: enable_app_list==0 2792 }, { # else: enable_app_list==0
2791 'sources/': [ 2793 'sources/': [
2792 ['exclude', '^browser/ui/views/app_list/'], 2794 ['exclude', '^browser/ui/views/app_list/'],
2793 ['exclude', '^browser/ui/app_list/'], 2795 ['exclude', '^browser/ui/app_list/'],
2794 ] 2796 ]
2795 }], 2797 }],
2796 ], 2798 ],
2797 }, 2799 },
2798 ], 2800 ],
2799 } 2801 }
OLDNEW
« chrome/browser/ui/views/load_complete_listener.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698