Commit 9e109cce authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remove v8_context_snapshot.bin (and deps) from deterministic build whilelist file.

Writing v8_context_snapshot.bin is now deterministic.

Bug: 870584
Change-Id: If70b304db316e4245b093ccdd31fb9aa0dae05ff
Reviewed-on: https://chromium-review.googlesource.com/c/1294304Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601715}
parent 5b656a0c
...@@ -34,44 +34,6 @@ ...@@ -34,44 +34,6 @@
'mr_extension/release', 'mr_extension/release',
], ],
'linux_component': [
# TODO(tikuta): Remove this when crbug.com/870584 is fixed.
'v8_context_snapshot.bin',
'app_shell_unittests.isolated',
'blink_heap_unittests.isolated',
'chrome_app_unittests.isolated',
'chromedriver_py_tests.isolated',
'components_browsertests.isolated',
'components_perftests.isolated',
'components_unittests.isolated',
'content_browsertests.isolated',
'content_shell_crash_test.isolated',
'content_unittests.isolated',
'extensions_browsertests.isolated',
'extensions_unittests.isolated',
'gin_unittests.isolated',
'headless_browsertests.isolated',
'headless_unittests.isolated',
'interactive_ui_tests.isolated',
'media_blink_unittests.isolated',
'performance_browser_tests.isolated',
'performance_test_suite.isolated',
'performance_webview_test_suite.isolated',
'services_unittests.isolated',
'sync_integration_tests.isolated',
'telemetry_gpu_integration_test.isolated',
'telemetry_perf_unittests.isolated',
'telemetry_unittests.isolated',
'unit_tests.isolated',
'vr_common_perftests.isolated',
'vr_common_unittests.isolated',
'vr_pixeltests.isolated',
'webkit_layout_tests.isolated',
'webkit_layout_tests_exparchive.isolated',
'webkit_unit_tests.isolated',
],
# https://crbug.com/330262 # https://crbug.com/330262
'mac': [ 'mac': [
'accelerated_widget_mac_unittests', 'accelerated_widget_mac_unittests',
...@@ -200,9 +162,6 @@ ...@@ -200,9 +162,6 @@
'viz_benchmark', 'viz_benchmark',
'webkit_unit_tests', 'webkit_unit_tests',
'wtf_unittests', 'wtf_unittests',
# TODO(tikuta): Remove this when crbug.com/870584 is fixed.
'v8_context_snapshot.bin',
], ],
# https://crbug.com/330260 # https://crbug.com/330260
...@@ -221,47 +180,11 @@ ...@@ -221,47 +180,11 @@
'remoting-me2me-host-win.zip', 'remoting-me2me-host-win.zip',
'remoting-webapp.v2.zip', 'remoting-webapp.v2.zip',
# TODO(tikuta): Remove this when crbug.com/870584 is fixed.
'v8_context_snapshot.bin',
# TODO(thakis): Figure out what's up with these two. # TODO(thakis): Figure out what's up with these two.
'ppapi_nacl_tests_pnacl_newlib_x32.nexe', 'ppapi_nacl_tests_pnacl_newlib_x32.nexe',
'ppapi_nacl_tests_pnacl_newlib_x64.nexe', 'ppapi_nacl_tests_pnacl_newlib_x64.nexe',
'app_shell_unittests.isolated',
'blink_heap_unittests.isolated',
'browser_tests.isolated', 'browser_tests.isolated',
'chrome_app_unittests.isolated',
'chrome_elf_import_unittests.isolated',
'chromedriver_py_tests.isolated',
'components_browsertests.isolated',
'components_perftests.isolated',
'components_unittests.isolated',
'content_browsertests.isolated',
'content_shell_crash_test.isolated',
'content_unittests.isolated',
'extensions_browsertests.isolated',
'extensions_unittests.isolated',
'gin_unittests.isolated',
'headless_browsertests.isolated',
'interactive_ui_tests.isolated',
'media_blink_unittests.isolated',
'mini_installer_tests.isolated', 'mini_installer_tests.isolated',
'performance_browser_tests.isolated',
'performance_test_suite.isolated',
'performance_webview_test_suite.isolated',
'services_unittests.isolated',
'sync_integration_tests.isolated',
'telemetry_gpu_integration_test.isolated',
'telemetry_perf_unittests.isolated',
'telemetry_unittests.isolated',
'unit_tests.isolated',
'vr_common_perftests.isolated',
'vr_common_unittests.isolated',
'vr_pixeltests.isolated',
'webkit_layout_tests.isolated',
'webkit_layout_tests_exparchive.isolated',
'webkit_unit_tests.isolated',
], ],
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment