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

Unified Diff: components/offline_pages/core/BUILD.gn

Issue 2372043002: [Offline pages] Applying TaskQueue to RequestQueue::ChangeRequestsState (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
Index: components/offline_pages/core/BUILD.gn
diff --git a/components/offline_pages/core/BUILD.gn b/components/offline_pages/core/BUILD.gn
index f804fcbd06d8faf7f7636b28e8924847fc67b947..b20013d2f472b033dc65f5bd5aad355c4a44a4b4 100644
--- a/components/offline_pages/core/BUILD.gn
+++ b/components/offline_pages/core/BUILD.gn
@@ -6,7 +6,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-static_library("offline_pages_core") {
+static_library("core") {
sources = [
"task_queue.cc",
"task_queue.h",
@@ -24,7 +24,7 @@ source_set("unit_tests") {
]
deps = [
- ":offline_pages_core",
+ ":core",
"//base",
"//base/test:test_support",
]

Powered by Google App Engine
This is Rietveld 408576698