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

Unified Diff: chrome/android/BUILD.gn

Issue 2110543004: Move JNI bindings for url_formatter from chrome to //components/url_formatter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkEditActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index e61fb4ac388ee05a3114d1add454fb849cc25318..528ec9718f91be75ccfac6737c3dcfa4849eabd5 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -245,6 +245,7 @@ android_library("chrome_java") {
"//components/safe_json/android:safe_json_java",
"//components/signin/core/browser/android:java",
"//components/sync/android:sync_java",
+ "//components/url_formatter/android:url_formatter_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
]
}
@@ -313,6 +314,7 @@ junit_binary("chrome_junit_tests") {
"//components/invalidation/impl:java",
"//components/sync:sync_java_test_support",
"//components/sync/android:sync_java",
+ "//components/url_formatter/android:url_formatter_java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
"//device/geolocation:geolocation_java",
@@ -378,6 +380,7 @@ android_library("chrome_test_java") {
"//components/sync:sync_java_test_support",
"//components/sync/android:sync_java",
"//components/sync/android:sync_javatests",
+ "//components/url_formatter/android:url_formatter_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkEditActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698