diff options
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r-- | content/content_plugin.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 93c0ca9..7b533b5 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_plugin', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A', 'dependencies': [ 'content_common', |