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

Unified Diff: karma.conf.js

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 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 | « no previous file | lib/runtime/dart/_classes.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index 2d532036221f4998005f0f76313abb5527f534f8..08082bc3aafff9bce113c5872bf4a1afc89c8e1a 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -18,7 +18,6 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'lib/runtime/dart_*.js',
- 'lib/runtime/_*.js',
'lib/runtime/dart/*.js',
// {pattern: 'test/browser/*.js', included: false}
'test/codegen/expect/async_helper/async_helper.js',
« no previous file with comments | « no previous file | lib/runtime/dart/_classes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698