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

Side by Side Diff: gpu/gpu.gyp

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « no previous file | gpu/gpu_ipc_service_unittests.isolate » ('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) 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 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 'build_angle_deqp_tests%': 0, 8 'build_angle_deqp_tests%': 0,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'gl_tests', 950 'gl_tests',
951 ], 951 ],
952 'variables': { 952 'variables': {
953 'test_suite_name': 'gl_tests', 953 'test_suite_name': 'gl_tests',
954 }, 954 },
955 'includes': [ 955 'includes': [
956 '../build/apk_test.gypi', 956 '../build/apk_test.gypi',
957 ], 957 ],
958 }, 958 },
959 { 959 {
960 'target_name': 'gpu_ipc_service_unittests_apk',
961 'type': 'none',
962 'dependencies': [
963 'gpu_ipc_service_unittests',
964 ],
965 'variables': {
966 'test_suite_name': 'gpu_ipc_service_unittests',
967 },
968 'includes': [ '../build/apk_test.gypi' ],
969 },
970 {
960 'target_name': 'gpu_unittests_apk', 971 'target_name': 'gpu_unittests_apk',
961 'type': 'none', 972 'type': 'none',
962 'dependencies': [ 973 'dependencies': [
963 'gpu_unittests', 974 'gpu_unittests',
964 ], 975 ],
965 'variables': { 976 'variables': {
966 'test_suite_name': 'gpu_unittests', 977 'test_suite_name': 'gpu_unittests',
967 }, 978 },
968 'includes': [ '../build/apk_test.gypi' ], 979 'includes': [ '../build/apk_test.gypi' ],
969 }, 980 },
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 ], 1039 ],
1029 'sources': [ 1040 'sources': [
1030 'angle_perftests_main.cc', 1041 'angle_perftests_main.cc',
1031 ], 1042 ],
1032 }, 1043 },
1033 ], 1044 ],
1034 }], 1045 }],
1035 ['test_isolation_mode != "noop"', { 1046 ['test_isolation_mode != "noop"', {
1036 'targets': [ 1047 'targets': [
1037 { 1048 {
1049 'target_name': 'gpu_ipc_service_unittests_run',
1050 'type': 'none',
1051 'dependencies': [
1052 'gpu_ipc_service_unittests',
1053 ],
1054 'includes': [
1055 '../build/isolate.gypi',
1056 ],
1057 'sources': [
1058 'gpu_ipc_service_unittests.isolate',
1059 ],
1060 },
1061 {
1038 'target_name': 'gpu_unittests_run', 1062 'target_name': 'gpu_unittests_run',
1039 'type': 'none', 1063 'type': 'none',
1040 'dependencies': [ 1064 'dependencies': [
1041 'gpu_unittests', 1065 'gpu_unittests',
1042 ], 1066 ],
1043 'includes': [ 1067 'includes': [
1044 '../build/isolate.gypi', 1068 '../build/isolate.gypi',
1045 ], 1069 ],
1046 'sources': [ 1070 'sources': [
1047 'gpu_unittests.isolate', 1071 'gpu_unittests.isolate',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'gl_tests_apk', 1161 'gl_tests_apk',
1138 ], 1162 ],
1139 'includes': [ 1163 'includes': [
1140 '../build/isolate.gypi', 1164 '../build/isolate.gypi',
1141 ], 1165 ],
1142 'sources': [ 1166 'sources': [
1143 'gl_tests_apk.isolate', 1167 'gl_tests_apk.isolate',
1144 ], 1168 ],
1145 }, 1169 },
1146 { 1170 {
1171 'target_name': 'gpu_ipc_service_unittests_apk_run',
1172 'type': 'none',
1173 'dependencies': [
1174 'gpu_ipc_service_unittests_apk',
1175 ],
1176 'includes': [
1177 '../build/isolate.gypi',
1178 ],
1179 'sources': [
1180 'gpu_ipc_service_unittests_apk.isolate',
1181 ],
1182 },
1183 {
1147 'target_name': 'gpu_unittests_apk_run', 1184 'target_name': 'gpu_unittests_apk_run',
1148 'type': 'none', 1185 'type': 'none',
1149 'dependencies': [ 1186 'dependencies': [
1150 'gpu_unittests_apk', 1187 'gpu_unittests_apk',
1151 ], 1188 ],
1152 'includes': [ 1189 'includes': [
1153 '../build/isolate.gypi', 1190 '../build/isolate.gypi',
1154 ], 1191 ],
1155 'sources': [ 1192 'sources': [
1156 'gpu_unittests_apk.isolate', 1193 'gpu_unittests_apk.isolate',
1157 ], 1194 ],
1158 }, 1195 },
1159 ], 1196 ],
1160 }, 1197 },
1161 ], 1198 ],
1162 ], 1199 ],
1163 } 1200 }
OLDNEW
« no previous file with comments | « no previous file | gpu/gpu_ipc_service_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698