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

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

Issue 2713013002: Track original URL when downloading a redirected page (Closed)
Patch Set: Update BUILD.gn to fix DEP check in analyze Created 3 years, 10 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/background/BUILD.gn
diff --git a/components/offline_pages/core/background/BUILD.gn b/components/offline_pages/core/background/BUILD.gn
index 2ee9a96169eca3be26d175167f3b8d45ebff0d43..63971560654a5af112b185e5ac790f8a5d3da05e 100644
--- a/components/offline_pages/core/background/BUILD.gn
+++ b/components/offline_pages/core/background/BUILD.gn
@@ -118,6 +118,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/offline_pages/core",
"//components/offline_pages/core:switches",
+ "//sql:sql",
"//testing/gtest",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698