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

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

Issue 2597513002: Supply video_decode_accelerator_unittest args in buildbot json (Closed)
Patch Set: Created 3 years, 12 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.gpu.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 # 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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 "type": "windowed_test_launcher", 944 "type": "windowed_test_launcher",
945 }, 945 },
946 "url_unittests": { 946 "url_unittests": {
947 "label": "//url:url_unittests", 947 "label": "//url:url_unittests",
948 "type": "console_test_launcher", 948 "type": "console_test_launcher",
949 }, 949 },
950 950
951 "video_decode_accelerator_unittest": { 951 "video_decode_accelerator_unittest": {
952 "label": "//media/gpu:video_decode_accelerator_unittest", 952 "label": "//media/gpu:video_decode_accelerator_unittest",
953 "type": "raw", 953 "type": "raw",
954 "args": ["--test_video_data=../../media/test/data/test-25fps.h264:320:240:25 0:258:50:175:1"], 954 "args": [],
955 }, 955 },
956 "views_aura_mus_unittests": { 956 "views_aura_mus_unittests": {
957 "label": "//ui/views/mus:views_aura_mus_unittests", 957 "label": "//ui/views/mus:views_aura_mus_unittests",
958 "type": "windowed_test_launcher", 958 "type": "windowed_test_launcher",
959 }, 959 },
960 "views_mus_interactive_ui_tests": { 960 "views_mus_interactive_ui_tests": {
961 "label": "//ui/views/mus:views_mus_interactive_ui_tests", 961 "label": "//ui/views/mus:views_mus_interactive_ui_tests",
962 "type": "windowed_test_launcher", 962 "type": "windowed_test_launcher",
963 }, 963 },
964 "views_mus_unittests": { 964 "views_mus_unittests": {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 }, 999 },
1000 "wm_unittests": { 1000 "wm_unittests": {
1001 "label": "//ui/wm:wm_unittests", 1001 "label": "//ui/wm:wm_unittests",
1002 "type": "windowed_test_launcher", 1002 "type": "windowed_test_launcher",
1003 }, 1003 },
1004 "wtf_unittests": { 1004 "wtf_unittests": {
1005 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1005 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1006 "type": "console_test_launcher", 1006 "type": "console_test_launcher",
1007 }, 1007 },
1008 } 1008 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698