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

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

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Fix ASAN break Created 4 years, 1 month 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 }, 378 },
379 "courgette_unittests": { 379 "courgette_unittests": {
380 "label": "//courgette:courgette_unittests", 380 "label": "//courgette:courgette_unittests",
381 "type": "console_test_launcher", 381 "type": "console_test_launcher",
382 }, 382 },
383 "cronet_package": { 383 "cronet_package": {
384 "label": "//components/cronet/android:cronet_package", 384 "label": "//components/cronet/android:cronet_package",
385 "type": "additional_compile_target", 385 "type": "additional_compile_target",
386 }, 386 },
387 "cronet_test": { 387 "cronet_test": {
388 "label": "//components/cronet/ios:cronet_test", 388 "label": "//components/cronet/ios/test:cronet_test",
389 "type": "raw", 389 "type": "raw",
390 }, 390 },
391 "cronet_test_instrumentation_apk": { 391 "cronet_test_instrumentation_apk": {
392 "label": "//components/cronet/android:cronet_test_instrumentation_apk", 392 "label": "//components/cronet/android:cronet_test_instrumentation_apk",
393 "type": "additional_compile_target", 393 "type": "additional_compile_target",
394 }, 394 },
395 "crypto_unittests": { 395 "crypto_unittests": {
396 "label": "//crypto:crypto_unittests", 396 "label": "//crypto:crypto_unittests",
397 "type": "console_test_launcher", 397 "type": "console_test_launcher",
398 }, 398 },
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 }, 959 },
960 "wtf_unittests": { 960 "wtf_unittests": {
961 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 961 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
962 "type": "console_test_launcher", 962 "type": "console_test_launcher",
963 }, 963 },
964 "xmllite_xmpp_unittests": { 964 "xmllite_xmpp_unittests": {
965 "label": "//webrtc:xmllite_xmpp_unittests", 965 "label": "//webrtc:xmllite_xmpp_unittests",
966 "type": "console_test_launcher", 966 "type": "console_test_launcher",
967 } 967 }
968 } 968 }
OLDNEW
« components/grpc_support/BUILD.gn ('K') | « components/grpc_support/test/quic_test_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698