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

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

Issue 2901613002: Remove navigation_service_unittests, along with the service itself. (Closed)
Patch Set: Fix isolate files? 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'mus_demo_library.dll', 289 'mus_demo_library.dll',
290 'mus_demo_unittests.exe', 290 'mus_demo_unittests.exe',
291 'mus_gpu_unittests.exe', 291 'mus_gpu_unittests.exe',
292 'mus_ime_unittests.exe', 292 'mus_ime_unittests.exe',
293 'mus_public_unittests.exe', 293 'mus_public_unittests.exe',
294 'nacl_irt_x86_32.nexe', 294 'nacl_irt_x86_32.nexe',
295 'nacl_irt_x86_64.nexe', 295 'nacl_irt_x86_64.nexe',
296 'nacl_loader_unittests.exe', 296 'nacl_loader_unittests.exe',
297 'native_theme_unittests.exe', 297 'native_theme_unittests.exe',
298 'navigation.exe', 298 'navigation.exe',
299 'navigation_unittests.exe',
300 'net_perftests.exe', 299 'net_perftests.exe',
301 'net_unittests.exe', 300 'net_unittests.exe',
302 'next_version_mini_installer.exe', 301 'next_version_mini_installer.exe',
303 'pdfium_embeddertests.exe', 302 'pdfium_embeddertests.exe',
304 'pdfium_test.exe', 303 'pdfium_test.exe',
305 'performance_browser_tests.exe', 304 'performance_browser_tests.exe',
306 'power_saver_test_plugin.dll', 305 'power_saver_test_plugin.dll',
307 'ppapi_nacl_tests_newlib_x86_32.nexe', 306 'ppapi_nacl_tests_newlib_x86_32.nexe',
308 'ppapi_nacl_tests_newlib_x86_64.nexe', 307 'ppapi_nacl_tests_newlib_x86_64.nexe',
309 'ppapi_nacl_tests_pnacl_newlib_x32.nexe', 308 'ppapi_nacl_tests_pnacl_newlib_x32.nexe',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'views_mus_interactive_ui_tests.exe', 363 'views_mus_interactive_ui_tests.exe',
365 'views_mus_unittests.exe', 364 'views_mus_unittests.exe',
366 'views_unittests.exe', 365 'views_unittests.exe',
367 'webkit_unit_tests.exe', 366 'webkit_unit_tests.exe',
368 'webtest_library.dll', 367 'webtest_library.dll',
369 'window_type_launcher_library.dll', 368 'window_type_launcher_library.dll',
370 'wm_unittests.exe', 369 'wm_unittests.exe',
371 'wtf_unittests.exe', 370 'wtf_unittests.exe',
372 ], 371 ],
373 } 372 }
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