Index: components/subresource_filter/core/common/flat/BUILD.gn |
diff --git a/mash/init/public/interfaces/BUILD.gn b/components/subresource_filter/core/common/flat/BUILD.gn |
similarity index 65% |
copy from mash/init/public/interfaces/BUILD.gn |
copy to components/subresource_filter/core/common/flat/BUILD.gn |
index 0fde6198252e01ba277351ea5d5278ce1e8f74e9..195c0cd11e02c6f6711ae1150e1c73aaa52a374c 100644 |
--- a/mash/init/public/interfaces/BUILD.gn |
+++ b/components/subresource_filter/core/common/flat/BUILD.gn |
@@ -2,10 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//mojo/public/tools/bindings/mojom.gni") |
+import("//third_party/flatbuffers/flatbuffer.gni") |
-mojom("interfaces") { |
+flatbuffer("flatbuffer") { |
sources = [ |
- "init.mojom", |
+ "rules.fbs", |
] |
} |