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

Unified Diff: url/BUILD.gn

Issue 1553623003: Port cronet_package GYP target to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix issues Created 5 years 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 | « components/cronet/tools/jar_src.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index 2f3678c7ca7d9289d3572fea097410495a65ddff..5c5b3ba9a13323f08f6ab98872dde0073fb47064 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -72,6 +72,13 @@ component("url") {
}
if (is_android) {
+ android_library("url_java") {
+ DEPRECATED_java_in_dir = "android/java/src"
+ deps = [
+ "//base:base_java",
+ ]
+ }
+
generate_jni("url_jni_headers") {
sources = [
"android/java/src/org/chromium/url/IDNStringUtil.java",
@@ -98,6 +105,7 @@ if (is_android) {
]
deps = [
+ ":url_java",
":url_jni_headers",
"//base",
"//base/third_party/dynamic_annotations",
« no previous file with comments | « components/cronet/tools/jar_src.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698