Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / memory_inspector / memory_inspector / constants.py
index 5ad298f..152a738 100644 (file)
@@ -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/'