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

Side by Side Diff: content/content_common.gypi

Issue 1185333003: Implement GetSandboxType() on all platforms and implement for all process types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep rebasing keep rebasing... Created 5 years, 6 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/common/sandbox_win.cc ('k') | content/public/browser/content_browser_client.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'public/common/resource_devtools_info.h', 116 'public/common/resource_devtools_info.h',
117 'public/common/resource_response.cc', 117 'public/common/resource_response.cc',
118 'public/common/resource_response.h', 118 'public/common/resource_response.h',
119 'public/common/resource_response_info.cc', 119 'public/common/resource_response_info.cc',
120 'public/common/resource_response_info.h', 120 'public/common/resource_response_info.h',
121 'public/common/resource_type.cc', 121 'public/common/resource_type.cc',
122 'public/common/resource_type.h', 122 'public/common/resource_type.h',
123 'public/common/result_codes.h', 123 'public/common/result_codes.h',
124 'public/common/sandbox_init.h', 124 'public/common/sandbox_init.h',
125 'public/common/sandbox_linux.h', 125 'public/common/sandbox_linux.h',
126 'public/common/sandbox_type_mac.h', 126 'public/common/sandbox_type.h',
127 'public/common/sandboxed_process_launcher_delegate.cc', 127 'public/common/sandboxed_process_launcher_delegate.cc',
128 'public/common/sandboxed_process_launcher_delegate.h', 128 'public/common/sandboxed_process_launcher_delegate.h',
129 'public/common/security_style.h', 129 'public/common/security_style.h',
130 'public/common/send_zygote_child_ping_linux.h', 130 'public/common/send_zygote_child_ping_linux.h',
131 'public/common/service_registry.h', 131 'public/common/service_registry.h',
132 'public/common/signed_certificate_timestamp_id_and_status.cc', 132 'public/common/signed_certificate_timestamp_id_and_status.cc',
133 'public/common/signed_certificate_timestamp_id_and_status.h', 133 'public/common/signed_certificate_timestamp_id_and_status.h',
134 'public/common/speech_recognition_error.h', 134 'public/common/speech_recognition_error.h',
135 'public/common/speech_recognition_grammar.h', 135 'public/common/speech_recognition_grammar.h',
136 'public/common/speech_recognition_result.cc', 136 'public/common/speech_recognition_result.cc',
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1068 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1069 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1069 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1070 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1070 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1071 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1071 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1072 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1072 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1073 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1073 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1074 ], 1074 ],
1075 }], 1075 }],
1076 ], 1076 ],
1077 } 1077 }
OLDNEW
« no previous file with comments | « content/common/sandbox_win.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698