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

Side by Side Diff: chrome/chrome_browser.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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2579 ['exclude', '^browser/automation/automation_provider_win.cc'], 2579 ['exclude', '^browser/automation/automation_provider_win.cc'],
2580 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 2580 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
2581 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 2581 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
2582 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 2582 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
2583 ['exclude', '^browser/google/google_update_win.cc'], 2583 ['exclude', '^browser/google/google_update_win.cc'],
2584 ['exclude', '^browser/google/google_update_win.h'], 2584 ['exclude', '^browser/google/google_update_win.h'],
2585 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 2585 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2586 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 2586 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2587 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 2587 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2588 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 2588 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2589 ['exclude', '^browser/jumplist_win.cc'],
2590 ['exclude', '^browser/jumplist_win.h'],
2589 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2591 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2590 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2592 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2591 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ], 2593 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ],
2592 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] , 2594 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] ,
2593 ], 2595 ],
2594 'sources': [ 2596 'sources': [
2595 'browser/metro_viewer/metro_viewer_process_host_win.cc', 2597 'browser/metro_viewer/metro_viewer_process_host_win.cc',
2596 'browser/metro_viewer/metro_viewer_process_host_win.h', 2598 'browser/metro_viewer/metro_viewer_process_host_win.h',
2597 ], 2599 ],
2598 'dependencies': [ 2600 'dependencies': [
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 'proto_in_dir': '../third_party/cros_system_api/dbus', 3161 'proto_in_dir': '../third_party/cros_system_api/dbus',
3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3162 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3161 }, 3163 },
3162 'includes': ['../build/protoc.gypi'], 3164 'includes': ['../build/protoc.gypi'],
3163 }, 3165 },
3164 ], 3166 ],
3165 }, 3167 },
3166 ], 3168 ],
3167 ], 3169 ],
3168 } 3170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698