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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 219053003: Deprecate automatic generation of precompiled.js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 323c8fcbe2683e398ecf1f171e3d8d7a5a3e85f2..13afec5b1c93513a7192347247e137e56b4400be 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -1335,6 +1335,7 @@ class StandardTestSuite extends TestSuite {
args.add(packageRoot);
}
args.add('--out=$outputFile');
+ if (configuration['csp']) args.add('--csp');
args.add(inputFile);
args.addAll(optionsFromFile['sharedOptions']);
if (executable.endsWith('.dart')) {

Powered by Google App Engine
This is Rietveld 408576698