From 23e75303ed5fa73bcce2c2c4a3e19f47aab66a34 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 23 Oct 2023 13:09:06 -0700 Subject: [PATCH 1/2] Add missing headers to the fml source_set. These being missing came up when internal build rules were being derived from the ones here. --- fml/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fml/BUILD.gn b/fml/BUILD.gn index 0b4338435c375..12c10ce5ad83d 100644 --- a/fml/BUILD.gn +++ b/fml/BUILD.gn @@ -69,6 +69,9 @@ source_set("fml") { "shared_thread_merger.cc", "shared_thread_merger.h", "size.h", + "size.h", + "status.h", + "status_or.h", "synchronization/atomic_object.h", "synchronization/count_down_latch.cc", "synchronization/count_down_latch.h", From 65fb4e2cfd12b8da7fe27bef0bda19f224784e75 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 23 Oct 2023 13:10:38 -0700 Subject: [PATCH 2/2] PR --- fml/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/fml/BUILD.gn b/fml/BUILD.gn index 12c10ce5ad83d..3faf7ceacbf78 100644 --- a/fml/BUILD.gn +++ b/fml/BUILD.gn @@ -69,7 +69,6 @@ source_set("fml") { "shared_thread_merger.cc", "shared_thread_merger.h", "size.h", - "size.h", "status.h", "status_or.h", "synchronization/atomic_object.h",