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

Side by Side Diff: content/content_tests.gypi

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Fix gyp all targets build failure. 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
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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 }], 1263 }],
1264 ], 1264 ],
1265 }, 1265 },
1266 { 1266 {
1267 'target_name': 'telemetry_base', 1267 'target_name': 'telemetry_base',
1268 'type': 'none', 1268 'type': 'none',
1269 'dependencies': [ 1269 'dependencies': [
1270 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 1270 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
1271 ], 1271 ],
1272 }, 1272 },
1273 {
1274 'target_name': 'telemetry_gpu_unittests_run',
1275 'type': 'none',
1276 'dependencies': [
1277 'telemetry_base',
1278 ],
1279 'includes': [
1280 '../build/isolate.gypi',
1281 ],
1282 'sources': [
1283 'telemetry_gpu_unittests.isolate',
1284 ],
1285 },
1286 ], 1273 ],
1287 'conditions': [ 1274 'conditions': [
1288 ['archive_gpu_tests==1', { 1275 ['archive_gpu_tests==1', {
1289 'targets': [ 1276 'targets': [
1290 { 1277 {
1291 # GN: content/test:content_gl_tests_run 1278 # GN: content/test:content_gl_tests_run
1292 'target_name': 'content_gl_tests_run', 1279 'target_name': 'content_gl_tests_run',
1293 'type': 'none', 1280 'type': 'none',
1294 'dependencies': [ 1281 'dependencies': [
1295 'content_shell_and_tests.gyp:content_gl_tests', 1282 'content_shell_and_tests.gyp:content_gl_tests',
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2148 ], 2135 ],
2149 }, 2136 },
2150 'includes': [ 2137 'includes': [
2151 '../build/host_jar.gypi', 2138 '../build/host_jar.gypi',
2152 ], 2139 ],
2153 }, 2140 },
2154 ], 2141 ],
2155 }], 2142 }],
2156 ], 2143 ],
2157 } 2144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698