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

Unified Diff: third_party/jmake/README.chromium

Issue 1373723003: Fix javac --incremental by using jmake for dependency analysis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aidl
Patch Set: fix license check 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 | « third_party/jmake/OWNERS ('k') | third_party/jmake/src/org/pantsbuild/jmake/Base64.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/jmake/README.chromium
diff --git a/third_party/jmake/README.chromium b/third_party/jmake/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..0caab7767dbc390b66a7b7210c5710fe8e404bdb
--- /dev/null
+++ b/third_party/jmake/README.chromium
@@ -0,0 +1,16 @@
+Name: JMake
+URL: https://github.com/pantsbuild/jmake
+Version: 0
+Revision: 7761ee3e1537ccc61820c0d30061eb09edaf1c93
+License: GPL 2.0
+Security Critical: No
+License Android Compatible: No
+
+Description:
+Formerly known as Javamake, jmake is a compiler wrapper that figures out the
+minimal set of .java files that need to be rebuilt given a set of .java files
+that have changed.
+
+Local Modifications:
+* Removed unneeded files
+* Added BUILD.gn
« no previous file with comments | « third_party/jmake/OWNERS ('k') | third_party/jmake/src/org/pantsbuild/jmake/Base64.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698