| Index: components/history.gypi
|
| diff --git a/components/history.gypi b/components/history.gypi
|
| index 1a17a6c962bc7a4aa459a89d25860ddf43bd9b32..3c1d3a879589da3465ea6c386079e35d06133370 100644
|
| --- a/components/history.gypi
|
| +++ b/components/history.gypi
|
| @@ -21,6 +21,20 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'history_core_common',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + ],
|
| + 'sources': [
|
| + 'history/core/common/thumbnail_score.cc',
|
| + 'history/core/common/thumbnail_score.h',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'history_core_test_support',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
|
|