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

Side by Side Diff: components/components_tests.gyp

Issue 196793023: Add seccomp sandbox for non-SFI NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | components/nacl.gyp » ('j') | components/nacl/loader/nonsfi/nonsfi_sandbox.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'nacl/browser/nacl_validation_cache_unittest.cc', 318 'nacl/browser/nacl_validation_cache_unittest.cc',
319 'nacl/browser/pnacl_host_unittest.cc', 319 'nacl/browser/pnacl_host_unittest.cc',
320 'nacl/browser/pnacl_translation_cache_unittest.cc', 320 'nacl/browser/pnacl_translation_cache_unittest.cc',
321 'nacl/browser/test_nacl_browser_delegate.cc', 321 'nacl/browser/test_nacl_browser_delegate.cc',
322 ], 322 ],
323 'dependencies': [ 323 'dependencies': [
324 'nacl.gyp:nacl_browser', 324 'nacl.gyp:nacl_browser',
325 'nacl.gyp:nacl_common', 325 'nacl.gyp:nacl_common',
326 ], 326 ],
327 }], 327 }],
328 ['disable_nacl==0 and OS == "linux"', {
329 'sources': [
330 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc',
331 ],
332 'dependencies': [
333 'nacl.gyp:nacl_loader',
334 ],
335 }],
328 ['OS == "mac"', { 336 ['OS == "mac"', {
329 'link_settings': { 337 'link_settings': {
330 'libraries': [ 338 'libraries': [
331 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 339 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
332 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 340 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
333 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', 341 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk',
334 ], 342 ],
335 }, 343 },
336 'sources!': [ 344 'sources!': [
337 'password_manager/core/browser/password_store_default_unittest.c c', 345 'password_manager/core/browser/password_store_default_unittest.c c',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'dependencies': [ 629 'dependencies': [
622 '../base/allocator/allocator.gyp:allocator', 630 '../base/allocator/allocator.gyp:allocator',
623 ], 631 ],
624 }], 632 }],
625 ], 633 ],
626 }, 634 },
627 ], 635 ],
628 }], 636 }],
629 ], 637 ],
630 } 638 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl.gyp » ('j') | components/nacl/loader/nonsfi/nonsfi_sandbox.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698