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

Side by Side Diff: build/all.gyp

Issue 141563003: Merge 245543 "Remove browser_tests from official builder list" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1791/src/
Patch Set: Created 6 years, 11 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 }, 894 },
895 ], # targets 895 ], # targets
896 'conditions': [ 896 'conditions': [
897 ['branding=="Chrome"', { 897 ['branding=="Chrome"', {
898 'targets': [ 898 'targets': [
899 { 899 {
900 'target_name': 'chrome_official_builder', 900 'target_name': 'chrome_official_builder',
901 'type': 'none', 901 'type': 'none',
902 'dependencies': [ 902 'dependencies': [
903 '../base/base.gyp:base_unittests', 903 '../base/base.gyp:base_unittests',
904 '../chrome/chrome.gyp:browser_tests',
905 '../chrome/chrome.gyp:crash_service', 904 '../chrome/chrome.gyp:crash_service',
906 '../chrome/chrome.gyp:gcapi_dll', 905 '../chrome/chrome.gyp:gcapi_dll',
907 '../chrome/chrome.gyp:pack_policy_templates', 906 '../chrome/chrome.gyp:pack_policy_templates',
908 '../chrome/chrome.gyp:performance_ui_tests', 907 '../chrome/chrome.gyp:performance_ui_tests',
909 '../chrome/chrome.gyp:pyautolib', 908 '../chrome/chrome.gyp:pyautolib',
910 '../chrome/chrome.gyp:unit_tests', 909 '../chrome/chrome.gyp:unit_tests',
911 '../chrome/installer/mini_installer.gyp:mini_installer', 910 '../chrome/installer/mini_installer.gyp:mini_installer',
912 '../cloud_print/cloud_print.gyp:cloud_print', 911 '../cloud_print/cloud_print.gyp:cloud_print',
913 '../content/content_shell_and_tests.gyp:content_browsertests', 912 '../content/content_shell_and_tests.gyp:content_browsertests',
914 '../content/content_shell_and_tests.gyp:content_unittests', 913 '../content/content_shell_and_tests.gyp:content_unittests',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 '../chrome/chrome.gyp:interactive_ui_tests_run', 1025 '../chrome/chrome.gyp:interactive_ui_tests_run',
1027 '../chrome/chrome.gyp:sync_integration_tests_run', 1026 '../chrome/chrome.gyp:sync_integration_tests_run',
1028 '../chrome/chrome.gyp:unit_tests_run', 1027 '../chrome/chrome.gyp:unit_tests_run',
1029 '../net/net.gyp:net_unittests_run', 1028 '../net/net.gyp:net_unittests_run',
1030 ], 1029 ],
1031 }, # target_name: chromium_swarm_tests 1030 }, # target_name: chromium_swarm_tests
1032 ], 1031 ],
1033 }], 1032 }],
1034 ], # conditions 1033 ], # conditions
1035 } 1034 }
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