| Index: third_party/flatbuffers/BUILD.gn
|
| diff --git a/third_party/flatbuffers/BUILD.gn b/third_party/flatbuffers/BUILD.gn
|
| index 72bab633c0a7d71fc1d012e8749fc43a6dc43fe9..ad67a57f4775cc9f8a76f694705ac73ae51bba73 100644
|
| --- a/third_party/flatbuffers/BUILD.gn
|
| +++ b/third_party/flatbuffers/BUILD.gn
|
| @@ -78,9 +78,8 @@ executable("flatc") {
|
| flatbuffer("flatbuffers_samplebuffer") {
|
| testonly = true
|
| sources = [
|
| - # Disabled as workaround for crbug.com/611351
|
| - # "src/tests/include_test/include_test1.fbs",
|
| - # "src/tests/include_test/sub/include_test2.fbs",
|
| + "src/tests/include_test/include_test1.fbs",
|
| + "src/tests/include_test/sub/include_test2.fbs",
|
| "src/tests/monster_test.fbs",
|
| "src/tests/namespace_test/namespace_test1.fbs",
|
| "src/tests/namespace_test/namespace_test2.fbs",
|
|
|