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

Side by Side Diff: tools/dom/templates/html/dartium/_blink_dartium.darttemplate

Issue 258733009: Rename blink -> _blink (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerate SDK from dart repo Created 6 years, 7 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) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, 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 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated dart:blink library. 6 // Auto-generated dart:_blink library.
7 7
8 /** 8 /**
9 * This library provides entry points to the native Blink code which backs 9 * This library provides entry points to the native Blink code which backs
10 * up the dart:html library. 10 * up the dart:html library.
11 */ 11 */
12 library dart.dom.blink; 12 library dart.dom._blink;
13 13
14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; 14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart';
15 15
16 $!GENERATED_DART_FILES 16 $!GENERATED_DART_FILES
OLDNEW
« no previous file with comments | « tools/dom/src/html_native_DOMImplementation.dart ('k') | tools/dom/templates/html/dartium/blink_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698