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

Unified Diff: url/BUILD.gn

Issue 1488383002: Port cronet_package GYP target to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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"
brettw 2015/12/21 20:25:02 As a higher-level-comment, I'm pretty confused abo
agrieve 2015/12/30 20:17:40 https://code.google.com/p/chromium/issues/detail?i
+ 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",
« components/cronet/tools/extract_from_jars.py ('K') | « components/cronet/tools/jar_src.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698