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

Side by Side Diff: build/all.gyp

Issue 10635006: Seccomp BPF: initial structure for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Have a global sandbox_linux_unittests that always builds Created 8 years, 6 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 220 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
221 '../courgette/courgette.gyp:courgette_unittests', 221 '../courgette/courgette.gyp:courgette_unittests',
222 '../sandbox/sandbox.gyp:sbox_integration_tests', 222 '../sandbox/sandbox.gyp:sbox_integration_tests',
223 '../sandbox/sandbox.gyp:sbox_unittests', 223 '../sandbox/sandbox.gyp:sbox_unittests',
224 '../sandbox/sandbox.gyp:sbox_validation_tests', 224 '../sandbox/sandbox.gyp:sbox_validation_tests',
225 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 225 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
226 '../ui/views/views.gyp:views_unittests', 226 '../ui/views/views.gyp:views_unittests',
227 '../webkit/webkit.gyp:test_shell_common', 227 '../webkit/webkit.gyp:test_shell_common',
228 ], 228 ],
229 }], 229 }],
230 ['OS=="linux"', {
231 'dependencies': [
232 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
233 ],
234 }],
230 ['disable_nacl==0 and disable_nacl_untrusted==0', { 235 ['disable_nacl==0 and disable_nacl_untrusted==0', {
231 'dependencies': [ 236 'dependencies': [
232 # TODO(bbudge): drop this when we have switched the NaCl proxy to IP C. 237 # TODO(bbudge): drop this when we have switched the NaCl proxy to IP C.
233 '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', 238 '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted',
234 ], 239 ],
235 }], 240 }],
236 ], 241 ],
237 }, # target_name: chromium_builder_tests 242 }, # target_name: chromium_builder_tests
238 { 243 {
239 'target_name': 'chromium_2010_builder_tests', 244 'target_name': 'chromium_2010_builder_tests',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'dependencies': [ 627 'dependencies': [
623 '../chromeos/chromeos.gyp:chromeos_unittests', 628 '../chromeos/chromeos.gyp:chromeos_unittests',
624 ], 629 ],
625 }], 630 }],
626 ], 631 ],
627 }, 632 },
628 ], # targets 633 ], # targets
629 }], # "use_aura==1" 634 }], # "use_aura==1"
630 ], # conditions 635 ], # conditions
631 } 636 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc » ('j') | sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698