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

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

Issue 2740843002: (Reland) Add microdump_stackwalk target to chromium.android builders. (Closed)
Patch Set: Alphabetize the things Created 3 years, 9 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.android.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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 ], 414 ],
415 }, 415 },
416 "display_unittests": { 416 "display_unittests": {
417 "label": "//ui/display:display_unittests", 417 "label": "//ui/display:display_unittests",
418 "type": "console_test_launcher", 418 "type": "console_test_launcher",
419 }, 419 },
420 "display_service_unittests": { 420 "display_service_unittests": {
421 "label": "//services/ui/display:display_service_unittests", 421 "label": "//services/ui/display:display_service_unittests",
422 "type": "console_test_launcher", 422 "type": "console_test_launcher",
423 }, 423 },
424 "dump_syms" : {
425 "label": "//breakpad:dump_syms",
426 "type": "additional_compile_target",
427 },
424 "events_unittests": { 428 "events_unittests": {
425 "label": "//ui/events:events_unittests", 429 "label": "//ui/events:events_unittests",
426 "type": "windowed_test_launcher", 430 "type": "windowed_test_launcher",
427 }, 431 },
428 "exo_unittests": { 432 "exo_unittests": {
429 "label": "//components/exo:exo_unittests", 433 "label": "//components/exo:exo_unittests",
430 "type": "windowed_test_launcher", 434 "type": "windowed_test_launcher",
431 }, 435 },
432 "extensions_browsertests": { 436 "extensions_browsertests": {
433 "label": "//extensions:extensions_browsertests", 437 "label": "//extensions:extensions_browsertests",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 }, 1092 },
1089 "wm_unittests": { 1093 "wm_unittests": {
1090 "label": "//ui/wm:wm_unittests", 1094 "label": "//ui/wm:wm_unittests",
1091 "type": "windowed_test_launcher", 1095 "type": "windowed_test_launcher",
1092 }, 1096 },
1093 "wtf_unittests": { 1097 "wtf_unittests": {
1094 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1098 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1095 "type": "console_test_launcher", 1099 "type": "console_test_launcher",
1096 }, 1100 },
1097 } 1101 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698