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

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

Issue 2297743002: Process DisplaySnapshots in PlatformScreen. (Closed)
Patch Set: Add comment. Created 4 years, 3 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 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 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
6 # test type classifications for the tests that are run on the bots. 6 # test type classifications for the tests that are run on the bots.
7 # 7 #
8 # This mapping is used by MB so that we can uniformly refer to test binaries 8 # This mapping is used by MB so that we can uniformly refer to test binaries
9 # by their Ninja target names in the recipes and not need to worry about how 9 # by their Ninja target names in the recipes and not need to worry about how
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "type": "console_test_launcher", 275 "type": "console_test_launcher",
276 }, 276 },
277 "disable_outdated_build_detector_unittests": { 277 "disable_outdated_build_detector_unittests": {
278 "label": "//chrome/tools/disable_outdated_build_detector:disable_outdated_bu ild_detector_unittests", 278 "label": "//chrome/tools/disable_outdated_build_detector:disable_outdated_bu ild_detector_unittests",
279 "type": "console_test_launcher", 279 "type": "console_test_launcher",
280 }, 280 },
281 "display_unittests": { 281 "display_unittests": {
282 "label": "//ui/display:display_unittests", 282 "label": "//ui/display:display_unittests",
283 "type": "console_test_launcher", 283 "type": "console_test_launcher",
284 }, 284 },
285 "display_service_unittests": {
286 "label": "//services/ui/display:display_service_unittests",
287 "type": "console_test_launcher",
288 },
285 "events_unittests": { 289 "events_unittests": {
286 "label": "//ui/events:events_unittests", 290 "label": "//ui/events:events_unittests",
287 "type": "windowed_test_launcher", 291 "type": "windowed_test_launcher",
288 }, 292 },
289 "exo_unittests": { 293 "exo_unittests": {
290 "label": "//components/exo:exo_unittests", 294 "label": "//components/exo:exo_unittests",
291 "type": "windowed_test_launcher", 295 "type": "windowed_test_launcher",
292 }, 296 },
293 "extensions_browsertests": { 297 "extensions_browsertests": {
294 "label": "//extensions:extensions_browsertests", 298 "label": "//extensions:extensions_browsertests",
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 }, 677 },
674 "wm_unittests": { 678 "wm_unittests": {
675 "label": "//ui/wm:wm_unittests", 679 "label": "//ui/wm:wm_unittests",
676 "type": "windowed_test_launcher", 680 "type": "windowed_test_launcher",
677 }, 681 },
678 "wtf_unittests": { 682 "wtf_unittests": {
679 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 683 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
680 "type": "console_test_launcher", 684 "type": "console_test_launcher",
681 }, 685 },
682 } 686 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | ui/display/chromeos/display_snapshot_virtual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698