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

Unified Diff: tools/dom/templates/html/dartium/blink_dartium.darttemplate

Issue 254463006: This CL contains all of the changes for splitting off all of the native (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Additional cleanup, eliminate now unused generality Created 6 years, 8 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: tools/dom/templates/html/dartium/blink_dartium.darttemplate
diff --git a/pkg/intl/test/message_extraction/really_fail_extraction_test.dart b/tools/dom/templates/html/dartium/blink_dartium.darttemplate
similarity index 56%
copy from pkg/intl/test/message_extraction/really_fail_extraction_test.dart
copy to tools/dom/templates/html/dartium/blink_dartium.darttemplate
index 76f52519bc6ebf5c2e389e828704bbab7c80e2ed..54d28166b8d57b8d93f12573c1ee22bc32f69b7b 100644
--- a/pkg/intl/test/message_extraction/really_fail_extraction_test.dart
+++ b/tools/dom/templates/html/dartium/blink_dartium.darttemplate
@@ -2,13 +2,15 @@
// 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 really_fail_extraction_test;
+// DO NOT EDIT
+// Auto-generated dart:blink library.
-import "failed_extraction_test.dart";
-import "package:unittest/unittest.dart";
+/**
+ * This library provides entry points to the native Blink code which backs
+ * up the dart:html library.
+ */
+library dart.dom.blink;
-main() {
- test("Expect failure because warnings are errors", () {
- runTestWithWarnings(warningsAreErrors: true, expectedExitCode: 1);
- });
-}
+part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart';
+
+$!GENERATED_DART_FILES
« no previous file with comments | « tools/dom/src/html_native_DOMImplementation.dart ('k') | tools/dom/templates/html/dartium/chrome_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698