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

Side by Side Diff: content/content_tests.gypi

Issue 1638483002: Update references to tools/telemetry in .gn, .gyp & .isolate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent of tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate Created 4 years, 11 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') | tools/android/BUILD.gn » ('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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'dependencies': [ 1053 'dependencies': [
1054 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1054 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1055 ], 1055 ],
1056 }], 1056 }],
1057 ], 1057 ],
1058 }, 1058 },
1059 { 1059 {
1060 'target_name': 'telemetry_base', 1060 'target_name': 'telemetry_base',
1061 'type': 'none', 1061 'type': 'none',
1062 'dependencies': [ 1062 'dependencies': [
1063 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 1063 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
1064 ], 1064 ],
1065 }, 1065 },
1066 ], 1066 ],
1067 'conditions': [ 1067 'conditions': [
1068 ['archive_gpu_tests==1', { 1068 ['archive_gpu_tests==1', {
1069 'targets': [ 1069 'targets': [
1070 { 1070 {
1071 # GN: content/test:content_gl_tests_run 1071 # GN: content/test:content_gl_tests_run
1072 'target_name': 'content_gl_tests_run', 1072 'target_name': 'content_gl_tests_run',
1073 'type': 'none', 1073 'type': 'none',
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 'content_unittests_apk.isolate', 2215 'content_unittests_apk.isolate',
2216 ], 2216 ],
2217 }, 2217 },
2218 ], 2218 ],
2219 }, 2219 },
2220 ], 2220 ],
2221 ], 2221 ],
2222 }], 2222 }],
2223 ], 2223 ],
2224 } 2224 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698