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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fuzzer/res/imp/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/res/imp/Makefile
diff --git a/alertserver/res/imp/9/Makefile b/fuzzer/res/imp/Makefile
similarity index 71%
copy from alertserver/res/imp/9/Makefile
copy to fuzzer/res/imp/Makefile
index ec9e6e7364f352c01c62956c9b9bd13e3884ec53..b419da45767b4351a2f11465d89a4c98230106f9 100644
--- a/alertserver/res/imp/9/Makefile
+++ b/fuzzer/res/imp/Makefile
@@ -4,8 +4,8 @@ default:
npm install http-server
mkdir --parents res/imp
ln -sf ../../third_party/bower_components res/imp/bower_components
- ln -sf ../../../../../res res/common
+ ln -sf ../../../res/common res/common
# Run a local HTTP server for the demo pages.
run:
- node_modules/.bin/http-server -p 8080 -a 127.0.0.1
+ ../../node_modules/.bin/http-server -p 8080 -a 127.0.0.1
« 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