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

Unified Diff: third_party/leakcanary/README.chromium

Issue 1693463004: Add leakcanary to DEPS and third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java_group
Patch Set: add rolling notes to readme 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/leakcanary/OWNERS ('k') | third_party/leakcanary/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/leakcanary/OWNERS ('k') | third_party/leakcanary/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698