| Index: components/user_prefs.gypi
|
| diff --git a/components/user_prefs.gypi b/components/user_prefs.gypi
|
| index 3554d0d9ae925ae079508fe9dbea4d61d0bf6a96..53b08b428efcadd7ddc25c307fd6c026865b7df0 100644
|
| --- a/components/user_prefs.gypi
|
| +++ b/components/user_prefs.gypi
|
| @@ -6,7 +6,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'user_prefs',
|
| - 'type': '<(component)',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_prefs',
|
| @@ -14,13 +14,9 @@
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| - 'defines': [
|
| - 'USER_PREFS_IMPLEMENTATION',
|
| - ],
|
| 'sources': [
|
| 'user_prefs/user_prefs.cc',
|
| 'user_prefs/user_prefs.h',
|
| - 'user_prefs/user_prefs_export.h',
|
| ],
|
| },
|
| ],
|
|
|