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

Unified Diff: lib/custom_element_proxy.dart

Issue 882823003: Adds @HtmlImport with both dynamic and transformer based implementations. Still need an HtmlInliner… (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: assign logger Created 5 years, 11 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: lib/custom_element_proxy.dart
diff --git a/lib/custom_element_proxy.dart b/lib/custom_element_proxy.dart
index f9df88f6e0b5447b3c0769dd2810d6911196a434..01e63d5c3e7618d1c1ccdaddfc67d1d3ac8b5943 100644
--- a/lib/custom_element_proxy.dart
+++ b/lib/custom_element_proxy.dart
@@ -1,6 +1,8 @@
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// 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 web_components.custom_element_proxy;
+
import 'package:initialize/initialize.dart';
import 'interop.dart';

Powered by Google App Engine
This is Rietveld 408576698