OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1264 }], | 1264 }], |
1265 ], | 1265 ], |
1266 }, | 1266 }, |
1267 { | 1267 { |
1268 'target_name': 'telemetry_base', | 1268 'target_name': 'telemetry_base', |
1269 'type': 'none', | 1269 'type': 'none', |
1270 'dependencies': [ | 1270 'dependencies': [ |
1271 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 1271 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
1272 ], | 1272 ], |
1273 }, | 1273 }, |
1274 { | |
1275 'target_name': 'telemetry_gpu_unittests_run', | |
1276 'type': 'none', | |
1277 'dependencies': [ | |
1278 'telemetry_base', | |
1279 ], | |
1280 'includes': [ | |
1281 '../build/isolate.gypi', | |
1282 ], | |
1283 'sources': [ | |
1284 'telemetry_gpu_unittests.isolate', | |
1285 ], | |
1286 }, | |
1287 ], | 1274 ], |
1288 'conditions': [ | 1275 'conditions': [ |
1289 ['archive_gpu_tests==1', { | 1276 ['archive_gpu_tests==1', { |
1290 'targets': [ | 1277 'targets': [ |
1291 { | 1278 { |
1292 # GN: content/test:content_gl_tests_run | 1279 # GN: content/test:content_gl_tests_run |
1293 'target_name': 'content_gl_tests_run', | 1280 'target_name': 'content_gl_tests_run', |
1294 'type': 'none', | 1281 'type': 'none', |
1295 'dependencies': [ | 1282 'dependencies': [ |
1296 'content_shell_and_tests.gyp:content_gl_tests', | 1283 'content_shell_and_tests.gyp:content_gl_tests', |
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2145 ], | 2132 ], |
2146 }, | 2133 }, |
2147 'includes': [ | 2134 'includes': [ |
2148 '../build/host_jar.gypi', | 2135 '../build/host_jar.gypi', |
2149 ], | 2136 ], |
2150 }, | 2137 }, |
2151 ], | 2138 ], |
2152 }], | 2139 }], |
2153 ], | 2140 ], |
2154 } | 2141 } |
OLD | NEW |