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

Unified Diff: tools/memory_inspector/memory_inspector/constants.py

Issue 559023002: [Android] memory_inspector: bug / UI fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mi1_heapdump_sigstop
Patch Set: Created 6 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
Index: tools/memory_inspector/memory_inspector/constants.py
diff --git a/tools/memory_inspector/memory_inspector/constants.py b/tools/memory_inspector/memory_inspector/constants.py
index 5ad298f98e4a1f8a9522726deaacdc3c4873f765..152a73807cb1779ce83261d1ca55ef573d4380c5 100644
--- a/tools/memory_inspector/memory_inspector/constants.py
+++ b/tools/memory_inspector/memory_inspector/constants.py
@@ -7,3 +7,5 @@ import os
PROJECT_SRC = os.path.abspath(os.path.join(__file__, os.pardir, os.pardir))
CLASSIFICATION_RULES_PATH = os.path.join(PROJECT_SRC, 'classification_rules')
+PREBUILTS_PATH = os.path.join(PROJECT_SRC, 'prebuilts')
+PREBUILTS_BASE_URL = 'https://storage.googleapis.com/chromium-telemetry/'

Powered by Google App Engine
This is Rietveld 408576698