summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/service_worker/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/service_worker/BUILD.gn')
-rw-r--r--chromium/content/browser/service_worker/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/content/browser/service_worker/BUILD.gn b/chromium/content/browser/service_worker/BUILD.gn
new file mode 100644
index 00000000000..d9f206615fb
--- /dev/null
+++ b/chromium/content/browser/service_worker/BUILD.gn
@@ -0,0 +1,12 @@
+# Copyright 2014 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/protobuf/proto_library.gni")
+
+proto_library("database_proto") {
+ sources = [
+ "service_worker_database.proto",
+ ]
+}
+