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

Unified Diff: services/BUILD.gn

Issue 2875243002: RELAND: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: RELAND2: ShapeDetection: use mojom::Bitmap for mojo interface. Created 3 years, 7 months 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 | « chrome/android/BUILD.gn ('k') | services/shape_detection/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index e1580d080bf409d70150847ac390d7e0c4f956aa..a46978d81ebf74701da55689ae6a3b2b048624c3 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -98,7 +98,7 @@ if (is_android) {
java_files = [
"device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java",
"device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java",
- "shape_detection/android/junit/src/org/chromium/shape_detection/SharedBufferUtilsTest.java",
+ "shape_detection/android/junit/src/org/chromium/shape_detection/BitmapUtilsTest.java",
]
deps = [
"$google_play_services_package:google_play_services_base_java",
@@ -115,6 +115,7 @@ if (is_android) {
"//services/device/public/interfaces:interfaces_java",
"//services/device/public/java:nfc_java",
"//services/shape_detection:shape_detection_java",
+ "//skia/public/interfaces:interfaces_java",
"//third_party/android_tools:android_support_annotations_java",
]
}
« no previous file with comments | « chrome/android/BUILD.gn ('k') | services/shape_detection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698