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

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

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: and not is_mac 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.win.json ('k') | tools/determinism/deterministic_build_whitelist.pyl » ('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 # 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 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "type": "windowed_test_launcher", 1006 "type": "windowed_test_launcher",
1007 }, 1007 },
1008 "ui_arc_unittests": { 1008 "ui_arc_unittests": {
1009 "label": "//ui/arc:ui_arc_unittests", 1009 "label": "//ui/arc:ui_arc_unittests",
1010 "type": "windowed_test_launcher", 1010 "type": "windowed_test_launcher",
1011 }, 1011 },
1012 "ui_junit_tests": { 1012 "ui_junit_tests": {
1013 "label": "//ui/android:ui_junit_tests", 1013 "label": "//ui/android:ui_junit_tests",
1014 "type": "junit_test", 1014 "type": "junit_test",
1015 }, 1015 },
1016 "ui_service_unittests": {
1017 "label": "//services/ui/ws:ui_service_unittests",
1018 "type": "windowed_test_launcher",
1019 },
1020 "ui_touch_selection_unittests": { 1016 "ui_touch_selection_unittests": {
1021 "label": "//ui/touch_selection:ui_touch_selection_unittests", 1017 "label": "//ui/touch_selection:ui_touch_selection_unittests",
1022 "type": "windowed_test_launcher", 1018 "type": "windowed_test_launcher",
1023 }, 1019 },
1024 "unit_tests": { 1020 "unit_tests": {
1025 "label": "//chrome/test:unit_tests", 1021 "label": "//chrome/test:unit_tests",
1026 "type": "windowed_test_launcher", 1022 "type": "windowed_test_launcher",
1027 }, 1023 },
1028 "url_unittests": { 1024 "url_unittests": {
1029 "label": "//url:url_unittests", 1025 "label": "//url:url_unittests",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 }, 1094 },
1099 "wm_unittests": { 1095 "wm_unittests": {
1100 "label": "//ui/wm:wm_unittests", 1096 "label": "//ui/wm:wm_unittests",
1101 "type": "windowed_test_launcher", 1097 "type": "windowed_test_launcher",
1102 }, 1098 },
1103 "wtf_unittests": { 1099 "wtf_unittests": {
1104 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1100 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1105 "type": "console_test_launcher", 1101 "type": "console_test_launcher",
1106 }, 1102 },
1107 } 1103 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | tools/determinism/deterministic_build_whitelist.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698