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

Side by Side Diff: content/content_common.gypi

Issue 10051022: Add an initial Linux GPU sandbox using the seccomp filter framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/sandbox_init_linux.cc ('k') | content/gpu/gpu_info_collector.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 '../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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'common/quota_dispatcher.cc', 278 'common/quota_dispatcher.cc',
279 'common/quota_dispatcher.h', 279 'common/quota_dispatcher.h',
280 'common/request_extra_data.cc', 280 'common/request_extra_data.cc',
281 'common/request_extra_data.h', 281 'common/request_extra_data.h',
282 'common/resource_dispatcher.cc', 282 'common/resource_dispatcher.cc',
283 'common/resource_dispatcher.h', 283 'common/resource_dispatcher.h',
284 'common/resource_messages.h', 284 'common/resource_messages.h',
285 'common/sandbox_init_mac.cc', 285 'common/sandbox_init_mac.cc',
286 'common/sandbox_init_mac.h', 286 'common/sandbox_init_mac.h',
287 'common/sandbox_init_win.cc', 287 'common/sandbox_init_win.cc',
288 'common/sandbox_init_linux.cc',
288 'common/sandbox_mac.h', 289 'common/sandbox_mac.h',
289 'common/sandbox_mac.mm', 290 'common/sandbox_mac.mm',
290 'common/sandbox_methods_linux.h', 291 'common/sandbox_methods_linux.h',
291 'common/sandbox_policy.cc', 292 'common/sandbox_policy.cc',
292 'common/sandbox_policy.h', 293 'common/sandbox_policy.h',
293 'common/set_process_title.cc', 294 'common/set_process_title.cc',
294 'common/set_process_title.h', 295 'common/set_process_title.h',
295 'common/set_process_title_linux.cc', 296 'common/set_process_title_linux.cc',
296 'common/set_process_title_linux.h', 297 'common/set_process_title_linux.h',
297 'common/socket_stream.h', 298 'common/socket_stream.h',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 '../build/extract_from_cab.py', 440 '../build/extract_from_cab.py',
440 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 441 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
441 '<(output)', 442 '<(output)',
442 '<(PRODUCT_DIR)', 443 '<(PRODUCT_DIR)',
443 ], 444 ],
444 }, 445 },
445 ] 446 ]
446 }] 447 }]
447 ], 448 ],
448 } 449 }
OLDNEW
« no previous file with comments | « content/common/sandbox_init_linux.cc ('k') | content/gpu/gpu_info_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698