L
L
loxnemamont2017-08-11 02:38:12
Google Chrome
loxnemamont, 2017-08-11 02:38:12

How to compile chrome dom distiller?

The link https://github.com/chromium/dom-distiller has this piece:


To extract the content from a web page directly, you can run:
xvfb-run out/Debug/components_browsertests \
  --gtest_filter='*MANUAL_ExtractUrl' \
  --run-manual \
  --test-tiny-timeout=600000 \
  --output-file=./extract.out \
  --url=http://www.example.com \
  > ./extract.log 2>&1

How to compile correctly so that you can use this command?
ninja -C out/Debug components_browsertests
does not work(

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question