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

Side by Side Diff: content/content_common.gypi

Issue 10843042: Create a class for seccomp-bpf sandboxing in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'common/sandbox_init_mac.cc', 315 'common/sandbox_init_mac.cc',
316 'common/sandbox_init_mac.h', 316 'common/sandbox_init_mac.h',
317 'common/sandbox_init_win.cc', 317 'common/sandbox_init_win.cc',
318 'common/sandbox_init_linux.cc', 318 'common/sandbox_init_linux.cc',
319 'common/sandbox_mac.h', 319 'common/sandbox_mac.h',
320 'common/sandbox_mac.mm', 320 'common/sandbox_mac.mm',
321 'common/sandbox_linux.h', 321 'common/sandbox_linux.h',
322 'common/sandbox_linux.cc', 322 'common/sandbox_linux.cc',
323 'common/sandbox_policy.cc', 323 'common/sandbox_policy.cc',
324 'common/sandbox_policy.h', 324 'common/sandbox_policy.h',
325 'common/sandbox_seccomp_bpf_linux.cc',
326 'common/sandbox_seccomp_bpf_linux.h',
325 'common/savable_url_schemes.cc', 327 'common/savable_url_schemes.cc',
326 'common/savable_url_schemes.h', 328 'common/savable_url_schemes.h',
327 'common/set_process_title.cc', 329 'common/set_process_title.cc',
328 'common/set_process_title.h', 330 'common/set_process_title.h',
329 'common/set_process_title_linux.cc', 331 'common/set_process_title_linux.cc',
330 'common/set_process_title_linux.h', 332 'common/set_process_title_linux.h',
331 'common/socket_stream.h', 333 'common/socket_stream.h',
332 'common/socket_stream_dispatcher.cc', 334 'common/socket_stream_dispatcher.cc',
333 'common/socket_stream_dispatcher.h', 335 'common/socket_stream_dispatcher.h',
334 'common/socket_stream_handle_data.cc', 336 'common/socket_stream_handle_data.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 '../build/extract_from_cab.py', 502 '../build/extract_from_cab.py',
501 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 503 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
502 '<(output)', 504 '<(output)',
503 '<(PRODUCT_DIR)', 505 '<(PRODUCT_DIR)',
504 ], 506 ],
505 }, 507 },
506 ] 508 ]
507 }] 509 }]
508 ], 510 ],
509 } 511 }
OLDNEW
« content/common/sandbox_linux.cc ('K') | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698