Chromium Code Reviews| Index: third_party/leakcanary/README.chromium |
| diff --git a/third_party/leakcanary/README.chromium b/third_party/leakcanary/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..483fe20471e0c4499f4e409dbab3b0adfe0bd243 |
| --- /dev/null |
| +++ b/third_party/leakcanary/README.chromium |
| @@ -0,0 +1,20 @@ |
| +Name: LeakCanary |
| +URL: https://github.com/square/leakcanary |
| +Version: 1.4-beta1 |
| +Revision: 608ded739e036a3aa69db47ac43777dcee506f8e |
| +License: Apache 2.0 |
| +License File: LICENSE |
| +Security Critical: no |
| + |
|
Nico
2016/02/12 21:26:23
did you do the stuff in https://www.chromium.org/d
|
| +Description: |
| +A Java memory leak detection library for Android. |
| + |
| +Local Modifications: |
| +* Added leakcanary-android-build-config/com/squareup/leakcanary/BuildConfig.java |
| + |
| +How to Roll: |
| +1. Update hash in DEPS |
| +2. Update list of Java and resource files in BUILD.gn |
| +3. Update any AndroidManifest.xml within the codebase that contains "leakcanary" |
| +4. Update version in: |
| + leakcanary-android-build-config/com/squareup/leakcanary/BuildConfig.java |