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 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 'content_unittests.isolate', | 1221 'content_unittests.isolate', |
1222 ], | 1222 ], |
1223 'conditions': [ | 1223 'conditions': [ |
1224 ['use_x11==1', { | 1224 ['use_x11==1', { |
1225 'dependencies': [ | 1225 'dependencies': [ |
1226 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1226 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1227 ], | 1227 ], |
1228 }], | 1228 }], |
1229 ], | 1229 ], |
1230 }, | 1230 }, |
| 1231 { |
| 1232 'target_name': 'telemetry_base', |
| 1233 'type': 'none', |
| 1234 'dependencies': [ |
| 1235 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
| 1236 ], |
| 1237 }, |
| 1238 { |
| 1239 'target_name': 'telemetry_gpu_unittests_run', |
| 1240 'type': 'none', |
| 1241 'dependencies': [ |
| 1242 'telemetry_base', |
| 1243 ], |
| 1244 'includes': [ |
| 1245 '../build/isolate.gypi', |
| 1246 ], |
| 1247 'sources': [ |
| 1248 'telemetry_gpu_unittests.isolate', |
| 1249 ], |
| 1250 }, |
1231 ], | 1251 ], |
1232 'conditions': [ | 1252 'conditions': [ |
1233 ['archive_gpu_tests==1', { | 1253 ['archive_gpu_tests==1', { |
1234 'targets': [ | 1254 'targets': [ |
1235 { | 1255 { |
1236 'target_name': 'content_gl_tests_run', | 1256 'target_name': 'content_gl_tests_run', |
1237 'type': 'none', | 1257 'type': 'none', |
1238 'dependencies': [ | 1258 'dependencies': [ |
1239 'content_shell_and_tests.gyp:content_gl_tests', | 1259 'content_shell_and_tests.gyp:content_gl_tests', |
1240 ], | 1260 ], |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2047 ], | 2067 ], |
2048 }, | 2068 }, |
2049 'includes': [ | 2069 'includes': [ |
2050 '../build/host_jar.gypi', | 2070 '../build/host_jar.gypi', |
2051 ], | 2071 ], |
2052 }, | 2072 }, |
2053 ], | 2073 ], |
2054 }], | 2074 }], |
2055 ], | 2075 ], |
2056 } | 2076 } |
OLD | NEW |