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

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

Issue 1807013005: [Android] Remove all target from and add minimal_symbols to Android GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | tools/mb/mb_config.pyl » ('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": [
4 "all"
5 ],
6 "gtest_tests": [ 3 "gtest_tests": [
7 { 4 {
8 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
9 }, 6 },
10 { 7 {
11 "test": "base_unittests" 8 "test": "base_unittests"
12 }, 9 },
13 { 10 {
14 "test": "blimp_unittests" 11 "test": "blimp_unittests"
15 }, 12 },
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 } 1709 }
1713 ], 1710 ],
1714 "scripts": [ 1711 "scripts": [
1715 { 1712 {
1716 "name": "nacl_integration", 1713 "name": "nacl_integration",
1717 "script": "nacl_integration.py" 1714 "script": "nacl_integration.py"
1718 } 1715 }
1719 ] 1716 ]
1720 } 1717 }
1721 } 1718 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698