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

Side by Side Diff: build/all.gyp

Issue 1154313003: Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « base/test/test_suite.cc ('k') | 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 (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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 '../ash/ash.gyp:ash_unittests', 483 '../ash/ash.gyp:ash_unittests',
484 ], 484 ],
485 }], 485 }],
486 ['disable_nacl==0', { 486 ['disable_nacl==0', {
487 'dependencies': [ 487 'dependencies': [
488 '../components/nacl.gyp:nacl_loader_unittests', 488 '../components/nacl.gyp:nacl_loader_unittests',
489 ], 489 ],
490 }], 490 }],
491 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_t est==1', { 491 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_t est==1', {
492 'dependencies': [ 492 'dependencies': [
493 '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests', 493 '../components/nacl.gyp:nacl_helper_nonsfi_unittests',
494 ], 494 ],
495 }], 495 }],
496 ['disable_nacl==0 and disable_nacl_untrusted==0', { 496 ['disable_nacl==0 and disable_nacl_untrusted==0', {
497 'dependencies': [ 497 'dependencies': [
498 '../mojo/mojo_nacl_untrusted.gyp:libmojo', 498 '../mojo/mojo_nacl_untrusted.gyp:libmojo',
499 '../mojo/mojo_nacl.gyp:monacl_codegen', 499 '../mojo/mojo_nacl.gyp:monacl_codegen',
500 '../mojo/mojo_nacl.gyp:monacl_sel', 500 '../mojo/mojo_nacl.gyp:monacl_sel',
501 '../mojo/mojo_nacl.gyp:monacl_shell', 501 '../mojo/mojo_nacl.gyp:monacl_shell',
502 ], 502 ],
503 }], 503 }],
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1400 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1402 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1403 '../ui/views/views.gyp:views_unittests',
1404 ], 1404 ],
1405 }, # target_name: macviews_builder 1405 }, # target_name: macviews_builder
1406 ], # targets 1406 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1407 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1408 ], # conditions
1409 } 1409 }
OLDNEW
« no previous file with comments | « base/test/test_suite.cc ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698