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

Unified Diff: lib/html/scripts/idlparser_test.dart

Issue 11235059: Switch to new library syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/idlparser_test.dart
diff --git a/lib/html/scripts/idlparser_test.dart b/lib/html/scripts/idlparser_test.dart
index bfe29065b79038c533ca54c2e86cf8e606a3382c..126d8cf54273ec59a7d2d2bdb73a91ca4c1c357b 100644
--- a/lib/html/scripts/idlparser_test.dart
+++ b/lib/html/scripts/idlparser_test.dart
@@ -2,10 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('idlparser_test');
-#import('../../../utils/peg/pegparser.dart');
-#source('idlparser.dart');
-#source('idlrenderer.dart');
+library idlparser_test;
+
+import '../../../utils/peg/pegparser.dart';
+
+part 'idlparser.dart';
+part 'idlrenderer.dart';
main() {
IDLParser parser = new IDLParser(FREMONTCUT_SYNTAX);
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698