summaryrefslogtreecommitdiffstats
path: root/content/content_worker.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_worker.gypi')
-rw-r--r--content/content_worker.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/content_worker.gypi b/content/content_worker.gypi
index 48869df..7ac57fe 100644
--- a/content/content_worker.gypi
+++ b/content/content_worker.gypi
@@ -3,8 +3,12 @@
# found in the LICENSE file.
{
- # TODO(dpranke): Fix indentation.
+ 'targets': [
+ {
+ 'target_name': 'content_worker',
+ 'type': 'static_library',
'dependencies': [
+ 'content_common',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
@@ -31,4 +35,6 @@
'include_dirs': [
'..',
],
+ },
+ ],
}