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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2944993002: Remove dependency on BrowserThread::FILE from Sync code (Closed)
Patch Set: More explicit about returning nullptr ModelSafeWorker for FILE group on Android and iOS Created 3 years, 6 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 | chrome/browser/extensions/api/storage/backend_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 746767abf0add5d4c6a99eed8cf4ac5393c1b0bc..ddb067a23796a1369c832fd7190b2b13ec715f3a 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -374,6 +374,8 @@ static_library("extensions") {
"api/signed_in_devices/signed_in_devices_manager.h",
"api/spellcheck/spellcheck_api.cc",
"api/spellcheck/spellcheck_api.h",
+ "api/storage/backend_task_runner.cc",
+ "api/storage/backend_task_runner.h",
"api/storage/managed_value_store_cache.cc",
"api/storage/managed_value_store_cache.h",
"api/storage/policy_value_store.cc",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/storage/backend_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698