diff options
Diffstat (limited to 'content/content_utility.gypi')
-rw-r--r-- | content/content_utility.gypi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/content/content_utility.gypi b/content/content_utility.gypi index f3f8c65..0d2f700 100644 --- a/content/content_utility.gypi +++ b/content/content_utility.gypi @@ -3,12 +3,8 @@ # found in the LICENSE file. { - 'targets': [ - { - 'target_name': 'content_utility', - 'type': 'static_library', + # TODO(dpranke): Fix indentation. 'dependencies': [ - 'content_common', '../base/base.gyp:base', ], 'sources': [ @@ -29,6 +25,4 @@ }, }], ], - }, - ], } |