| Index: chrome/app/policy/cloud_policy_codegen.gyp
|
| diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp
|
| index a65308c2abc0dce5165f4077fbe5fe79ff643364..5a37d63bb3044f240b541614d01f4435108a0895 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)',
|
|
|