Index: components/history.gypi |
diff --git a/components/auto_login_parser.gypi b/components/history.gypi |
similarity index 62% |
copy from components/auto_login_parser.gypi |
copy to components/history.gypi |
index 1dae9360602b63d0a022edc71a107dc56e12587a..50a66cf2bd39dc03ecb32b59470c4c55ec0befa2 100644 |
--- a/components/auto_login_parser.gypi |
+++ b/components/history.gypi |
@@ -5,18 +5,17 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'auto_login_parser', |
- 'type': 'static_library', |
+ 'target_name': 'history', |
sdefresne
2014/06/02 19:56:55
s/history/history_core_common/
nshaik
2014/06/08 08:43:41
Done.
|
+ 'type': '<(component)', |
sdefresne
2014/06/02 19:56:55
'type' should be 'static_library' here, otherwise
nshaik
2014/06/08 08:43:41
Done.
|
'dependencies': [ |
'../base/base.gyp:base', |
- '../net/net.gyp:net', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'auto_login_parser/auto_login_parser.cc', |
- 'auto_login_parser/auto_login_parser.h', |
+ 'history/core/common/thumbnail_score.cc', |
+ 'history/core/common/thumbnail_score.h', |
], |
}, |
], |