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

Side by Side Diff: build/all.gyp

Issue 10828075: Remove deprecated aura_shell_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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 | « ash/ash.gyp ('k') | 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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 }, 633 },
634 ], 634 ],
635 'dependencies': [ 635 'dependencies': [
636 '../chrome/chrome.gyp:crash_service', 636 '../chrome/chrome.gyp:crash_service',
637 '../chrome/chrome.gyp:crash_service_win64', 637 '../chrome/chrome.gyp:crash_service_win64',
638 ], 638 ],
639 }], 639 }],
640 ['use_ash==1', { 640 ['use_ash==1', {
641 'dependencies': [ 641 'dependencies': [
642 '../ash/ash.gyp:ash_shell', 642 '../ash/ash.gyp:ash_shell',
643 # With aura_shell_unittests as a target ash_unittests (the new 643 '../ash/ash.gyp:ash_unittests',
644 # name) will be built as well. We need both until all build
645 # bots are running ash_unittests as the test target.
646 # TODO(jamescook): Switch to ash_unittests after all bots on
647 # waterfall are using the new name. crbug.com/110107
648 '../ash/ash.gyp:aura_shell_unittests',
649 ], 644 ],
650 }], 645 }],
651 ['OS=="linux"', { 646 ['OS=="linux"', {
652 # Tests that currently only work on Linux. 647 # Tests that currently only work on Linux.
653 'dependencies': [ 648 'dependencies': [
654 '../base/base.gyp:base_unittests', 649 '../base/base.gyp:base_unittests',
655 '../content/content.gyp:content_unittests', 650 '../content/content.gyp:content_unittests',
656 '../ipc/ipc.gyp:ipc_tests', 651 '../ipc/ipc.gyp:ipc_tests',
657 '../sql/sql.gyp:sql_unittests', 652 '../sql/sql.gyp:sql_unittests',
658 '../sync/sync.gyp:sync_unit_tests', 653 '../sync/sync.gyp:sync_unit_tests',
(...skipping 25 matching lines...) Expand all
684 '../base/base.gyp:base_unittests_run', 679 '../base/base.gyp:base_unittests_run',
685 '../chrome/chrome.gyp:browser_tests_run', 680 '../chrome/chrome.gyp:browser_tests_run',
686 '../chrome/chrome.gyp:unit_tests_run', 681 '../chrome/chrome.gyp:unit_tests_run',
687 '../net/net.gyp:net_unittests_run', 682 '../net/net.gyp:net_unittests_run',
688 ], 683 ],
689 }, # target_name: chromium_swarm_tests 684 }, # target_name: chromium_swarm_tests
690 ], 685 ],
691 }], 686 }],
692 ], # conditions 687 ], # conditions
693 } 688 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698