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