Android NTP: Most visited tile clicks should have PageTransition.AUTO_BOOKMARK
[chromium-blink-merge.git] / ppapi / examples / url_loader / README_chrome_developer.txt
blobc9a67212c2d7eb295cca7f116ce0fd0af33a69e3
1 If you're a Chrome developer, here's how to run this example:
3 Build the example, i.e. "make ppapi_example_url_loader" on Linux.
5 In the "src" directory, start the test server:
7   On Linux:
8     export PYTHONPATH=third_party/pyftpdlib:third_party/tlslite:third_party
9     python net/tools/testserver/testserver.py --port=1337 --data-dir=ppapi/examples/url_loader
11   On Windows:
12     set PYTHONPATH=third_party\pyftpdlib;third_party\tlslite:third_party
13     python net/tools/testserver/testserver.py --port=1337 --data-dir=ppapi/examples/url_loader
15 Then load the page:
17   On Linux:
18     out/Debug/chrome --register-pepper-plugins="[[[ YOUR SOURCE DIR ]]]/out/Debug/lib.target/libppapi_example_url_loader.so;application/x-ppapi-url-loader-example" http://127.0.0.1:1337/files/url_loader.html
20   On Windows just substitute the generated .dll name for the .so.
22 And click the button!