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

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

Issue 2087683002: Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media/base/run_all_unittests.cc shouldn't know about RegisterCaptureJni Created 4 years, 6 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/gn_isolate_map.pyl ('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 "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",
11 "aura_unittests", 11 "aura_unittests",
12 "browser_tests", 12 "browser_tests",
13 "cacheinvalidation_unittests", 13 "cacheinvalidation_unittests",
14 "cast_unittests", 14 "cast_unittests",
15 "cc_unittests", 15 "cc_unittests",
16 "chromedriver_unittests", 16 "chromedriver_unittests",
17 "capture_unittests",
17 "components_browsertests", 18 "components_browsertests",
18 "components_unittests", 19 "components_unittests",
19 "content_browsertests", 20 "content_browsertests",
20 "content_unittests", 21 "content_unittests",
21 "crypto_unittests", 22 "crypto_unittests",
22 "dbus_unittests", 23 "dbus_unittests",
23 "device_unittests", 24 "device_unittests",
24 "display_unittests", 25 "display_unittests",
25 "events_unittests", 26 "events_unittests",
26 "extensions_browsertests", 27 "extensions_browsertests",
(...skipping 25 matching lines...) Expand all
52 "sync_unit_tests", 53 "sync_unit_tests",
53 "ui_base_unittests", 54 "ui_base_unittests",
54 "ui_touch_selection_unittests", 55 "ui_touch_selection_unittests",
55 "unit_tests", 56 "unit_tests",
56 "url_unittests", 57 "url_unittests",
57 "views_unittests", 58 "views_unittests",
58 "wm_unittests" 59 "wm_unittests"
59 ] 60 ]
60 } 61 }
61 } 62 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698