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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2930193002: Set fuchsia fyi bot to build //v8:d8 as well (Closed)
Patch Set: Created 3 years, 6 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 | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "type": "raw", 392 "type": "raw",
393 }, 393 },
394 "cronet_test_instrumentation_apk": { 394 "cronet_test_instrumentation_apk": {
395 "label": "//components/cronet/android:cronet_test_instrumentation_apk", 395 "label": "//components/cronet/android:cronet_test_instrumentation_apk",
396 "type": "additional_compile_target", 396 "type": "additional_compile_target",
397 }, 397 },
398 "crypto_unittests": { 398 "crypto_unittests": {
399 "label": "//crypto:crypto_unittests", 399 "label": "//crypto:crypto_unittests",
400 "type": "console_test_launcher", 400 "type": "console_test_launcher",
401 }, 401 },
402 "d8": {
403 "label": "//v8:d8",
404 "type": "additional_compile_target",
405 },
402 "dbus_unittests": { 406 "dbus_unittests": {
403 "label": "//dbus:dbus_unittests", 407 "label": "//dbus:dbus_unittests",
404 "type": "windowed_test_launcher", 408 "type": "windowed_test_launcher",
405 }, 409 },
406 "device_junit_tests": { 410 "device_junit_tests": {
407 "label": "//device:device_junit_tests", 411 "label": "//device:device_junit_tests",
408 "type": "junit_test", 412 "type": "junit_test",
409 }, 413 },
410 "device_unittests": { 414 "device_unittests": {
411 "label": "//device:device_unittests", 415 "label": "//device:device_unittests",
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 }, 1102 },
1099 "wm_unittests": { 1103 "wm_unittests": {
1100 "label": "//ui/wm:wm_unittests", 1104 "label": "//ui/wm:wm_unittests",
1101 "type": "windowed_test_launcher", 1105 "type": "windowed_test_launcher",
1102 }, 1106 },
1103 "wtf_unittests": { 1107 "wtf_unittests": {
1104 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1108 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1105 "type": "console_test_launcher", 1109 "type": "console_test_launcher",
1106 }, 1110 },
1107 } 1111 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698