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

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

Issue 2602543002: Revert "Enable media_perftests to run on Windows, Mac, and Linux." (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.perf.json ('k') | tools/perf/generate_perf_json.py » ('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 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 ], 845 ],
846 }, 846 },
847 "cc_perftests": { 847 "cc_perftests": {
848 "label": "//cc:cc_perftests", 848 "label": "//cc:cc_perftests",
849 "type": "script", 849 "type": "script",
850 "script": "//testing/scripts/run_gtest_perf_test.py", 850 "script": "//testing/scripts/run_gtest_perf_test.py",
851 "args": [ 851 "args": [
852 "cc_perftests", 852 "cc_perftests",
853 ], 853 ],
854 }, 854 },
855 "media_perftests": {
856 "label": "//media:media_perftests",
857 "type": "script",
858 "script": "//testing/scripts/run_gtest_perf_test.py",
859 "args": [
860 "media_perftests",
861 ],
862 },
863 "load_library_perf_tests": { 855 "load_library_perf_tests": {
864 "label": "//chrome/test:load_library_perf_tests", 856 "label": "//chrome/test:load_library_perf_tests",
865 "type": "script", 857 "type": "script",
866 "script": "//testing/scripts/run_gtest_perf_test.py", 858 "script": "//testing/scripts/run_gtest_perf_test.py",
867 "args": [ 859 "args": [
868 "load_library_perf_tests", 860 "load_library_perf_tests",
869 "--test-launcher-print-test-stdio=always" 861 "--test-launcher-print-test-stdio=always"
870 ], 862 ],
871 }, 863 },
872 "tracing_perftests": { 864 "tracing_perftests": {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 }, 993 },
1002 "wm_unittests": { 994 "wm_unittests": {
1003 "label": "//ui/wm:wm_unittests", 995 "label": "//ui/wm:wm_unittests",
1004 "type": "windowed_test_launcher", 996 "type": "windowed_test_launcher",
1005 }, 997 },
1006 "wtf_unittests": { 998 "wtf_unittests": {
1007 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 999 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1008 "type": "console_test_launcher", 1000 "type": "console_test_launcher",
1009 }, 1001 },
1010 } 1002 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | tools/perf/generate_perf_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698