Index: components/ntp_snippets.gypi |
diff --git a/chrome/chrome_child.gypi b/components/ntp_snippets.gypi |
similarity index 64% |
copy from chrome/chrome_child.gypi |
copy to components/ntp_snippets.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..be9e99480b7b6c26796dfea7e12b7df5d339af5a 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/ntp_snippets.gypi |
@@ -5,19 +5,19 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ # GN version: //components/ntp_snippets |
+ 'target_name': 'ntp_snippets', |
'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_snippets/ntp_snippets_service.cc', |
+ 'ntp_snippets/ntp_snippets_service.h', |
], |
}, |
], |