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

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

Issue 237873003: Rename wm_core_export.h to wm_export.h and the wm_core target to just wm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « content/content_shell.gypi ('k') | testing/buildbot/chromium.linux.json » ('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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "base_unittests", 4 "base_unittests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "chromeos_unittests", 6 "chromeos_unittests",
7 "components_unittests", 7 "components_unittests",
8 "crypto_unittests", 8 "crypto_unittests",
9 "dbus_unittests", 9 "dbus_unittests",
10 "gcm_unit_tests", 10 "gcm_unit_tests",
11 "google_apis_unittests", 11 "google_apis_unittests",
12 "gpu_unittests", 12 "gpu_unittests",
13 "url_unittests", 13 "url_unittests",
14 "jingle_unittests", 14 "jingle_unittests",
15 "content_unittests", 15 "content_unittests",
16 "device_unittests", 16 "device_unittests",
17 "media_unittests", 17 "media_unittests",
18 "net_unittests", 18 "net_unittests",
19 "ppapi_unittests", 19 "ppapi_unittests",
20 "printing_unittests", 20 "printing_unittests",
21 "remoting_unittests", 21 "remoting_unittests",
22 "sandbox_linux_unittests", 22 "sandbox_linux_unittests",
23 "ui_unittests", 23 "ui_unittests",
24 "views_unittests", 24 "views_unittests",
25 "wm_core_unittests", 25 "wm_unittests",
26 "aura_unittests", 26 "aura_unittests",
27 "ash_unittests", 27 "ash_unittests",
28 "app_list_unittests", 28 "app_list_unittests",
29 "message_center_unittests", 29 "message_center_unittests",
30 "compositor_unittests", 30 "compositor_unittests",
31 "events_unittests", 31 "events_unittests",
32 "ipc_tests", 32 "ipc_tests",
33 "sync_unit_tests", 33 "sync_unit_tests",
34 "unit_tests", 34 "unit_tests",
35 "sql_unittests" 35 "sql_unittests"
(...skipping 21 matching lines...) Expand all
57 "content_unittests", 57 "content_unittests",
58 "device_unittests", 58 "device_unittests",
59 "media_unittests", 59 "media_unittests",
60 "net_unittests", 60 "net_unittests",
61 "ppapi_unittests", 61 "ppapi_unittests",
62 "printing_unittests", 62 "printing_unittests",
63 "remoting_unittests", 63 "remoting_unittests",
64 "sandbox_linux_unittests", 64 "sandbox_linux_unittests",
65 "ui_unittests", 65 "ui_unittests",
66 "views_unittests", 66 "views_unittests",
67 "wm_core_unittests", 67 "wm_unittests",
68 "aura_unittests", 68 "aura_unittests",
69 "ash_unittests", 69 "ash_unittests",
70 "app_list_unittests", 70 "app_list_unittests",
71 "message_center_unittests", 71 "message_center_unittests",
72 "compositor_unittests", 72 "compositor_unittests",
73 "events_unittests", 73 "events_unittests",
74 "ipc_tests", 74 "ipc_tests",
75 "sync_unit_tests", 75 "sync_unit_tests",
76 "unit_tests", 76 "unit_tests",
77 "sql_unittests" 77 "sql_unittests"
78 ] 78 ]
79 }, 79 },
80 "Linux ChromiumOS Tests (dbg)(2)": { 80 "Linux ChromiumOS Tests (dbg)(2)": {
81 "gtest_tests": [ 81 "gtest_tests": [
82 "browser_tests", 82 "browser_tests",
83 "content_browsertests" 83 "content_browsertests"
84 ] 84 ]
85 }, 85 },
86 "Linux ChromiumOS Tests (dbg)(3)": { 86 "Linux ChromiumOS Tests (dbg)(3)": {
87 "gtest_tests": [ 87 "gtest_tests": [
88 "gcm_unit_tests", 88 "gcm_unit_tests",
89 "interactive_ui_tests" 89 "interactive_ui_tests"
90 ] 90 ]
91 } 91 }
92 } 92 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698