Index: third_party/icu4java/BUILD.gn |
diff --git a/third_party/icu4java/BUILD.gn b/third_party/icu4java/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ddc8e9e5dd7bb64b36d235faf38de917b66276cb |
--- /dev/null |
+++ b/third_party/icu4java/BUILD.gn |
@@ -0,0 +1,10 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+import("//build/config/android/rules.gni") |
+ |
+java_prebuilt("icu4java_java") { |
the real yoland
2016/06/22 21:51:52
Nits, icu4_java?
jbudorick
2016/06/27 13:15:39
If the library name is "icu4java", then I think ic
|
+ testonly = true |
+ jar_path = "lib/icu4j-53.1.jar" |
+} |