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

Side by Side Diff: content/content_common.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/content_browser.gypi ('k') | content/public/browser/child_process_data.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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'public/common/zygote_fork_delegate_linux.h', 76 'public/common/zygote_fork_delegate_linux.h',
77 'common/appcache/appcache_backend_proxy.cc', 77 'common/appcache/appcache_backend_proxy.cc',
78 'common/appcache/appcache_backend_proxy.h', 78 'common/appcache/appcache_backend_proxy.h',
79 'common/appcache/appcache_dispatcher.cc', 79 'common/appcache/appcache_dispatcher.cc',
80 'common/appcache/appcache_dispatcher.h', 80 'common/appcache/appcache_dispatcher.h',
81 'common/appcache_messages.h', 81 'common/appcache_messages.h',
82 'common/child_process.cc', 82 'common/child_process.cc',
83 'common/child_process.h', 83 'common/child_process.h',
84 'common/child_process_host.cc', 84 'common/child_process_host.cc',
85 'common/child_process_host.h', 85 'common/child_process_host.h',
86 'common/child_process_info.cc',
87 'common/child_process_info.h',
88 'common/child_process_messages.h', 86 'common/child_process_messages.h',
89 'common/child_process_sandbox_support_impl_linux.cc', 87 'common/child_process_sandbox_support_impl_linux.cc',
90 'common/child_process_sandbox_support_impl_linux.h', 88 'common/child_process_sandbox_support_impl_linux.h',
91 'common/child_thread.cc', 89 'common/child_thread.cc',
92 'common/child_thread.h', 90 'common/child_thread.h',
93 'common/child_trace_message_filter.cc', 91 'common/child_trace_message_filter.cc',
94 'common/child_trace_message_filter.h', 92 'common/child_trace_message_filter.h',
95 'common/chrome_application_mac.h', 93 'common/chrome_application_mac.h',
96 'common/chrome_application_mac.mm', 94 'common/chrome_application_mac.mm',
97 'common/chrome_descriptors.h', 95 'common/chrome_descriptors.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ], 319 ],
322 'link_settings': { 320 'link_settings': {
323 'libraries': [ 321 'libraries': [
324 '-lEGL', 322 '-lEGL',
325 '-lGLESv2', 323 '-lGLESv2',
326 ], 324 ],
327 }, 325 },
328 }], 326 }],
329 ], 327 ],
330 } 328 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/child_process_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698