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

Unified Diff: tools/resource_prefetch_predictor/README.md

Issue 2827043002: predictors: Update the database dumping tool to support Origins. (Closed)
Patch Set: . Created 3 years, 8 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 | « no previous file | tools/resource_prefetch_predictor/prefetch_predictor_tool.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/resource_prefetch_predictor/README.md
diff --git a/tools/resource_prefetch_predictor/README.md b/tools/resource_prefetch_predictor/README.md
index 77ff51ff110fc2230e9765a5e0139f475f78f9f3..e4f24097160f12df6ce372ec12bc67a39b50b38b 100644
--- a/tools/resource_prefetch_predictor/README.md
+++ b/tools/resource_prefetch_predictor/README.md
@@ -12,7 +12,4 @@ To use these tools, you need:
# Installation
* Install an updated protobuf library: `pip install --user protobuf`
-* Generated protocol buffers in the path: Assuming that the build directory is
-`out/Release` and chromium's `src/` is `$CHROMIUM_SRC`, `export
-PYTHONPATH=$PYTHONPATH:${CHROMIUM_SRC}/out/Release/pyproto/chrome/browser/predictors/`
* SQLite from the Android SDK is recent enough, make sure that `${CHROMIUM_SRC}/third_party/android_tools/sdk/platform-tools` is in the path.
« no previous file with comments | « no previous file | tools/resource_prefetch_predictor/prefetch_predictor_tool.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698