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

Unified Diff: content/test/BUILD.gn

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index eae2cd819b0b3e9d3314c4720103c411508ba71d..1aca2e23f897d18b6e81d5c419623b7d915a6d64 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -127,7 +127,10 @@ static_library("test_support") {
}
if (is_android) {
- deps += [ "//ui/shell_dialogs" ]
+ deps += [
+ "//ui/android",
+ "//ui/shell_dialogs"
+ ]
}
if (is_win) {
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698