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

Unified Diff: fuzzer/bower.json

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: ;switch fuzzer to new metrics callback init Created 5 years, 10 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 | « fuzzer/Makefile ('k') | fuzzer/elements.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/bower.json
diff --git a/webtry/bower.json b/fuzzer/bower.json
similarity index 59%
copy from webtry/bower.json
copy to fuzzer/bower.json
index 92906201b85889630c912744f3fe68f79644ec09..afbea4e19083aca2b9fa5a0bf6de8196d891a4d2 100644
--- a/webtry/bower.json
+++ b/fuzzer/bower.json
@@ -1,25 +1,22 @@
{
- "name": "webtry",
+ "name": "fuzzer",
"version": "0.0.0",
"authors": [
- "Greg Humphreys <humper@gmail.com>"
+ "Greg Humphreys <humper@google.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
- "third_party/bower_components",
"test",
"tests"
],
"dependencies": {
- "jquery": "~2.1.3",
"polymer": "Polymer/polymer#~0.5.4",
- "core-elements": "Polymer/core-elements#~0.5.4",
"paper-elements": "Polymer/paper-elements#~0.5.4",
- "webcomponentsjs": "Polymer/webcomponentsjs#~0.5.4",
- "bootstrap": "~3.3.2",
- "codemirror": "~4.12.0"
+ "core-elements": "Polymer/core-elements#~0.5.4",
+ "webcomponents": "Polymer/webcomponents",
+ "webcomponentsjs": "~0.5.4"
}
}
« no previous file with comments | « fuzzer/Makefile ('k') | fuzzer/elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698