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

Side by Side Diff: tools/determinism/deterministic_build_whitelist.pyl

Issue 2901623002: Move more tests suites to services_unittests. (Closed)
Patch Set: Oh, it was never run on android previously... Created 3 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
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 # 10 #
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'mksnapshot.exe', 278 'mksnapshot.exe',
279 'mojo_js_integration_tests.exe', 279 'mojo_js_integration_tests.exe',
280 'mojo_js_unittests.exe', 280 'mojo_js_unittests.exe',
281 'mojo_message_pipe_perftests.exe', 281 'mojo_message_pipe_perftests.exe',
282 'mojo_public_bindings_perftests.exe', 282 'mojo_public_bindings_perftests.exe',
283 'mojo_public_bindings_unittests.exe', 283 'mojo_public_bindings_unittests.exe',
284 'mojo_public_system_perftests.exe', 284 'mojo_public_system_perftests.exe',
285 'mojo_public_system_unittests.exe', 285 'mojo_public_system_unittests.exe',
286 'mojo_system_unittests.exe', 286 'mojo_system_unittests.exe',
287 'mus_demo_library.dll', 287 'mus_demo_library.dll',
288 'mus_gpu_unittests.exe',
289 'nacl_irt_x86_32.nexe', 288 'nacl_irt_x86_32.nexe',
290 'nacl_irt_x86_64.nexe', 289 'nacl_irt_x86_64.nexe',
291 'nacl_loader_unittests.exe', 290 'nacl_loader_unittests.exe',
292 'native_theme_unittests.exe', 291 'native_theme_unittests.exe',
293 'navigation.exe', 292 'navigation.exe',
294 'navigation_unittests.exe', 293 'navigation_unittests.exe',
295 'net_perftests.exe', 294 'net_perftests.exe',
296 'net_unittests.exe', 295 'net_unittests.exe',
297 'next_version_mini_installer.exe', 296 'next_version_mini_installer.exe',
298 'pdfium_embeddertests.exe', 297 'pdfium_embeddertests.exe',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'views_mus_interactive_ui_tests.exe', 358 'views_mus_interactive_ui_tests.exe',
360 'views_mus_unittests.exe', 359 'views_mus_unittests.exe',
361 'views_unittests.exe', 360 'views_unittests.exe',
362 'webkit_unit_tests.exe', 361 'webkit_unit_tests.exe',
363 'webtest_library.dll', 362 'webtest_library.dll',
364 'window_type_launcher_library.dll', 363 'window_type_launcher_library.dll',
365 'wm_unittests.exe', 364 'wm_unittests.exe',
366 'wtf_unittests.exe', 365 'wtf_unittests.exe',
367 ], 366 ],
368 } 367 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698