summaryrefslogtreecommitdiffstats
path: root/content/content_plugin.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r--content/content_plugin.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index 9ab27e1..f2f01bf 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -3,8 +3,12 @@
# found in the LICENSE file.
{
- # TODO(dpranke): Fix indentation.
+ 'targets': [
+ {
+ 'target_name': 'content_plugin',
+ 'type': 'static_library',
'dependencies': [
+ 'content_common',
'../skia/skia.gyp:skia',
'../third_party/npapi/npapi.gyp:npapi',
'../webkit/support/webkit_support.gyp:glue',
@@ -60,4 +64,6 @@
},
}],
],
+ },
+ ],
}