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

Side by Side Diff: build/all.gyp

Issue 11093065: Build content_unittests on the "Win Aura" bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'conditions': [ 646 'conditions': [
647 ['OS=="win"', { 647 ['OS=="win"', {
648 # Remove this when we have the real compositor. 648 # Remove this when we have the real compositor.
649 'copies': [ 649 'copies': [
650 { 650 {
651 'destination': '<(PRODUCT_DIR)', 651 'destination': '<(PRODUCT_DIR)',
652 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll '] 652 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll ']
653 }, 653 },
654 ], 654 ],
655 'dependencies': [ 655 'dependencies': [
656 '../content/content.gyp:content_unittests',
656 '../chrome/chrome.gyp:crash_service', 657 '../chrome/chrome.gyp:crash_service',
657 '../chrome/chrome.gyp:crash_service_win64', 658 '../chrome/chrome.gyp:crash_service_win64',
658 ], 659 ],
659 }], 660 }],
660 ['use_ash==1', { 661 ['use_ash==1', {
661 'dependencies': [ 662 'dependencies': [
662 '../ash/ash.gyp:ash_shell', 663 '../ash/ash.gyp:ash_shell',
663 '../ash/ash.gyp:ash_unittests', 664 '../ash/ash.gyp:ash_unittests',
664 ], 665 ],
665 }], 666 }],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 '../base/base.gyp:base_unittests_run', 700 '../base/base.gyp:base_unittests_run',
700 '../chrome/chrome.gyp:browser_tests_run', 701 '../chrome/chrome.gyp:browser_tests_run',
701 '../chrome/chrome.gyp:unit_tests_run', 702 '../chrome/chrome.gyp:unit_tests_run',
702 '../net/net.gyp:net_unittests_run', 703 '../net/net.gyp:net_unittests_run',
703 ], 704 ],
704 }, # target_name: chromium_swarm_tests 705 }, # target_name: chromium_swarm_tests
705 ], 706 ],
706 }], 707 }],
707 ], # conditions 708 ], # conditions
708 } 709 }
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