Commit 9f222f93 authored by yyanagisawa's avatar yyanagisawa Committed by Commit bot

flatc now become deterministic.

Since __DATE__, __TIME__, and __TIMESTAMP__ has been set during the
build, flatc now become deterministic.

BUG=314403

Review-Url: https://codereview.chromium.org/2674823002
Cr-Commit-Position: refs/heads/master@{#448033}
parent 10d16356
...@@ -17,12 +17,10 @@ ...@@ -17,12 +17,10 @@
{ {
# https://crbug.com/383340 # https://crbug.com/383340
'android': [ 'android': [
'flatc',
], ],
# https://crbug.com/330263 # https://crbug.com/330263
'linux': [ 'linux': [
'flatc',
# https://crbug.com/654989 # https://crbug.com/654989
'ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe', 'ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe',
'ppapi_nacl_tests_pnacl_newlib_x64.nexe', 'ppapi_nacl_tests_pnacl_newlib_x64.nexe',
...@@ -82,7 +80,6 @@ ...@@ -82,7 +80,6 @@
'ffmpeg_regression_tests', 'ffmpeg_regression_tests',
'filesystem_service_unittests', 'filesystem_service_unittests',
'filter_fuzz_stub', 'filter_fuzz_stub',
'flatc',
'gcm_unit_tests', 'gcm_unit_tests',
'generate_barcode_video', 'generate_barcode_video',
'generate_timecode_audio', 'generate_timecode_audio',
......
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