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

Unified Diff: content/test/BUILD.gn

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Rebased and fixed webkit_tests Created 4 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
« no previous file with comments | « content/public/test/test_renderer_host.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 f2794fed1876d70b7db9a12de54bbfdbb331cda5..2ab825847a2c96f70c52b165426bd8d77e3aca29 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -359,6 +359,7 @@ static_library("test_support") {
"//device/geolocation:geolocation_java",
"//media/capture/video/android:android",
"//ui/android",
+ "//ui/android:test_support",
"//ui/shell_dialogs",
]
}
@@ -1622,6 +1623,7 @@ test("content_unittests") {
"//device/geolocation:geolocation_java",
"//media/capture/content/android",
"//media/capture/content/android:screen_capture_java",
+ "//ui/android:android",
"//v8:v8_external_startup_data_assets",
]
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698