Index: components/favicon.gypi |
diff --git a/components/favicon.gypi b/components/favicon.gypi |
index 32b64553847b7037ea70ee5bd186f25f259adca1..262bd2b4fe60cbbba32eb76dd4f52a29b896acf6 100644 |
--- a/components/favicon.gypi |
+++ b/components/favicon.gypi |
@@ -5,6 +5,7 @@ |
{ |
'targets': [ |
{ |
+ # GN version: //components/favicon/core |
'target_name': 'favicon_core', |
'type': 'static_library', |
'dependencies': [ |
@@ -13,6 +14,7 @@ |
'keyed_service_core', |
], |
'sources': [ |
+ # Note: sources list duplicated in GN build. |
'favicon/core/browser/favicon_client.h', |
'favicon/core/favicon_driver.h', |
'favicon/core/favicon_url.cc', |