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

Unified Diff: sync/BUILD.gn

Issue 1083463003: Sync: Add Android test for downloading a bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN Created 5 years, 8 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: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 6e567e0fc6fc5065327016d9c2d205517ea4a392..6e89c88fed270f8719537ecb9f7e616524a58bd8 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -818,6 +818,7 @@ if (is_android) {
"//base",
"//sync/protocol:protocol",
"//testing/gtest",
+ "//url:url",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698