Index: components/framelet/common/BUILD.gn |
diff --git a/components/framelet/common/BUILD.gn b/components/framelet/common/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9718eecf94a088eb5e645175209e6a8215fb2d8c |
--- /dev/null |
+++ b/components/framelet/common/BUILD.gn |
@@ -0,0 +1,13 @@ |
+static_library("common") { |
+ output_name = "framelet_common" |
+ sources = [ |
+ "framelet_constants.cc", |
+ "framelet_constants.h", |
+ "framelet_messages.h", |
+ ] |
+ |
+ deps = [ |
+ "//base", |
+ "//ipc", |
+ ] |
+} |