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

Unified Diff: third_party/haha/README.chromium

Issue 1261873003: Add haha to third-party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add BUILD.gn Created 4 years, 10 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/haha/OWNERS ('k') | third_party/haha/haha.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/haha/README.chromium
diff --git a/third_party/haha/README.chromium b/third_party/haha/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..8e58479738788c0dd45d0d119ab13c183e212eaf
--- /dev/null
+++ b/third_party/haha/README.chromium
@@ -0,0 +1,23 @@
+Name: Headless Android Heap Analyzer
+Short Name: haha
+URL: https://github.com/square/haha
+Version: 2.0.2
+Revision: a86bf3ef22a5c8dec638ded87e984fb62f344510
+License: Apache 2.0, LGPL 2.1
+License File: LICENSE
+Security Critical: no
+
+Description:
+HAHA is a Java library used by Leak Canary to analyze Android heap dumps.
+It is essentially a repackaging of Android's perflib, with its dependencies
+(guava and trove4j) bundled in and Proguarded.
+
+Local Modifications:
+None
+
+How to build the .jar:
+git clone https://github.com/square/haha
+cd haha
+git checkout haha-2.0.2
+git submodule update --init
+mvn package
« no previous file with comments | « third_party/haha/OWNERS ('k') | third_party/haha/haha.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698