summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/subapps/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/subapps/BUILD.gn')
-rw-r--r--chromium/third_party/blink/renderer/modules/subapps/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/subapps/BUILD.gn b/chromium/third_party/blink/renderer/modules/subapps/BUILD.gn
new file mode 100644
index 00000000000..3aaddf4fd87
--- /dev/null
+++ b/chromium/third_party/blink/renderer/modules/subapps/BUILD.gn
@@ -0,0 +1,12 @@
+# Copyright 2021 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//third_party/blink/renderer/modules/modules.gni")
+
+blink_modules_sources("subapps") {
+ sources = [
+ "sub_apps.cc",
+ "sub_apps.h",
+ ]
+}