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

Unified Diff: content/app/BUILD.gn

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build failure 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/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 517082d5cae58cf063080009f36c10ac3bffd851..9c30e41cefd32e7ddae5b42a61f1e72cd526c4df 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -42,7 +42,8 @@ if (is_win) {
content_app_deps += [
"//content/public/android:jni",
"//skia",
- "//third_party/android_tools:cpu_features"
+ "//third_party/android_tools:cpu_features",
+ "//ui/android"
]
}

Powered by Google App Engine
This is Rietveld 408576698