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

Unified Diff: content/browser/BUILD.gn

Issue 2767373002: Implement GetJobResponse and merge JobData into DataManager. (Closed)
Patch Set: Removed typedef and added DISALLOW_COPY_AND_ASSIGN 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
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a35245bfb7004ea1d94031f5d39897dacb876640..acaeb733aaee8ecac38b233bbf24415f6fc4f186 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -332,10 +332,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_registration_id.cc",
"background_fetch/background_fetch_registration_id.h",
"background_fetch/background_fetch_request_info.cc",
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698