diff options
Diffstat (limited to 'content/content_worker.gypi')
-rw-r--r-- | content/content_worker.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_worker.gypi b/content/content_worker.gypi index fa1d504..498315f 100644 --- a/content/content_worker.gypi +++ b/content/content_worker.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_worker', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', 'dependencies': [ 'content_common', |