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

Side by Side Diff: content/content_browser.gypi

Issue 8477004: Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With this patchset, Chrome runs and exits normally on Linux. Created 9 years, 1 month 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'browser/appcache/chrome_appcache_service.h', 50 'browser/appcache/chrome_appcache_service.h',
51 'browser/browser_child_process_host.cc', 51 'browser/browser_child_process_host.cc',
52 'browser/browser_child_process_host.h', 52 'browser/browser_child_process_host.h',
53 'browser/browser_context.h', 53 'browser/browser_context.h',
54 'browser/browser_main.cc', 54 'browser/browser_main.cc',
55 'browser/browser_main.h', 55 'browser/browser_main.h',
56 'browser/browser_main_loop.cc', 56 'browser/browser_main_loop.cc',
57 'browser/browser_main_loop.h', 57 'browser/browser_main_loop.h',
58 'browser/browser_message_filter.cc', 58 'browser/browser_message_filter.cc',
59 'browser/browser_message_filter.h', 59 'browser/browser_message_filter.h',
60 'browser/browser_process_io_thread.cc',
61 'browser/browser_process_io_thread.h',
60 'browser/browser_process_sub_thread.cc', 62 'browser/browser_process_sub_thread.cc',
61 'browser/browser_process_sub_thread.h', 63 'browser/browser_process_sub_thread.h',
62 'browser/browser_thread_impl.cc', 64 'browser/browser_thread_impl.cc',
63 'browser/browser_thread_impl.h', 65 'browser/browser_thread_impl.h',
64 'browser/browser_url_handler.cc', 66 'browser/browser_url_handler.cc',
65 'browser/browser_url_handler.h', 67 'browser/browser_url_handler.h',
66 'browser/browsing_instance.cc', 68 'browser/browsing_instance.cc',
67 'browser/browsing_instance.h', 69 'browser/browsing_instance.h',
68 'browser/cancelable_request.cc', 70 'browser/cancelable_request.cc',
69 'browser/cancelable_request.h', 71 'browser/cancelable_request.h',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'browser/worker_host/worker_service.cc', 576 'browser/worker_host/worker_service.cc',
575 'browser/worker_host/worker_service.h', 577 'browser/worker_host/worker_service.h',
576 'browser/worker_host/worker_service_observer.h', 578 'browser/worker_host/worker_service_observer.h',
577 'browser/zygote_host_linux.cc', 579 'browser/zygote_host_linux.cc',
578 'browser/zygote_host_linux.h', 580 'browser/zygote_host_linux.h',
579 'browser/zygote_main_linux.cc', 581 'browser/zygote_main_linux.cc',
580 'public/browser/browser_main_parts.h', 582 'public/browser/browser_main_parts.h',
581 'public/browser/browser_thread.h', 583 'public/browser/browser_thread.h',
582 'public/browser/content_browser_client.h', 584 'public/browser/content_browser_client.h',
583 'public/browser/download_manager_delegate.h', 585 'public/browser/download_manager_delegate.h',
586 'public/browser/io_thread_delegate.h',
584 'public/browser/native_web_keyboard_event.h', 587 'public/browser/native_web_keyboard_event.h',
585 'public/browser/navigation_types.h', 588 'public/browser/navigation_types.h',
586 'public/browser/notification_details.h', 589 'public/browser/notification_details.h',
587 'public/browser/notification_observer.h', 590 'public/browser/notification_observer.h',
588 'public/browser/notification_registrar.cc', 591 'public/browser/notification_registrar.cc',
589 'public/browser/notification_registrar.h', 592 'public/browser/notification_registrar.h',
590 'public/browser/notification_service.h', 593 'public/browser/notification_service.h',
591 'public/browser/notification_source.h', 594 'public/browser/notification_source.h',
592 'public/browser/notification_types.h', 595 'public/browser/notification_types.h',
593 'public/browser/resource_dispatcher_host_delegate.h', 596 'public/browser/resource_dispatcher_host_delegate.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'browser/renderer_host/java/java_bridge_channel_host.h', 775 'browser/renderer_host/java/java_bridge_channel_host.h',
773 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc', 776 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc',
774 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 777 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
775 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 778 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
776 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 779 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
777 ], 780 ],
778 }], 781 }],
779 ], 782 ],
780 } 783 }
781 784
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698