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

Unified Diff: install-build-deps.sh

Issue 1808503002: Update distillability modeling scripts to predict long articles (Closed) Base URL: git@github.com:chromium/dom-distiller.git@ml-visible
Patch Set: update docs Created 4 years, 7 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 | « heuristics/distillable/write_features_csv.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: install-build-deps.sh
diff --git a/install-build-deps.sh b/install-build-deps.sh
index 0f0613737f02f48549e84f839e8bbf6487e7424b..c711f47a6dd5cdab69b091b946bf2bbdb83b7e33 100755
--- a/install-build-deps.sh
+++ b/install-build-deps.sh
@@ -24,6 +24,7 @@ CHROME_MIN_VERSION=32
python-protobuf \
unzip \
wget \
+ xdotool \
xvfb
if ! command -v google-chrome >/dev/null 2>&1; then
« no previous file with comments | « heuristics/distillable/write_features_csv.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698