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

Unified Diff: components/offline_pages.gypi

Issue 1914333002: Adding a BUILD file for both gyp and gn for the new background_offlining (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback per fgorski. Created 4 years, 8 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 | « chrome/browser/BUILD.gn ('k') | components/offline_pages/background/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 05e128348b4814e011df2c3ca00b26968cf97add..65027bfc92c6f19ef48de115f8dc60b768ae2a66 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -37,6 +37,26 @@
],
},
{
+ # GN: //components/offline_pages/background:background_offliner
+ 'target_name': 'background_offliner',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ '../..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
+ ],
+ 'sources': [
+ 'offline_pages/background/offliner.h',
+ 'offline_pages/background/request_coordinator.cc',
+ 'offline_pages/background/request_coordinator.h',
+ 'offline_pages/background/scheduler.h',
+ ],
+ },
+ {
# GN version: //components/offline_pages:test_support
'target_name': 'offline_pages_test_support',
'type': 'static_library',
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/offline_pages/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698