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

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

Issue 600263002: Get Win32K lockdown for renderers working again on Windows 8+. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linux build failures Created 6 years, 2 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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "cast_unittests", 6 "cast_unittests",
7 "cc_unittests", 7 "cc_unittests",
8 "chromedriver_unittests", 8 "chromedriver_unittests",
9 "courgette_unittests", 9 "courgette_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "interactive_ui_tests" 330 "interactive_ui_tests"
331 ] 331 ]
332 }, 332 },
333 "Win8 Aura": { 333 "Win8 Aura": {
334 "gtest_tests": [ 334 "gtest_tests": [
335 "views_unittests", 335 "views_unittests",
336 "wm_unittests", 336 "wm_unittests",
337 "aura_unittests", 337 "aura_unittests",
338 "ash_unittests", 338 "ash_unittests",
339 "compositor_unittests", 339 "compositor_unittests",
340 "content_browsertests",
340 "events_unittests" 341 "events_unittests"
341 ] 342 ]
342 } 343 }
343 } 344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698