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

Side by Side Diff: content/content_common.gypi

Issue 915823002: Namespace sandbox: add important security checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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/common/sandbox_linux/sandbox_linux.cc ('k') | content/zygote/zygote_main_linux.cc » ('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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'common/sandbox_linux/bpf_gpu_policy_linux.cc', 465 'common/sandbox_linux/bpf_gpu_policy_linux.cc',
466 'common/sandbox_linux/bpf_gpu_policy_linux.h', 466 'common/sandbox_linux/bpf_gpu_policy_linux.h',
467 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', 467 'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
468 'common/sandbox_linux/bpf_ppapi_policy_linux.h', 468 'common/sandbox_linux/bpf_ppapi_policy_linux.h',
469 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 469 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
470 'common/sandbox_linux/bpf_renderer_policy_linux.h', 470 'common/sandbox_linux/bpf_renderer_policy_linux.h',
471 'common/sandbox_linux/bpf_utility_policy_linux.cc', 471 'common/sandbox_linux/bpf_utility_policy_linux.cc',
472 'common/sandbox_linux/bpf_utility_policy_linux.h', 472 'common/sandbox_linux/bpf_utility_policy_linux.h',
473 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 473 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
474 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 474 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
475 'common/sandbox_linux/sandbox_debug_handling_linux.cc',
476 'common/sandbox_linux/sandbox_debug_handling_linux.h',
475 'common/sandbox_linux/sandbox_init_linux.cc', 477 'common/sandbox_linux/sandbox_init_linux.cc',
476 'common/sandbox_linux/sandbox_linux.cc', 478 'common/sandbox_linux/sandbox_linux.cc',
477 'common/sandbox_linux/sandbox_linux.h', 479 'common/sandbox_linux/sandbox_linux.h',
478 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', 480 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
479 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', 481 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
480 'common/sandbox_mac.h', 482 'common/sandbox_mac.h',
481 'common/sandbox_mac.mm', 483 'common/sandbox_mac.mm',
482 'common/sandbox_util.cc', 484 'common/sandbox_util.cc',
483 'common/sandbox_util.h', 485 'common/sandbox_util.h',
484 'common/sandbox_win.cc', 486 'common/sandbox_win.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1038 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1037 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1038 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1039 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1041 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1040 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1041 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1043 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1042 ], 1044 ],
1043 }], 1045 }],
1044 ], 1046 ],
1045 } 1047 }
OLDNEW
« no previous file with comments | « content/common/sandbox_linux/sandbox_linux.cc ('k') | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698