summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 03aa89f..d0d448a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -3,8 +3,12 @@
# found in the LICENSE file.
{
- # TODO(dpranke): Fix indentation.
+ 'targets': [
+ {
+ 'target_name': 'content_browser',
+ 'type': 'static_library',
'dependencies': [
+ 'content_common',
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:net',
'../net/net.gyp:http_server',
@@ -625,4 +629,6 @@
],
}],
],
+ },
+ ],
}