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

Side by Side Diff: fuzzer/res/imp/Makefile

Issue 1410383012: Add fuzzer-stacktrace-sk and demo (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Address Comments Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | fuzzer/res/imp/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Set up the local directory to run the demo pages. 1 # Set up the local directory to run the demo pages.
2 default: 2 default:
3 bower install 3 bower install
4 npm install http-server 4 npm install http-server
5 mkdir --parents res/imp 5 mkdir --parents res/imp
6 ln -sf ../../third_party/bower_components res/imp/bower_components 6 ln -sf ../../third_party/bower_components res/imp/bower_components
7 » ln -sf ../../../../../res res/common 7 » ln -sf ../../../res/common res/common
8 8
9 # Run a local HTTP server for the demo pages. 9 # Run a local HTTP server for the demo pages.
10 run: 10 run:
11 » node_modules/.bin/http-server -p 8080 -a 127.0.0.1 11 » ../../node_modules/.bin/http-server -p 8080 -a 127.0.0.1
OLDNEW
« no previous file with comments | « no previous file | fuzzer/res/imp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698