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

Side by Side Diff: build/all.gyp

Issue 69503002: Add keyboard_unittests to chromium_builder_tests because we'll need that target on the Windows buil… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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 | no next file » | 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 '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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 }], 351 }],
352 ['enable_printing!=0', { 352 ['enable_printing!=0', {
353 'dependencies': [ 353 'dependencies': [
354 '../printing/printing.gyp:printing_unittests', 354 '../printing/printing.gyp:printing_unittests',
355 ], 355 ],
356 }], 356 }],
357 ['use_aura==1', { 357 ['use_aura==1', {
358 'dependencies': [ 358 'dependencies': [
359 '../ui/aura/aura.gyp:aura_unittests', 359 '../ui/aura/aura.gyp:aura_unittests',
360 '../ui/compositor/compositor.gyp:compositor_unittests', 360 '../ui/compositor/compositor.gyp:compositor_unittests',
361 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
361 ], 362 ],
362 }], 363 }],
363 ['use_aura==1 or toolkit_views==1', { 364 ['use_aura==1 or toolkit_views==1', {
364 'dependencies': [ 365 'dependencies': [
365 '../ui/events/events.gyp:events_unittests', 366 '../ui/events/events.gyp:events_unittests',
366 ], 367 ],
367 }], 368 }],
368 ['use_ash==1', { 369 ['use_ash==1', {
369 'dependencies': [ 370 'dependencies': [
370 '../ash/ash.gyp:ash_unittests', 371 '../ash/ash.gyp:ash_unittests',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 '../chrome/chrome.gyp:interactive_ui_tests_run', 1041 '../chrome/chrome.gyp:interactive_ui_tests_run',
1041 '../chrome/chrome.gyp:sync_integration_tests_run', 1042 '../chrome/chrome.gyp:sync_integration_tests_run',
1042 '../chrome/chrome.gyp:unit_tests_run', 1043 '../chrome/chrome.gyp:unit_tests_run',
1043 '../net/net.gyp:net_unittests_run', 1044 '../net/net.gyp:net_unittests_run',
1044 ], 1045 ],
1045 }, # target_name: chromium_swarm_tests 1046 }, # target_name: chromium_swarm_tests
1046 ], 1047 ],
1047 }], 1048 }],
1048 ], # conditions 1049 ], # conditions
1049 } 1050 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698