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

Unified Diff: perf/server/karma.conf.js

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « perf/server/bower.json ('k') | perf/server/res/js/logic.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/karma.conf.js
diff --git a/perf/server/karma.conf.js b/perf/server/karma.conf.js
index 8ceb9aef3578fd56d997566b216335d9fa94206b..099bfb69afcff90ed56f20e9295b2109cee74874 100644
--- a/perf/server/karma.conf.js
+++ b/perf/server/karma.conf.js
@@ -30,6 +30,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
+ 'res/js/perf.js',
'res/js/logic.js',
'tests/*.js'
],
« no previous file with comments | « perf/server/bower.json ('k') | perf/server/res/js/logic.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698