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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « third_party/haha/OWNERS ('k') | third_party/haha/haha.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Headless Android Heap Analyzer
2 Short Name: haha
3 URL: https://github.com/square/haha
4 Version: 2.0.2
5 Revision: a86bf3ef22a5c8dec638ded87e984fb62f344510
6 License: Apache 2.0, LGPL 2.1
7 License File: LICENSE
8 Security Critical: no
9
10 Description:
11 HAHA is a Java library used by Leak Canary to analyze Android heap dumps.
12 It is essentially a repackaging of Android's perflib, with its dependencies
13 (guava and trove4j) bundled in and Proguarded.
14
15 Local Modifications:
16 None
17
18 How to build the .jar:
19 git clone https://github.com/square/haha
20 cd haha
21 git checkout haha-2.0.2
22 git submodule update --init
23 mvn package
OLDNEW
« 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