diff options
Diffstat (limited to 'chrome/app/policy/cloud_policy_codegen.gyp')
-rw-r--r-- | chrome/app/policy/cloud_policy_codegen.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp index a65308c..5a37d63 100644 --- a/chrome/app/policy/cloud_policy_codegen.gyp +++ b/chrome/app/policy/cloud_policy_codegen.gyp @@ -137,7 +137,7 @@ }, { 'target_name': 'policy', - 'type': '<(library)', + 'type': 'static_library', 'hard_dependency': 1, 'direct_dependent_settings': { 'include_dirs': [ @@ -174,7 +174,7 @@ 'targets': [ { 'target_name': 'policy_win64', - 'type': '<(library)', + 'type': 'static_library', 'hard_dependency': 1, 'sources': [ '<(policy_constant_header_path)', |