Index: components/history.gypi |
diff --git a/components/history.gypi b/components/history.gypi |
index f62e19a66129b30929c1d9188108ebbc1c705844..63dae2eaf0e0f726c813fcec08e4d7276fceeba1 100644 |
--- a/components/history.gypi |
+++ b/components/history.gypi |
@@ -5,6 +5,7 @@ |
{ |
'targets': [ |
{ |
+ # GN version: //components/history/core/browser |
'target_name': 'history_core_browser', |
'type': 'static_library', |
'include_dirs': [ |
@@ -19,6 +20,7 @@ |
'query_parser', |
], |
'sources': [ |
+ # Note: sources list duplicated in GN build. |
'history/core/browser/history_client.cc', |
'history/core/browser/history_client.h', |
'history/core/browser/history_match.cc', |
@@ -35,6 +37,7 @@ |
], |
}, |
{ |
+ # GN version: //components/history/core/common |
'target_name': 'history_core_common', |
'type': 'static_library', |
'include_dirs': [ |
@@ -44,11 +47,13 @@ |
'../base/base.gyp:base', |
], |
'sources': [ |
+ # Note: sources list duplicated in GN build. |
'history/core/common/thumbnail_score.cc', |
'history/core/common/thumbnail_score.h', |
], |
}, |
{ |
+ # GN version: //components/history/core/test |
'target_name': 'history_core_test_support', |
'type': 'static_library', |
'include_dirs': [ |
@@ -60,6 +65,7 @@ |
'../url/url.gyp:url_lib', |
], |
'sources': [ |
+ # Note: sources list duplicated in GN build. |
'history/core/test/history_client_fake_bookmarks.cc', |
'history/core/test/history_client_fake_bookmarks.h', |
], |