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

Side by Side Diff: content/content_common.gypi

Issue 1640123005: Revert of Have each SandboxedProcessLauncherDelegate maintain a zygote. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/zygote_handle_linux.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'public/common/url_fetcher.h', 154 'public/common/url_fetcher.h',
155 'public/common/url_utils.cc', 155 'public/common/url_utils.cc',
156 'public/common/url_utils.h', 156 'public/common/url_utils.h',
157 'public/common/user_agent.h', 157 'public/common/user_agent.h',
158 'public/common/web_preferences.cc', 158 'public/common/web_preferences.cc',
159 'public/common/web_preferences.h', 159 'public/common/web_preferences.h',
160 'public/common/webplugininfo.cc', 160 'public/common/webplugininfo.cc',
161 'public/common/webplugininfo.h', 161 'public/common/webplugininfo.h',
162 'public/common/window_container_type.cc', 162 'public/common/window_container_type.cc',
163 'public/common/window_container_type.h', 163 'public/common/window_container_type.h',
164 'public/common/zygote_handle.h',
165 'public/common/zygote_fork_delegate_linux.h', 164 'public/common/zygote_fork_delegate_linux.h',
166 ], 165 ],
167 'private_common_sources': [ 166 'private_common_sources': [
168 'common/accessibility_messages.h', 167 'common/accessibility_messages.h',
169 'common/all_messages.h', 168 'common/all_messages.h',
170 'common/android/address_parser.cc', 169 'common/android/address_parser.cc',
171 'common/android/address_parser.h', 170 'common/android/address_parser.h',
172 'common/android/address_parser_internal.cc', 171 'common/android/address_parser_internal.cc',
173 'common/android/address_parser_internal.h', 172 'common/android/address_parser_internal.h',
174 'common/android/common_jni_registrar.cc', 173 'common/android/common_jni_registrar.cc',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1113 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1114 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1116 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1117 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1116 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1117 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1119 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1120 ], 1119 ],
1121 }], 1120 }],
1122 ], 1121 ],
1123 } 1122 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/zygote_handle_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698