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

Unified Diff: components/BUILD.gn

Issue 2359933007: [Offline pages] Introduces TaskQueue to serialize tasks that asynchronously access SQLStore (Closed)
Patch Set: Created 4 years, 3 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 | components/offline_pages/core/BUILD.gn » ('j') | components/offline_pages/core/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 698aa3d11975fcb5fce00f15449dadc952f96168..5027006d340619379033e2a94f40c2b5ff5048b8 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -101,6 +101,7 @@ test("components_unittests") {
"//components/ntp_tiles:unit_tests",
"//components/offline_pages:unit_tests",
"//components/offline_pages/background:unit_tests",
+ "//components/offline_pages/core:unit_tests",
"//components/offline_pages/downloads:unit_tests",
"//components/offline_pages/request_header:unit_tests",
"//components/omnibox/browser:unit_tests",
« no previous file with comments | « no previous file | components/offline_pages/core/BUILD.gn » ('j') | components/offline_pages/core/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698