Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: components/history.gypi

Issue 304273010: Move thumbnail to history component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698