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

Side by Side Diff: components/components_tests.gyp

Issue 239703011: Reland: Add seccomp sandbox for non-SFI NaCl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | components/nacl.gyp » ('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 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'nacl/browser/nacl_validation_cache_unittest.cc', 343 'nacl/browser/nacl_validation_cache_unittest.cc',
344 'nacl/browser/pnacl_host_unittest.cc', 344 'nacl/browser/pnacl_host_unittest.cc',
345 'nacl/browser/pnacl_translation_cache_unittest.cc', 345 'nacl/browser/pnacl_translation_cache_unittest.cc',
346 'nacl/browser/test_nacl_browser_delegate.cc', 346 'nacl/browser/test_nacl_browser_delegate.cc',
347 ], 347 ],
348 'dependencies': [ 348 'dependencies': [
349 'nacl.gyp:nacl_browser', 349 'nacl.gyp:nacl_browser',
350 'nacl.gyp:nacl_common', 350 'nacl.gyp:nacl_common',
351 ], 351 ],
352 }], 352 }],
353 ['disable_nacl==0 and OS=="linux"', {
354 'sources': [
355 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc',
356 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc',
357 ],
358 'dependencies': [
359 'nacl.gyp:nacl_loader',
360 '../sandbox/sandbox.gyp:sandbox_linux_test_utils',
361 ],
362 }],
353 ['OS == "mac"', { 363 ['OS == "mac"', {
354 'link_settings': { 364 'link_settings': {
355 'libraries': [ 365 'libraries': [
356 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 366 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
357 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 367 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
358 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', 368 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk',
359 ], 369 ],
360 }, 370 },
361 'sources!': [ 371 'sources!': [
362 'password_manager/core/browser/password_store_default_unittest.c c', 372 'password_manager/core/browser/password_store_default_unittest.c c',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'dependencies': [ 660 'dependencies': [
651 '../base/allocator/allocator.gyp:allocator', 661 '../base/allocator/allocator.gyp:allocator',
652 ], 662 ],
653 }], 663 }],
654 ], 664 ],
655 }, 665 },
656 ], 666 ],
657 }], 667 }],
658 ], 668 ],
659 } 669 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698