Index: components/ntp_suggestions.gypi |
diff --git a/chrome/chrome_child.gypi b/components/ntp_suggestions.gypi |
similarity index 62% |
copy from chrome/chrome_child.gypi |
copy to components/ntp_suggestions.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..eed51d67d56860f6d14d61197413d34a25d6d161 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/ntp_suggestions.gypi |
@@ -5,19 +5,19 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ # GN version: //components/ntp_suggestions |
+ 'target_name': 'ntp_suggestions', |
'type': 'static_library', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- '../content/content.gyp:content_child', |
- ], |
'include_dirs': [ |
'..', |
], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ 'keyed_service_core', |
+ ], |
'sources': [ |
- 'child/pdf_child_init.cc', |
- 'child/pdf_child_init.h', |
+ 'ntp_suggestions/ntp_suggestions_service.cc', |
+ 'ntp_suggestions/ntp_suggestions_service.h', |
], |
}, |
], |