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

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: Rebasing to ToT and moving tests to component unittests Created 6 years, 6 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/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': [

Powered by Google App Engine
This is Rietveld 408576698