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/chromium_win8_trybot.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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "views_unittests", 6 "views_unittests",
7 "wm_unittests", 7 "wm_unittests",
8 "aura_unittests", 8 "aura_unittests",
9 "ash_unittests", 9 "ash_unittests",
10 "compositor_unittests", 10 "compositor_unittests",
11 "content_browsertests",
11 "events_unittests" 12 "events_unittests"
12 ] 13 ]
13 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698