summaryrefslogtreecommitdiffstats
path: root/content/public/plugin/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 23:48:50 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 23:48:50 +0000
commitdab154ee9af6c5eefc9bece85e2bd2e6005b85d7 (patch)
treecf803adf5e6c478078d652d769fd9c59233ed5a5 /content/public/plugin/BUILD.gn
parent89df3e1e82bde04e4d7db6b3ff46abd1e68d2d87 (diff)
downloadchromium_src-dab154ee9af6c5eefc9bece85e2bd2e6005b85d7.zip
chromium_src-dab154ee9af6c5eefc9bece85e2bd2e6005b85d7.tar.gz
chromium_src-dab154ee9af6c5eefc9bece85e2bd2e6005b85d7.tar.bz2
Add more content subtargets and deps to the GN build.
Includes courgette, libva, and lzma. TBR=scottmg Review URL: https://codereview.chromium.org/334913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277132 0039d316-1c4b-4281-b951-d872f2087c98
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",
+ ]
+}