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

Unified Diff: components/ntp_snippets.gypi

Issue 1438043008: Creating the NTP snippet service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase fix: Don't trust git. Created 5 years, 1 month 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
« no previous file with comments | « components/components.gyp ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « components/components.gyp ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698