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

Side by Side Diff: build/all.gyp

Issue 9317097: Build aura_shell_unittests on Mac try bot target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../chrome/chrome.gyp:sync_unit_tests', 604 '../chrome/chrome.gyp:sync_unit_tests',
605 '../content/content.gyp:content_unittests', 605 '../content/content.gyp:content_unittests',
606 '../ipc/ipc.gyp:ipc_tests', 606 '../ipc/ipc.gyp:ipc_tests',
607 '../sql/sql.gyp:sql_unittests', 607 '../sql/sql.gyp:sql_unittests',
608 '../ui/ui.gyp:gfx_unittests', 608 '../ui/ui.gyp:gfx_unittests',
609 ], 609 ],
610 }], 610 }],
611 ['OS=="mac"', { 611 ['OS=="mac"', {
612 # Exclude dependencies that are not currently implemented. 612 # Exclude dependencies that are not currently implemented.
613 'dependencies!': [ 613 'dependencies!': [
614 '../ash/ash.gyp:aura_shell_unittests',
615 '../chrome/chrome.gyp:chrome', 614 '../chrome/chrome.gyp:chrome',
616 '../chrome/chrome.gyp:unit_tests', 615 '../chrome/chrome.gyp:unit_tests',
617 '../chrome/chrome.gyp:ui_tests', 616 '../chrome/chrome.gyp:ui_tests',
618 '../ui/views/views.gyp:views_unittests', 617 '../ui/views/views.gyp:views_unittests',
619 ], 618 ],
620 }], 619 }],
621 ], 620 ],
622 }, 621 },
623 ], # targets 622 ], # targets
624 }], # "use_aura==1" 623 }], # "use_aura==1"
625 ], # conditions 624 ], # conditions
626 } 625 }
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