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

Side by Side Diff: content/content_tests.gypi

Issue 1369213004: Revert of Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Created 5 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/telemetry.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) 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
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 },
1274 ], 1287 ],
1275 'conditions': [ 1288 'conditions': [
1276 ['archive_gpu_tests==1', { 1289 ['archive_gpu_tests==1', {
1277 'targets': [ 1290 'targets': [
1278 { 1291 {
1279 # GN: content/test:content_gl_tests_run 1292 # GN: content/test:content_gl_tests_run
1280 'target_name': 'content_gl_tests_run', 1293 'target_name': 'content_gl_tests_run',
1281 'type': 'none', 1294 'type': 'none',
1282 'dependencies': [ 1295 'dependencies': [
1283 'content_shell_and_tests.gyp:content_gl_tests', 1296 'content_shell_and_tests.gyp:content_gl_tests',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2132 ], 2145 ],
2133 }, 2146 },
2134 'includes': [ 2147 'includes': [
2135 '../build/host_jar.gypi', 2148 '../build/host_jar.gypi',
2136 ], 2149 ],
2137 }, 2150 },
2138 ], 2151 ],
2139 }], 2152 }],
2140 ], 2153 ],
2141 } 2154 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/telemetry.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698