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

Side by Side Diff: perf/server/bower.json

Issue 380733002: Add the Polymer object observe library and add a test that it works. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 5 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 unified diff | Download patch
« no previous file with comments | « perf/server/Makefile ('k') | perf/server/karma.conf.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "perf", 2 "name": "perf",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "authors": [], 4 "authors": [],
5 "description": "skiaperf.com", 5 "description": "skiaperf.com",
6 "license": "BSD", 6 "license": "BSD",
7 "private": true, 7 "private": true,
8 "ignore": [ 8 "ignore": [
9 "**/.*", 9 "**/.*",
10 "node_modules", 10 "node_modules",
11 "bower_components", 11 "bower_components",
12 "third_party/bower_components", 12 "third_party/bower_components",
13 "test", 13 "test",
14 "tests" 14 "tests"
15 ], 15 ],
16 "dependencies": { 16 "dependencies": {
17 "flot": "~0.8.3", 17 "flot": "~0.8.3",
18 "pointerevents-polyfill": "~0.2.0", 18 "pointerevents-polyfill": "~0.2.0",
19 "CustomElements": "~0.2.4", 19 "CustomElements": "~0.2.4",
20 "HTMLImports": "~0.2.3" 20 "HTMLImports": "~0.2.3",
21 "observe-js": "~0.3.3"
21 } 22 }
22 } 23 }
OLDNEW
« no previous file with comments | « perf/server/Makefile ('k') | perf/server/karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698