| Index: chrome/common_constants.gypi
|
| diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi
|
| index eb9c87d71601b2f25659d0ee19653b83f466d05d..179c25fa6abd53cff310c08bcfd19617a000a6dc 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,
|
| },
|
|
|