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

Side by Side Diff: content/content_common.gypi

Issue 1532423003: Have each SandboxedProcessLauncherDelegate maintain a zygote. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanups per review., Created 4 years, 11 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
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_alias.h',
164 'public/common/zygote_fork_delegate_linux.h', 165 'public/common/zygote_fork_delegate_linux.h',
165 ], 166 ],
166 'private_common_sources': [ 167 'private_common_sources': [
167 'common/accessibility_messages.h', 168 'common/accessibility_messages.h',
168 'common/all_messages.h', 169 'common/all_messages.h',
169 'common/android/address_parser.cc', 170 'common/android/address_parser.cc',
170 'common/android/address_parser.h', 171 'common/android/address_parser.h',
171 'common/android/address_parser_internal.cc', 172 'common/android/address_parser_internal.cc',
172 'common/android/address_parser_internal.h', 173 'common/android/address_parser_internal.h',
173 'common/android/common_jni_registrar.cc', 174 'common/android/common_jni_registrar.cc',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1114 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1114 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1116 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1116 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1117 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1117 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1119 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1119 ], 1120 ],
1120 }], 1121 }],
1121 ], 1122 ],
1122 } 1123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698