| Index: third_party/flatbuffers/BUILD.gn
|
| diff --git a/third_party/flatbuffers/BUILD.gn b/third_party/flatbuffers/BUILD.gn
|
| index b48a36659269634d110e83f19926d76df2efd848..c638599cbbda7723f83dd3807da64faa436d8b9b 100644
|
| --- a/third_party/flatbuffers/BUILD.gn
|
| +++ b/third_party/flatbuffers/BUILD.gn
|
| @@ -17,7 +17,7 @@ source_set("flatbuffers") {
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
| - public_configs = [ ":flatbuffers_config" ]
|
| + all_dependent_configs = [ ":flatbuffers_config" ]
|
| }
|
|
|
| source_set("compiler_files") {
|
|
|