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

Side by Side Diff: testing/buildbot/client.v8.fyi.json

Issue 1934213002: Set enable_app_list=1 now only on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160429-AppList0
Patch Set: fix ash_test_resources Created 4 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
1 { 1 {
2 "V8 Android GN (dbg)": { 2 "V8 Android 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 GN": { 8 "V8 Linux GN": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "accessibility_unittests", 10 "accessibility_unittests",
11 "app_list_unittests",
12 "app_list_presenter_unittests",
13 "aura_unittests", 11 "aura_unittests",
14 "browser_tests", 12 "browser_tests",
15 "cacheinvalidation_unittests", 13 "cacheinvalidation_unittests",
16 "cast_unittests", 14 "cast_unittests",
17 "cc_unittests", 15 "cc_unittests",
18 "chromedriver_unittests", 16 "chromedriver_unittests",
19 "components_browsertests", 17 "components_browsertests",
20 "components_unittests", 18 "components_unittests",
21 "content_browsertests", 19 "content_browsertests",
22 "content_unittests", 20 "content_unittests",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "sync_unit_tests", 53 "sync_unit_tests",
56 "ui_base_unittests", 54 "ui_base_unittests",
57 "ui_touch_selection_unittests", 55 "ui_touch_selection_unittests",
58 "unit_tests", 56 "unit_tests",
59 "url_unittests", 57 "url_unittests",
60 "views_unittests", 58 "views_unittests",
61 "wm_unittests" 59 "wm_unittests"
62 ] 60 ]
63 } 61 }
64 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698