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

Side by Side Diff: build/all.gyp

Issue 8366012: aura: Make sure the tests we want to compile get built. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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 | ui/aura_shell/default_container_layout_manager.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 }, 626 },
627 ], 627 ],
628 'dependencies': [ 628 'dependencies': [
629 '../chrome/chrome.gyp:crash_service', 629 '../chrome/chrome.gyp:crash_service',
630 '../chrome/chrome.gyp:crash_service_win64', 630 '../chrome/chrome.gyp:crash_service_win64',
631 ], 631 ],
632 }], 632 }],
633 ['OS=="linux"', { 633 ['OS=="linux"', {
634 # Aura unit_tests currently only work on Linux. 634 # Aura unit_tests currently only work on Linux.
635 'dependencies': [ 635 'dependencies': [
636 '../chrome/chrome.gyp:sync_unit_tests',
636 '../chrome/chrome.gyp:unit_tests', 637 '../chrome/chrome.gyp:unit_tests',
638 '../content/content.gyp:content_unittests',
639 '../ipc/ipc.gyp:ipc_tests',
640 '../sql/sql.gyp:sql_unittests',
641 '../ui/ui.gyp:gfx_unittests',
637 ], 642 ],
638 }], 643 }],
639 ], 644 ],
640 }, 645 },
641 ], # targets 646 ], # targets
642 }], # "use_aura==1" 647 }], # "use_aura==1"
643 ], # conditions 648 ], # conditions
644 } 649 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/default_container_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698