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

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

Issue 1092523002: Whitelist mb files for 'mb analyze', fix Android GN test targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/trybot_analyze_config.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": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": []
7 {
8 "test": "base_unittests"
9 }
10 ]
11 }, 7 },
12 "Android Tests": { 8 "Android Tests": {
13 "scripts": [ 9 "scripts": [
14 { 10 {
15 "name": "webview_licenses", 11 "name": "webview_licenses",
16 "script": "webview_licenses.py" 12 "script": "webview_licenses.py"
17 } 13 }
18 ] 14 ]
19 }, 15 },
20 "Android Tests (dbg)": { 16 "Android Tests (dbg)": {
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 } 857 }
862 ], 858 ],
863 "scripts": [ 859 "scripts": [
864 { 860 {
865 "name": "nacl_integration", 861 "name": "nacl_integration",
866 "script": "nacl_integration.py" 862 "script": "nacl_integration.py"
867 } 863 }
868 ] 864 ]
869 } 865 }
870 } 866 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698