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

Unified Diff: pkg/dev_compiler/tool/build_pkgs.dart

Issue 2693593002: keep null check on virtual field (Closed)
Patch Set: Created 3 years, 10 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 | « pkg/dev_compiler/test-main.js ('k') | tests/language_strong/field_override_optimization_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/build_pkgs.dart
diff --git a/pkg/dev_compiler/tool/build_pkgs.dart b/pkg/dev_compiler/tool/build_pkgs.dart
index a6e2b6b0169ee24a87a02fe46092483b78b0705c..04be68b647e7ced32845a0d0f21d402e6126df19 100755
--- a/pkg/dev_compiler/tool/build_pkgs.dart
+++ b/pkg/dev_compiler/tool/build_pkgs.dart
@@ -22,9 +22,9 @@ void main(List<String> arguments) {
compileModule('async_helper');
compileModule('expect', libs: ['minitest']);
compileModule('js', libs: ['js_util']);
+ compileModule('meta');
if (!test) {
compileModule('lookup_map');
- compileModule('meta');
compileModule('microlytics', libs: ['html_channels']);
compileModule('typed_mock');
}
« no previous file with comments | « pkg/dev_compiler/test-main.js ('k') | tests/language_strong/field_override_optimization_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698