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

Unified Diff: content/test/BUILD.gn

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename namespace Created 6 years, 1 month 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 80e75581140ca27161aef07b8874fb96163b8e4f..7d6c3039b9c01b4a26c8b5321dde3dffc4887f28 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -125,7 +125,10 @@ static_library("test_support") {
}
if (is_android) {
- deps += [ "//ui/shell_dialogs" ]
+ deps += [
+ "//ui/android",
+ "//ui/shell_dialogs"
+ ]
}
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698