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

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: Created 8 years 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 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2531 ['exclude', '^browser/automation/automation_provider_win.cc'], 2531 ['exclude', '^browser/automation/automation_provider_win.cc'],
2532 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 2532 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
2533 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 2533 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
2534 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 2534 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
2535 ['exclude', '^browser/google/google_update_win.cc'], 2535 ['exclude', '^browser/google/google_update_win.cc'],
2536 ['exclude', '^browser/google/google_update_win.h'], 2536 ['exclude', '^browser/google/google_update_win.h'],
2537 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 2537 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2538 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 2538 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2539 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 2539 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2540 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 2540 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2541 ['exclude', '^browser/jumplist_win.cc'],
2542 ['exclude', '^browser/jumplist_win.h'],
2541 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2543 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2542 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2544 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2543 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ], 2545 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ],
2544 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] , 2546 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] ,
2545 ], 2547 ],
2546 'sources': [ 2548 'sources': [
2547 'browser/metro_viewer/metro_viewer_process_host_win.cc', 2549 'browser/metro_viewer/metro_viewer_process_host_win.cc',
2548 'browser/metro_viewer/metro_viewer_process_host_win.h', 2550 'browser/metro_viewer/metro_viewer_process_host_win.h',
2549 ], 2551 ],
2550 'dependencies': [ 2552 'dependencies': [
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'proto_in_dir': '../third_party/cros_system_api/dbus', 3107 'proto_in_dir': '../third_party/cros_system_api/dbus',
3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3108 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3107 }, 3109 },
3108 'includes': ['../build/protoc.gypi'], 3110 'includes': ['../build/protoc.gypi'],
3109 }, 3111 },
3110 ], 3112 ],
3111 }, 3113 },
3112 ], 3114 ],
3113 ], 3115 ],
3114 } 3116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698