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

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

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: and not is_mac Created 3 years, 6 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'sync_listen_notifications.exe', 327 'sync_listen_notifications.exe',
328 'sync_performance_tests.exe', 328 'sync_performance_tests.exe',
329 'sync_unit_tests.exe', 329 'sync_unit_tests.exe',
330 'task_viewer_library.dll', 330 'task_viewer_library.dll',
331 'test_ime_driver_library.dll', 331 'test_ime_driver_library.dll',
332 'test_wm_library.dll', 332 'test_wm_library.dll',
333 'touch_hud_library.dll', 333 'touch_hud_library.dll',
334 'udp_proxy.exe', 334 'udp_proxy.exe',
335 'ui_base_unittests.exe', 335 'ui_base_unittests.exe',
336 'ui_library.dll', 336 'ui_library.dll',
337 'ui_service_unittests.exe',
338 'ui_struct_traits_unittests.exe', 337 'ui_struct_traits_unittests.exe',
339 'ui_touch_selection_unittests.exe', 338 'ui_touch_selection_unittests.exe',
340 'unit_tests.exe', 339 'unit_tests.exe',
341 'unittests.exe', 340 'unittests.exe',
342 'url_unittests.exe', 341 'url_unittests.exe',
343 'v8_hello_world.exe', 342 'v8_hello_world.exe',
344 'v8_parser_shell.exe', 343 'v8_parser_shell.exe',
345 'v8_sample_process.exe', 344 'v8_sample_process.exe',
346 'v8_shell.exe', 345 'v8_shell.exe',
347 'v8_simple_json_fuzzer.exe', 346 'v8_simple_json_fuzzer.exe',
348 'v8_simple_parser_fuzzer.exe', 347 'v8_simple_parser_fuzzer.exe',
349 'v8_simple_regexp_fuzzer.exe', 348 'v8_simple_regexp_fuzzer.exe',
350 'v8_simple_wasm_asmjs_fuzzer.exe', 349 'v8_simple_wasm_asmjs_fuzzer.exe',
351 'v8_simple_wasm_fuzzer.exe', 350 'v8_simple_wasm_fuzzer.exe',
352 'video_decode_accelerator_unittest.exe', 351 'video_decode_accelerator_unittest.exe',
353 'video_encode_accelerator_unittest.exe', 352 'video_encode_accelerator_unittest.exe',
354 'views_examples_exe.exe', 353 'views_examples_exe.exe',
355 'views_examples_library.dll', 354 'views_examples_library.dll',
356 'views_examples_with_content_exe.exe', 355 'views_examples_with_content_exe.exe',
357 'views_mus_interactive_ui_tests.exe', 356 'views_mus_interactive_ui_tests.exe',
358 'views_mus_unittests.exe', 357 'views_mus_unittests.exe',
359 'views_unittests.exe', 358 'views_unittests.exe',
360 'webkit_unit_tests.exe', 359 'webkit_unit_tests.exe',
361 'webtest_library.dll', 360 'webtest_library.dll',
362 'window_type_launcher_library.dll', 361 'window_type_launcher_library.dll',
363 'wm_unittests.exe', 362 'wm_unittests.exe',
364 'wtf_unittests.exe', 363 'wtf_unittests.exe',
365 ], 364 ],
366 } 365 }
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