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

Side by Side Diff: client/dom/templates/dom/native/dom_impl.darttemplate

Issue 9348011: Use _GenerateLibFile for dartium libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 #library("DOM Implementation Library"); 7 #library("DOM Implementation Library");
8 8
9 #import("dart:coreimpl"); 9 #import("dart:coreimpl");
10 #import("dart:dom"); 10 #import("dart:dom");
11 #import("dart:nativewrappers"); 11 #import("dart:nativewrappers");
12 12
13 #source('$AUXILIARY_DIR/native_DOMWrapperBase.dart'); 13 #source('$AUXILIARY_DIR/native_DOMWrapperBase.dart');
14 #source('$AUXILIARY_DIR/native_DOMImplementation.dart'); 14 #source('$AUXILIARY_DIR/native_DOMImplementation.dart');
15 #source('$AUXILIARY_DIR/native_FactoryProvidersImplementation.dart'); 15 #source('$AUXILIARY_DIR/native_FactoryProvidersImplementation.dart');
16 #source('$AUXILIARY_DIR/_Collections.dart'); 16 #source('$AUXILIARY_DIR/_Collections.dart');
17 #source('$AUXILIARY_DIR/_ListIterators.dart'); 17 #source('$AUXILIARY_DIR/_ListIterators.dart');
18 #source('$AUXILIARY_DIR/_Lists.dart'); 18 #source('$AUXILIARY_DIR/_Lists.dart');
19 19
20 $SOURCES 20 $!SOURCES
OLDNEW
« no previous file with comments | « client/dom/scripts/dartgenerator.py ('k') | client/dom/templates/dom/native/dom_public.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698