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