diff options
Diffstat (limited to 'chrome/common_constants.gypi')
-rw-r--r-- | chrome/common_constants.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi index eb9c87d..179c25f 100644 --- a/chrome/common_constants.gypi +++ b/chrome/common_constants.gypi @@ -55,7 +55,7 @@ 'targets': [ { 'target_name': 'common_constants', - 'type': '<(library)', + 'type': 'static_library', 'variables': { 'common_constants_target': 1, }, @@ -74,7 +74,7 @@ 'targets': [ { 'target_name': 'common_constants_win64', - 'type': '<(library)', + 'type': 'static_library', 'variables': { 'common_constants_target': 1, }, |