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

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

Issue 1195623002: Reland: Run mojo unit tests on the Android main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Continue building the view_manager tests group in mandoline:tests. Created 5 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.linux.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 # ninja_to_gn - A mapping of Ninja build target names to GN labels for 5 # ninja_to_gn - A mapping of Ninja build target names to GN labels for
6 # the tests run on the bots. 6 # the tests 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 30 matching lines...) Expand all
41 "display_unittests": "//ui/display:display_unittests", 41 "display_unittests": "//ui/display:display_unittests",
42 "events_unittests": "//ui/events:events_unittests", 42 "events_unittests": "//ui/events:events_unittests",
43 "extensions_browsertests": "//extensions:extensions_browsertests", 43 "extensions_browsertests": "//extensions:extensions_browsertests",
44 "extensions_unittests": "//extensions:extensions_unittests", 44 "extensions_unittests": "//extensions:extensions_unittests",
45 "gcm_unit_tests": "//google_apis/gcm:gcm_unit_tests", 45 "gcm_unit_tests": "//google_apis/gcm:gcm_unit_tests",
46 "gfx_unittests": "//ui/gfx:gfx_unittests", 46 "gfx_unittests": "//ui/gfx:gfx_unittests",
47 "gl_unittests": "//ui/gl:gl_unittests", 47 "gl_unittests": "//ui/gl:gl_unittests",
48 "gn_unittests": "//tools/gn:gn_unittests", 48 "gn_unittests": "//tools/gn:gn_unittests",
49 "google_apis_unittests": "//google_apis:google_apis_unittests", 49 "google_apis_unittests": "//google_apis:google_apis_unittests",
50 "gpu_unittests": "//gpu:gpu_unittests", 50 "gpu_unittests": "//gpu:gpu_unittests",
51 "html_viewer_unittests": "//components/html_viewer:html_viewer_uni ttests",
51 "installer_util_unittests": "//chrome/installer/util:installer_util_u nittests", 52 "installer_util_unittests": "//chrome/installer/util:installer_util_u nittests",
52 "interactive_ui_tests": "//chrome/test:interactive_ui_tests", 53 "interactive_ui_tests": "//chrome/test:interactive_ui_tests",
53 "ipc_mojo_unittests": "//ipc/mojo:ipc_mojo_unittests", 54 "ipc_mojo_unittests": "//ipc/mojo:ipc_mojo_unittests",
54 "ipc_tests": "//ipc:ipc_tests", 55 "ipc_tests": "//ipc:ipc_tests",
55 "jingle_unittests": "//jingle:jingle_unittests", 56 "jingle_unittests": "//jingle:jingle_unittests",
56 "keyboard_unittests": "//ui/keyboard:keyboard_unittests", 57 "keyboard_unittests": "//ui/keyboard:keyboard_unittests",
57 "media_unittests": "//media:media_unittests", 58 "media_unittests": "//media:media_unittests",
58 "midi_unittests": "//media:midi_unittests", 59 "midi_unittests": "//media:midi_unittests",
59 "mojo_common_unittests": "//mojo/common:mojo_common_unittests", 60 "mojo_common_unittests": "//mojo/common:mojo_common_unittests",
60 "mojo_public_application_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_applicaiton_unittests", 61 "mojo_public_application_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_applicaiton_unittests",
61 "mojo_public_bindings_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_bindings_unittests", 62 "mojo_public_bindings_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_bindings_unittests",
62 "mojo_public_environment_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_environment_unittests", 63 "mojo_public_environment_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_environment_unittests",
63 "mojo_public_system_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_system_unittests", 64 "mojo_public_system_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_system_unittests",
64 "mojo_public_utility_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_utility_unittests", 65 "mojo_public_utility_unittests": "//third_party/mojo/src/mojo/edk/test:moj o_public_utility_unittests",
66 "mojo_runner_unittests": "//mojo/runner:mojo_runner_unittests",
67 "mojo_shell_unittests": "//mojo/shell:mojo_shell_unittests",
68 "mojo_surfaces_lib_unittests": "//mojo/converters/surfaces/tests:mojo_su rfaces_lib_unittests",
65 "mojo_system_unittests": "//third_party/mojo/src/mojo/edk/system:m ojo_system_unittests", 69 "mojo_system_unittests": "//third_party/mojo/src/mojo/edk/system:m ojo_system_unittests",
70 "mojo_view_manager_lib_unittests": "//components/view_manager/public/cpp/tes ts:mojo_view_manager_lib_unittests",
66 "message_center_unittests": "//ui/message_center:message_center_unitt ests", 71 "message_center_unittests": "//ui/message_center:message_center_unitt ests",
67 "nacl_loader_unittests": "//components/nacl:nacl_loader_unittests" , 72 "nacl_loader_unittests": "//components/nacl:nacl_loader_unittests" ,
68 "net_unittests": "//net:net_unittests", 73 "net_unittests": "//net:net_unittests",
69 "ozone_unittests": "//ui/ozone:ozone_unittests", 74 "ozone_unittests": "//ui/ozone:ozone_unittests",
70 "ppapi_unittests": "//ppapi:ppapi_unittests", 75 "ppapi_unittests": "//ppapi:ppapi_unittests",
71 "printing_unittests": "//printing:printing_unittests", 76 "printing_unittests": "//printing:printing_unittests",
72 "remoting_unittests": "//remoting:remoting_unittests", 77 "remoting_unittests": "//remoting:remoting_unittests",
78 "resource_provider_unittests": "//components/resource_provider:resource_ provider_unittests",
73 "sandbox_linux_unittests": "//sandbox/linux:sandbox_linux_unittests" , 79 "sandbox_linux_unittests": "//sandbox/linux:sandbox_linux_unittests" ,
74 "sandbox_mac_unittests": "//sandbox/mac:sandbox_mac_unittests", 80 "sandbox_mac_unittests": "//sandbox/mac:sandbox_mac_unittests",
75 "sbox_integration_tests": "//sandbox/win:sbox_integration_tests", 81 "sbox_integration_tests": "//sandbox/win:sbox_integration_tests",
76 "sbox_unittests": "//sandbox/win:sbox_unittests", 82 "sbox_unittests": "//sandbox/win:sbox_unittests",
77 "sbox_validation_tests": "//sandbox/win:sbox_validation_tests", 83 "sbox_validation_tests": "//sandbox/win:sbox_validation_tests",
78 "skia_unittests": "//skia:skia_unittests", 84 "skia_unittests": "//skia:skia_unittests",
79 "sql_unittests": "//sql:sql_unittests", 85 "sql_unittests": "//sql:sql_unittests",
80 "sync_integration_tests": "//sync:sync_integration_tests", 86 "sync_integration_tests": "//sync:sync_integration_tests",
81 "sync_unit_tests": "//sync:sync_unit_tests", 87 "sync_unit_tests": "//sync:sync_unit_tests",
82 "ui_base_unittests": "//ui/base:ui_base_unittests", 88 "ui_base_unittests": "//ui/base:ui_base_unittests",
83 "ui_chromeos_unittests": "//ui/chromeos:ui_chromeos_unittests", 89 "ui_chromeos_unittests": "//ui/chromeos:ui_chromeos_unittests",
84 "ui_touch_selection_unittests": "//ui/touch_selection:ui_touch_selection_ unittests", 90 "ui_touch_selection_unittests": "//ui/touch_selection:ui_touch_selection_ unittests",
85 "unit_tests": "//chrome/test:unit_tests", 91 "unit_tests": "//chrome/test:unit_tests",
86 "url_unittests": "//url:url_unittests", 92 "url_unittests": "//url:url_unittests",
93 "view_manager_unittests": "//components/view_manager:view_manager_u nittests",
87 "views_unittests": "//ui/views:views_unittests", 94 "views_unittests": "//ui/views:views_unittests",
88 "webkit_unit_tests": "//third_party/WebKit/public:webkit_unit_ tests", 95 "webkit_unit_tests": "//third_party/WebKit/public:webkit_unit_ tests",
89 "wm_unittests": "//ui/wm:wm_unittests", 96 "wm_unittests": "//ui/wm:wm_unittests",
90 "wtf_unittests": "//third_party/WebKit/public:wtf_unittest s", 97 "wtf_unittests": "//third_party/WebKit/public:wtf_unittest s",
91 } 98 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698