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

Side by Side Diff: content/content_common.gypi

Issue 10826093: Create a LinuxSandbox class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only include the sandbox_bpf.h header on supported architectures. 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
« no previous file with comments | « content/common/seccomp_sandbox.h ('k') | content/public/common/sandbox_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 '../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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'common/request_extra_data.h', 313 'common/request_extra_data.h',
314 'common/resource_dispatcher.cc', 314 'common/resource_dispatcher.cc',
315 'common/resource_dispatcher.h', 315 'common/resource_dispatcher.h',
316 'common/resource_messages.h', 316 'common/resource_messages.h',
317 'common/sandbox_init_mac.cc', 317 'common/sandbox_init_mac.cc',
318 'common/sandbox_init_mac.h', 318 'common/sandbox_init_mac.h',
319 'common/sandbox_init_win.cc', 319 'common/sandbox_init_win.cc',
320 'common/sandbox_init_linux.cc', 320 'common/sandbox_init_linux.cc',
321 'common/sandbox_mac.h', 321 'common/sandbox_mac.h',
322 'common/sandbox_mac.mm', 322 'common/sandbox_mac.mm',
323 'common/sandbox_methods_linux.h', 323 'common/sandbox_linux.h',
324 'common/sandbox_linux.cc',
324 'common/sandbox_policy.cc', 325 'common/sandbox_policy.cc',
325 'common/sandbox_policy.h', 326 'common/sandbox_policy.h',
326 'common/savable_url_schemes.cc', 327 'common/savable_url_schemes.cc',
327 'common/savable_url_schemes.h', 328 'common/savable_url_schemes.h',
328 'common/set_process_title.cc', 329 'common/set_process_title.cc',
329 'common/set_process_title.h', 330 'common/set_process_title.h',
330 'common/set_process_title_linux.cc', 331 'common/set_process_title_linux.cc',
331 'common/set_process_title_linux.h', 332 'common/set_process_title_linux.h',
332 'common/socket_stream.h', 333 'common/socket_stream.h',
333 'common/socket_stream_dispatcher.cc', 334 'common/socket_stream_dispatcher.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 '../build/extract_from_cab.py', 502 '../build/extract_from_cab.py',
502 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 503 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
503 '<(output)', 504 '<(output)',
504 '<(PRODUCT_DIR)', 505 '<(PRODUCT_DIR)',
505 ], 506 ],
506 }, 507 },
507 ] 508 ]
508 }] 509 }]
509 ], 510 ],
510 } 511 }
OLDNEW
« no previous file with comments | « content/common/seccomp_sandbox.h ('k') | content/public/common/sandbox_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698