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

Unified Diff: content/common/BUILD.gn

Issue 2762573003: Implement BackgroundFetchManager.fetch() and struct traits (Closed)
Patch Set: First round of comments Created 3 years, 9 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6a58ae839bff5b0bbba6204ef13825a9797fd9b2..70d9dc97bef9c4bc73faa1e1191eee4ec19b7c21 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -62,6 +62,10 @@ source_set("common") {
"associated_interface_registry_impl.h",
"ax_content_node_data.cc",
"ax_content_node_data.h",
+ "background_fetch/background_fetch_struct_traits.cc",
+ "background_fetch/background_fetch_struct_traits.h",
+ "background_fetch/background_fetch_types.cc",
+ "background_fetch/background_fetch_types.h",
"bluetooth/web_bluetooth_device_id.cc",
"bluetooth/web_bluetooth_device_id.h",
"browser_plugin/browser_plugin_constants.cc",

Powered by Google App Engine
This is Rietveld 408576698