diff options
Diffstat (limited to 'content/content_ppapi_plugin.gypi')
-rw-r--r-- | content/content_ppapi_plugin.gypi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi index dfa320a..9efd3e1 100644 --- a/content/content_ppapi_plugin.gypi +++ b/content/content_ppapi_plugin.gypi @@ -3,10 +3,7 @@ # found in the LICENSE file. { - 'targets': [ - { - 'target_name': 'content_ppapi_plugin', - 'type': 'static_library', + # TODO(dpranke): Fix indentation. 'dependencies': [ '../base/base.gyp:base', '../ppapi/ppapi_internal.gyp:ppapi_proxy', @@ -37,6 +34,4 @@ }, }], ], - }, - ], } |