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

Unified Diff: content/test/BUILD.gn

Issue 2468383002: Android ScreenCapture: add support to device rotation. (Closed)
Patch Set: address comments 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 926fa4f18fd389fbf2efcc2d2183be026f148d51..0dc507593777c75535ebe7947f81e582d325a690 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1599,6 +1599,7 @@ test("content_unittests") {
"../browser/android/java/jni_helper_unittest.cc",
"../browser/android/scoped_surface_request_manager_unittest.cc",
"../browser/android/url_request_content_job_unittest.cc",
+ "../browser/media/capture/screen_capture_device_android_unittest.cc",
"../renderer/java/gin_java_bridge_value_converter_unittest.cc",
"../renderer/media/android/stream_texture_wrapper_impl_unittest.cc",
]
@@ -1613,6 +1614,8 @@ test("content_unittests") {
"//base:base_java_unittest_support",
"//content/public/android:content_java",
"//device/geolocation:geolocation_java",
+ "//media/capture/content/android",
+ "//media/capture/content/android:screen_capture_java",
"//v8:v8_external_startup_data_assets",
]

Powered by Google App Engine
This is Rietveld 408576698