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

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

Issue 1757773002: Add blink_platform_unittests.isolate file to bot json files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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 | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | 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 GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 { 1131 {
1132 "test": "blimp_unittests" 1132 "test": "blimp_unittests"
1133 }, 1133 },
1134 { 1134 {
1135 "args": [ 1135 "args": [
1136 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate" 1136 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate"
1137 ], 1137 ],
1138 "test": "blink_heap_unittests" 1138 "test": "blink_heap_unittests"
1139 }, 1139 },
1140 { 1140 {
1141 "args": [
1142 "--isolate_file_path=src/third_party/WebKit/Source/platform/blink_plat form_unittests.isolate"
1143 ],
1141 "test": "blink_platform_unittests" 1144 "test": "blink_platform_unittests"
1142 }, 1145 },
1143 { 1146 {
1144 "args": [ 1147 "args": [
1145 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate" 1148 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
1146 ], 1149 ],
1147 "override_compile_targets": [ 1150 "override_compile_targets": [
1148 "breakpad_unittests_deps" 1151 "breakpad_unittests_deps"
1149 ], 1152 ],
1150 "test": "breakpad_unittests" 1153 "test": "breakpad_unittests"
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 }, 1403 },
1401 { 1404 {
1402 "test": "chrome_sync_shell_test_apk" 1405 "test": "chrome_sync_shell_test_apk"
1403 }, 1406 },
1404 { 1407 {
1405 "test": "content_shell_test_apk" 1408 "test": "content_shell_test_apk"
1406 } 1409 }
1407 ] 1410 ]
1408 } 1411 }
1409 } 1412 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698