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

Unified Diff: build/android/BUILD.gn

Issue 1328823002: GN: Use interface jars in the classpath to speed up compiling (a little) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ijar2
Patch Set: .interface.jar Created 5 years, 3 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 | build/android/gyp/javac.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/BUILD.gn
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
index 5e97d1a47b484f3ce7e1c9e0aadc5e5d1d93a56b..ef953a619a254bab56a0ed1b1e8a9adfc546ddcb 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/android/rules.gni")
+import("//third_party/ijar/ijar.gni")
sun_tools_jar_path = "$root_gen_dir/sun_tools_jar/tools.jar"
@@ -26,6 +27,11 @@ java_prebuilt("sun_tools_java") {
jar_dep = ":find_sun_tools_jar"
}
+generate_interface_jar("android_ijar") {
+ input_jar = android_sdk_jar
+ output_jar = "$root_out_dir/lib.java/android.interface.jar"
+}
+
action("cpplib_stripped") {
_strip_bin = "${android_tool_prefix}strip"
_soname = "libc++_shared.so"
« no previous file with comments | « no previous file | build/android/gyp/javac.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698