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

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') | 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'nacl/browser/nacl_validation_cache_unittest.cc', 338 'nacl/browser/nacl_validation_cache_unittest.cc',
339 'nacl/browser/pnacl_host_unittest.cc', 339 'nacl/browser/pnacl_host_unittest.cc',
340 'nacl/browser/pnacl_translation_cache_unittest.cc', 340 'nacl/browser/pnacl_translation_cache_unittest.cc',
341 'nacl/browser/test_nacl_browser_delegate.cc', 341 'nacl/browser/test_nacl_browser_delegate.cc',
342 ], 342 ],
343 'dependencies': [ 343 'dependencies': [
344 'nacl.gyp:nacl_browser', 344 'nacl.gyp:nacl_browser',
345 'nacl.gyp:nacl_common', 345 'nacl.gyp:nacl_common',
346 ], 346 ],
347 }], 347 }],
348 ['disable_nacl==0 and OS=="linux"', {
349 'sources': [
350 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc',
351 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc',
352 ],
353 'dependencies': [
354 'nacl.gyp:nacl_loader',
355 '../sandbox/sandbox.gyp:sandbox_linux_test_utils',
356 ],
357 }],
348 ['OS == "mac"', { 358 ['OS == "mac"', {
349 'link_settings': { 359 'link_settings': {
350 'libraries': [ 360 'libraries': [
351 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 361 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
352 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 362 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
353 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', 363 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk',
354 ], 364 ],
355 }, 365 },
356 'sources!': [ 366 'sources!': [
357 'password_manager/core/browser/password_store_default_unittest.c c', 367 'password_manager/core/browser/password_store_default_unittest.c c',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'dependencies': [ 655 'dependencies': [
646 '../base/allocator/allocator.gyp:allocator', 656 '../base/allocator/allocator.gyp:allocator',
647 ], 657 ],
648 }], 658 }],
649 ], 659 ],
650 }, 660 },
651 ], 661 ],
652 }], 662 }],
653 ], 663 ],
654 } 664 }
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