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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 2133923002: Simplify caller checking logic in WebApkServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into sandbox_on_transact1 Created 4 years, 5 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 | « chrome/test/android/javatests/src/org/chromium/chrome/test/webapk/TestWebApkServiceImplWrapper.java ('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 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 "test": "junit_unit_tests" 632 "test": "junit_unit_tests"
633 }, 633 },
634 { 634 {
635 "test": "net_junit_tests" 635 "test": "net_junit_tests"
636 }, 636 },
637 { 637 {
638 "test": "ui_junit_tests" 638 "test": "ui_junit_tests"
639 }, 639 },
640 { 640 {
641 "test": "webapk_client_junit_tests" 641 "test": "webapk_client_junit_tests"
642 },
643 {
644 "test": "webapk_runtime_library_junit_tests"
645 } 642 }
646 ], 643 ],
647 "scripts": [ 644 "scripts": [
648 { 645 {
649 "name": "webview_licenses", 646 "name": "webview_licenses",
650 "script": "webview_licenses.py" 647 "script": "webview_licenses.py"
651 } 648 }
652 ] 649 ]
653 }, 650 },
654 "Android Tests (dbg)": { 651 "Android Tests (dbg)": {
(...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2264 "override_compile_targets": [ 2261 "override_compile_targets": [
2265 "telemetry_unittests_run" 2262 "telemetry_unittests_run"
2266 ], 2263 ],
2267 "swarming": { 2264 "swarming": {
2268 "can_use_on_swarming_builders": true 2265 "can_use_on_swarming_builders": true
2269 } 2266 }
2270 } 2267 }
2271 ] 2268 ]
2272 } 2269 }
2273 } 2270 }
OLDNEW
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/webapk/TestWebApkServiceImplWrapper.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698