diff options
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index ebc0e25..33e2578 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_common', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', '../ipc/ipc.gyp:ipc', |