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