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

Unified Diff: content/public/android/BUILD.gn

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: merge master and resolve conflicts 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/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 0df3980ddd0c2187564157830fe0e789f8577063..ac8d975d887eae6c92718e1ee27023f8dd3bc451 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -50,7 +50,7 @@ android_library("content_java") {
"//services/service_manager/public/interfaces:interfaces_java",
"//services/service_manager/public/java:service_manager_java",
"//third_party/WebKit/public:blink_headers_java",
- "//third_party/WebKit/public:new_wrapper_types_mojo_bindings_java",
+ "//third_party/WebKit/public:mojo_bindings_java",
"//third_party/android_tools:android_support_annotations_java",
"//third_party/jsr-305:jsr_305_javalib",
"//ui/accessibility:ui_accessibility_java",

Powered by Google App Engine
This is Rietveld 408576698