summaryrefslogtreecommitdiffstats
path: root/content/public/plugin/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/plugin/BUILD.gn')
-rw-r--r--content/public/plugin/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/public/plugin/BUILD.gn b/content/public/plugin/BUILD.gn
new file mode 100644
index 0000000..059aea6
--- /dev/null
+++ b/content/public/plugin/BUILD.gn
@@ -0,0 +1,9 @@
+# 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.
+
+source_set("plugin") {
+ sources = [
+ "content_plugin_client.h",
+ ]
+}