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

Side by Side Diff: testing/buildbot/tryserver.v8.json

Issue 1342293002: Move `gn check` into the `generate_build_files` step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back out installer changes, do not check //chrome/installer Created 5 years, 3 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 | « testing/buildbot/tryserver.chromium.linux.json ('k') | tools/mb/mb.py » ('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 "v8_android_chromium_gn_dbg": { 2 "v8_android_chromium_gn_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk" 4 "chrome_public_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "v8_linux_chromium_gn_rel": { 8 "v8_linux_chromium_gn_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "accessibility_unittests", 10 "accessibility_unittests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "skia_unittests", 52 "skia_unittests",
53 "sql_unittests", 53 "sql_unittests",
54 "sync_integration_tests", 54 "sync_integration_tests",
55 "sync_unit_tests", 55 "sync_unit_tests",
56 "ui_base_unittests", 56 "ui_base_unittests",
57 "ui_touch_selection_unittests", 57 "ui_touch_selection_unittests",
58 "unit_tests", 58 "unit_tests",
59 "url_unittests", 59 "url_unittests",
60 "views_unittests", 60 "views_unittests",
61 "wm_unittests" 61 "wm_unittests"
62 ],
63 "gtest_tests": [],
64 "scripts": [
65 {
66 "name": "gn_check",
67 "script": "gn_check.py"
68 }
69 ] 62 ]
70 } 63 }
71 } 64 }
OLDNEW
« no previous file with comments | « testing/buildbot/tryserver.chromium.linux.json ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698