diff options
Diffstat (limited to 'content/content_app.gypi')
-rw-r--r-- | content/content_app.gypi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi index afb9c2b..996df28 100644 --- a/content/content_app.gypi +++ b/content/content_app.gypi @@ -3,16 +3,11 @@ # found in the LICENSE file. { - 'targets': [ - { - 'target_name': 'content_app', - 'type': 'static_library', + # TODO(dpranke): Fix indentation 'include_dirs': [ '..', ], 'dependencies': [ - 'content_browser', - 'content_common', '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../crypto/crypto.gyp:crypto', @@ -33,6 +28,4 @@ ], }], ], - }, - ], } |