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

Side by Side Diff: content/content_browser.gypi

Issue 8770027: Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and the fact that some p... (Closed) Base URL: svn://chrome-svn/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/common/child_process_info.cc ('k') | content/content_common.gypi » ('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:http_server', 8 '../net/net.gyp:http_server',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 10 matching lines...) Expand all
21 ], 21 ],
22 'include_dirs': [ 22 'include_dirs': [
23 '..', 23 '..',
24 '<(INTERMEDIATE_DIR)', 24 '<(INTERMEDIATE_DIR)',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'public/browser/browser_main_parts.h', 27 'public/browser/browser_main_parts.h',
28 'public/browser/browser_shutdown.h', 28 'public/browser/browser_shutdown.h',
29 'public/browser/browser_thread.h', 29 'public/browser/browser_thread.h',
30 'public/browser/browser_thread_delegate.h', 30 'public/browser/browser_thread_delegate.h',
31 'public/browser/child_process_data.h',
31 'public/browser/content_browser_client.h', 32 'public/browser/content_browser_client.h',
32 'public/browser/content_ipc_logging.h', 33 'public/browser/content_ipc_logging.h',
33 'public/browser/devtools_agent_host_registry.h', 34 'public/browser/devtools_agent_host_registry.h',
34 'public/browser/devtools_client_host.h', 35 'public/browser/devtools_client_host.h',
35 'public/browser/devtools_frontend_window_delegate.h', 36 'public/browser/devtools_frontend_window_delegate.h',
36 'public/browser/devtools_manager.h', 37 'public/browser/devtools_manager.h',
37 'public/browser/download_manager_delegate.h', 38 'public/browser/download_manager_delegate.h',
38 'public/browser/native_web_keyboard_event.h', 39 'public/browser/native_web_keyboard_event.h',
39 'public/browser/navigation_type.h', 40 'public/browser/navigation_type.h',
40 'public/browser/notification_details.h', 41 'public/browser/notification_details.h',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'ENABLE_JAVA_BRIDGE', 784 'ENABLE_JAVA_BRIDGE',
784 ], 785 ],
785 }, { 786 }, {
786 'sources/': [ 787 'sources/': [
787 ['exclude', '^browser/renderer_host/java/'], 788 ['exclude', '^browser/renderer_host/java/'],
788 ], 789 ],
789 }], 790 }],
790 ], 791 ],
791 } 792 }
792 793
OLDNEW
« no previous file with comments | « content/common/child_process_info.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698