Migrate meson_option.txt
missed in cl/781186570 Migrate bmcweb_config.h
#gbmcweb-g3
PiperOrigin-RevId: 783105467
Change-Id: I9e359be420d8146b424df57882ff74b6be32fde8
diff --git a/copy.bara.sky b/copy.bara.sky
index 92b0d1c..da6a39f 100644
--- a/copy.bara.sky
+++ b/copy.bara.sky
@@ -47,6 +47,7 @@
"google3/third_party/gbmcweb/LICENSE",
"google3/third_party/gbmcweb/config/bmcweb_config.h.in",
"google3/third_party/gbmcweb/config/meson.build",
+ "google3/third_party/gbmcweb/config/meson_options.txt",
"google3/third_party/gbmcweb/http/common.h",
#"google3/third_party/gbmcweb/**",
"google3/third_party/gbmcweb/http/logging.h",
@@ -67,6 +68,7 @@
"http/utility.cpp",
"http/utility.hpp",
"http/verb.hpp",
+ "meson_options.txt",
"test/http/verb_test.cpp",
# go/keep-sorted end
]
@@ -196,6 +198,10 @@
after = "config/meson.build",
),
core.move(
+ before = "google3/third_party/gbmcweb/config/meson_options.txt",
+ after = "meson_options.txt",
+ ),
+ core.move(
before = "google3/third_party/gbmcweb/copy.bara.sky",
after = "copy.bara.sky",
),
@@ -287,6 +293,10 @@
after = "google3/third_party/gbmcweb/config/meson.build",
),
core.move(
+ before = "meson_options.txt",
+ after = "google3/third_party/gbmcweb/config/meson_options.txt",
+ ),
+ core.move(
before = "LICENSE",
after = "google3/third_party/gbmcweb/LICENSE",
),