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

Side by Side Diff: content/content_browser.gypi

Issue 8718012: Revert 111695 - Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « content/browser/browser_thread_impl.cc ('k') | content/public/browser/browser_main_parts.h » ('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 (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',
11 '../skia/skia.gyp:skia', 11 '../skia/skia.gyp:skia',
12 '../third_party/flac/flac.gyp:libflac', 12 '../third_party/flac/flac.gyp:libflac',
13 # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed. 13 # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed.
14 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 14 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
15 '../third_party/speex/speex.gyp:libspeex', 15 '../third_party/speex/speex.gyp:libspeex',
16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
17 '../third_party/zlib/zlib.gyp:zlib', 17 '../third_party/zlib/zlib.gyp:zlib',
18 '../ui/gfx/surface/surface.gyp:surface', 18 '../ui/gfx/surface/surface.gyp:surface',
19 '../ui/ui.gyp:ui', 19 '../ui/ui.gyp:ui',
20 '../ui/ui.gyp:ui_resources', 20 '../ui/ui.gyp:ui_resources',
21 '../webkit/support/webkit_support.gyp:webkit_resources', 21 '../webkit/support/webkit_support.gyp:webkit_resources',
22 '../webkit/support/webkit_support.gyp:webkit_strings', 22 '../webkit/support/webkit_support.gyp:webkit_strings',
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 '<(INTERMEDIATE_DIR)', 26 '<(INTERMEDIATE_DIR)',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'public/browser/browser_main_parts.h', 29 'public/browser/browser_main_parts.h',
30 'public/browser/browser_shutdown.h',
31 'public/browser/browser_thread.h', 30 'public/browser/browser_thread.h',
32 'public/browser/browser_thread_delegate.h',
33 'public/browser/content_browser_client.h', 31 'public/browser/content_browser_client.h',
34 'public/browser/content_ipc_logging.h', 32 'public/browser/content_ipc_logging.h',
35 'public/browser/download_manager_delegate.h', 33 'public/browser/download_manager_delegate.h',
36 'public/browser/native_web_keyboard_event.h', 34 'public/browser/native_web_keyboard_event.h',
37 'public/browser/navigation_types.h', 35 'public/browser/navigation_types.h',
38 'public/browser/notification_details.h', 36 'public/browser/notification_details.h',
39 'public/browser/notification_observer.h', 37 'public/browser/notification_observer.h',
40 'public/browser/notification_registrar.cc', 38 'public/browser/notification_registrar.cc',
41 'public/browser/notification_registrar.h', 39 'public/browser/notification_registrar.h',
42 'public/browser/notification_service.h', 40 'public/browser/notification_service.h',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 791 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
794 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 792 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
795 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 793 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
796 'browser/renderer_host/java/java_method.cc', 794 'browser/renderer_host/java/java_method.cc',
797 'browser/renderer_host/java/java_method.h', 795 'browser/renderer_host/java/java_method.h',
798 ], 796 ],
799 }], 797 }],
800 ], 798 ],
801 } 799 }
802 800
OLDNEW
« no previous file with comments | « content/browser/browser_thread_impl.cc ('k') | content/public/browser/browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698