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

Unified Diff: sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart

Issue 194863003: Don't include source maps in release mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't include source maps at all in release builds. 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: sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart b/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
index 3be420c61c5880d4ae1a39435d60aafa0e4dac44..c641f1830e9215c693014b534b5ad51b0608d5d5 100644
--- a/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
+++ b/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
@@ -26,7 +26,7 @@ main() {
outputJson: {
'buildResult': 'success',
'outputDirectory': 'build',
- 'numFiles': 3,
+ 'numFiles': 2,
'log': [
{
'level': 'Info',

Powered by Google App Engine
This is Rietveld 408576698