OLD | NEW |
---|---|
1 { | 1 { |
2 "android_chromium_gn_compile_dbg": { | 2 "android_chromium_gn_compile_dbg": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_public_apk", | 4 "chrome_public_apk", |
5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
6 "content_shell_apk", | 6 "content_shell_apk", |
7 "mandoline:all" | 7 "mandoline:all" |
8 ] | 8 ] |
9 }, | 9 }, |
10 "android_chromium_gn_compile_rel": { | 10 "android_chromium_gn_compile_rel": { |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
152 "ui_base_unittests", | 152 "ui_base_unittests", |
153 "ui_touch_selection_unittests", | 153 "ui_touch_selection_unittests", |
154 "unit_tests", | 154 "unit_tests", |
155 "url_unittests", | 155 "url_unittests", |
156 "views_unittests", | 156 "views_unittests", |
157 "wm_unittests" | 157 "wm_unittests" |
158 ] | 158 ] |
159 }, | 159 }, |
160 "linux_chromium_gn_rel": { | 160 "linux_chromium_gn_rel": { |
161 "additional_compile_targets": [ | 161 "additional_compile_targets": [ |
162 "blimp", | |
nyquist
2015/09/10 21:56:48
Could you add to linux_chromium_gn_dbg as well? (s
Kevin M
2015/09/23 00:05:30
Done.
| |
162 "browser_tests", | 163 "browser_tests", |
163 "mandoline:all" | 164 "mandoline:all" |
164 ], | 165 ], |
165 "gtest_tests": [ | 166 "gtest_tests": [ |
166 { | 167 { |
167 "test": "accessibility_unittests" | 168 "test": "accessibility_unittests" |
168 }, | 169 }, |
169 { | 170 { |
170 "test": "app_list_unittests" | 171 "test": "app_list_unittests" |
171 }, | 172 }, |
172 { | 173 { |
173 "test": "aura_unittests" | 174 "test": "aura_unittests" |
174 }, | 175 }, |
175 { | 176 { |
176 "test": "base_unittests" | 177 "test": "base_unittests" |
177 }, | 178 }, |
178 { | 179 { |
180 "test": "blimp_common_unit_tests" | |
181 }, | |
182 { | |
179 "test": "cacheinvalidation_unittests" | 183 "test": "cacheinvalidation_unittests" |
180 }, | 184 }, |
181 { | 185 { |
182 "test": "cast_unittests" | 186 "test": "cast_unittests" |
183 }, | 187 }, |
184 { | 188 { |
185 "test": "cc_unittests" | 189 "test": "cc_unittests" |
186 }, | 190 }, |
187 { | 191 { |
188 "test": "chromedriver_unittests" | 192 "test": "chromedriver_unittests" |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
353 "name": "gyp_flag_compare", | 357 "name": "gyp_flag_compare", |
354 "script": "gyp_flag_compare.py" | 358 "script": "gyp_flag_compare.py" |
355 }, | 359 }, |
356 { | 360 { |
357 "name": "mojo_apptests", | 361 "name": "mojo_apptests", |
358 "script": "mojo_apptests.py" | 362 "script": "mojo_apptests.py" |
359 } | 363 } |
360 ] | 364 ] |
361 } | 365 } |
362 } | 366 } |
OLD | NEW |