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

Unified Diff: chrome/test/BUILD.gn

Issue 1521193002: [Offline pages] Refactor URL conversions from TabAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback Created 5 years 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 8168d92bc32f03d95b27b5727f9127210341adc3..fd113677143df08b27871c2ae3dc85f4b440ae87 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1670,6 +1670,7 @@ test("unit_tests") {
"//chrome")
deps += [
":unit_tests_java",
+ "//components/offline_pages:test_support",
"//v8:v8_external_startup_data_assets",
]
deps -= [ "//third_party/libaddressinput" ]

Powered by Google App Engine
This is Rietveld 408576698