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

Side by Side Diff: content/content_common.gypi

Issue 13814027: Linux: make current InitializeSandbox() private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove sandbox_init_linux.cc Created 7 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_linux.cc ('k') | content/gpu/gpu_main.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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'common/quota_dispatcher.h', 336 'common/quota_dispatcher.h',
337 'common/request_extra_data.cc', 337 'common/request_extra_data.cc',
338 'common/request_extra_data.h', 338 'common/request_extra_data.h',
339 'common/resource_dispatcher.cc', 339 'common/resource_dispatcher.cc',
340 'common/resource_dispatcher.h', 340 'common/resource_dispatcher.h',
341 'common/resource_messages.cc', 341 'common/resource_messages.cc',
342 'common/resource_messages.h', 342 'common/resource_messages.h',
343 'common/sandbox_init_mac.cc', 343 'common/sandbox_init_mac.cc',
344 'common/sandbox_init_mac.h', 344 'common/sandbox_init_mac.h',
345 'common/sandbox_init_win.cc', 345 'common/sandbox_init_win.cc',
346 'common/sandbox_init_linux.cc',
347 'common/sandbox_mac.h', 346 'common/sandbox_mac.h',
348 'common/sandbox_mac.mm', 347 'common/sandbox_mac.mm',
349 'common/sandbox_linux.h', 348 'common/sandbox_linux.h',
350 'common/sandbox_linux.cc', 349 'common/sandbox_linux.cc',
351 'common/sandbox_seccomp_bpf_linux.cc', 350 'common/sandbox_seccomp_bpf_linux.cc',
352 'common/sandbox_seccomp_bpf_linux.h', 351 'common/sandbox_seccomp_bpf_linux.h',
353 'common/sandbox_util.cc', 352 'common/sandbox_util.cc',
354 'common/sandbox_util.h', 353 'common/sandbox_util.h',
355 'common/sandbox_win.cc', 354 'common/sandbox_win.cc',
356 'common/sandbox_win.h', 355 'common/sandbox_win.h',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
585 '<(output)', 584 '<(output)',
586 '<(PRODUCT_DIR)', 585 '<(PRODUCT_DIR)',
587 ], 586 ],
588 'msvs_cygwin_shell': 1, 587 'msvs_cygwin_shell': 1,
589 }, 588 },
590 ] 589 ]
591 }], 590 }],
592 ], 591 ],
593 } 592 }
OLDNEW
« no previous file with comments | « content/common/sandbox_linux.cc ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698