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

Unified Diff: content/browser/BUILD.gn

Issue 2767373002: Implement GetJobResponse and merge JobData into DataManager. (Closed)
Patch Set: Removed tests and updated switch statement with comment 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ffc33b38cc1e6051cc1ed18d5e18654819d958c3..00b67efaf7977daaab81478df6282d2d959229ae 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -335,10 +335,10 @@ source_set("browser") {
"background_fetch/background_fetch_event_dispatcher.h",
"background_fetch/background_fetch_job_controller.cc",
"background_fetch/background_fetch_job_controller.h",
- "background_fetch/background_fetch_job_data.cc",
- "background_fetch/background_fetch_job_data.h",
"background_fetch/background_fetch_job_info.cc",
"background_fetch/background_fetch_job_info.h",
+ "background_fetch/background_fetch_job_response_data.cc",
+ "background_fetch/background_fetch_job_response_data.h",
"background_fetch/background_fetch_request_info.cc",
"background_fetch/background_fetch_request_info.h",
"background_fetch/background_fetch_service_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698