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

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

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
OLDNEW
(Empty)
1 {
2 "android_chromium_gn_compile_rel": {
3 "additional_compile_targets": [
4 "chrome_shell_apk"
5 ],
6 "gtest_tests": []
7 },
8 "linux_chromium_gn_rel": {
9 "additional_compile_targets": [
10 "accessibility_unittests",
11 "app_list_unittests",
12 "aura_unittests",
13 "browser_tests",
14 "cacheinvalidation_unittests",
15 "chromedriver_unittests",
16 "chromeos_unittests",
17 "components_browsertests",
18 "components_unittests",
19 "content_browsertests",
20 "content_unittests",
21 "crypto_unittests",
22 "dbus_unittests",
23 "device_unittests",
24 "display_unittests",
25 "events_unittests",
26 "extensions_browsertests",
27 "extensions_unittests",
28 "gcm_unit_tests",
29 "gfx_unittests",
30 "gn_unittests",
31 "google_apis_unittests",
32 "gpu_unittests",
33 "interactive_ui_tests",
34 "ipc_tests",
35 "jingle_unittests",
36 "media_unittests",
37 "mojo_common_unittests",
38 "mojo_public_bindings_unittests",
39 "mojo_public_environment_unittests",
40 "mojo_public_system_unittests",
41 "mojo_public_utility_unittests",
42 "mojo_system_unittests",
43 "net_unittests",
44 "ppapi_unittests",
45 "printing_unittests",
46 "remoting_unittests",
47 "sandbox_linux_unittests",
48 "skia_unittests",
49 "sql_unittests",
50 "sync_unit_tests",
51 "ui_base_unittests",
52 "ui_chromeos_unittests",
53 "ui_touch_selection_unittests",
54 "unit_tests",
55 "url_unittests",
56 "views_unittests",
57 "wm_unittests"
58 ],
59 "gtest_tests": [
60 {
61 "test": "base_unittests"
62 }
63 ]
64 }
65 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698