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

Unified Diff: components/ntp_snippets.gypi

Issue 2139293004: [TEMP - DO NOT SUBMIT] OfflinePagesProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internalspage
Patch Set: Implement OfflinePage conversion Created 4 years, 5 months 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/BUILD.gn ('k') | components/ntp_snippets/content_suggestions_category.h » ('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/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
index 817968fc89d449528e9c68e45f32637476ae0af5..6558c3364886916837c88576557b74a71e262f4c 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -62,5 +62,24 @@
},
'includes': [ '../build/protoc.gypi' ],
},
+ {
+ # GN: //components/ntp_snippets/offline_pages:offline_page_suggestions
+ 'target_name': 'ntp_snippets_offline_page_suggestions',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ '../..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'keyed_service_core',
+ 'ntp_snippets',
+ 'offline_pages',
+ ],
+ 'sources': [
+ 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc',
+ 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h',
+ ],
+ },
],
}
« no previous file with comments | « components/BUILD.gn ('k') | components/ntp_snippets/content_suggestions_category.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698