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

Side by Side Diff: sandbox/sandbox_nacl_nonsfi.gyp

Issue 1145593002: Revert of Non-SFI mode: Build nacl_helper_nonsfi_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « sandbox/linux/tests/unit_tests.cc ('k') | testing/gtest_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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common_untrusted.gypi', 10 '../build/common_untrusted.gypi',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'linux/services/resource_limits.cc', 48 'linux/services/resource_limits.cc',
49 'linux/services/syscall_wrappers.cc', 49 'linux/services/syscall_wrappers.cc',
50 'linux/services/thread_helpers.cc', 50 'linux/services/thread_helpers.cc',
51 'linux/suid/client/setuid_sandbox_client.cc', 51 'linux/suid/client/setuid_sandbox_client.cc',
52 ], 52 ],
53 }, 53 },
54 'dependencies': [ 54 'dependencies': [
55 '../base/base_nacl.gyp:base_nacl_nonsfi', 55 '../base/base_nacl.gyp:base_nacl_nonsfi',
56 ], 56 ],
57 }, 57 },
58
59 {
60 'target_name': 'sandbox_linux_test_utils_nacl_nonsfi',
61 'type': 'none',
62 'variables': {
63 'nacl_untrusted_build': 1,
64 'nlib_target': 'libsandbox_linux_test_utils_nacl_nonsfi.a',
65 'build_glibc': 0,
66 'build_newlib': 0,
67 'build_irt': 0,
68 'build_pnacl_newlib': 0,
69 'build_nonsfi_helper': 1,
70
71 'sources': [
72 'linux/seccomp-bpf/sandbox_bpf_test_runner.cc',
73 'linux/tests/sandbox_test_runner.cc',
74 'linux/tests/unit_tests.cc',
75 ],
76 },
77 'dependencies': [
78 '../testing/gtest_nacl.gyp:gtest_nacl',
79 ],
80 },
81 ], 58 ],
82 }], 59 }],
83 ], 60 ],
84 } 61 }
OLDNEW
« no previous file with comments | « sandbox/linux/tests/unit_tests.cc ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698