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

Unified Diff: sky/sdk/lib/internals.dart

Issue 1200953007: Move internals.dart out of Sky SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: _____ Created 5 years, 6 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: sky/sdk/lib/internals.dart
diff --git a/sky/sdk/lib/internals.dart b/sky/sdk/lib/internals.dart
deleted file mode 100644
index e30aa1d37c5fd821e0de697b8870348faf20b240..0000000000000000000000000000000000000000
--- a/sky/sdk/lib/internals.dart
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-library sky.internals;
-
-String contentAsText() native "contentAsText";
-String renderTreeAsText() native "renderTreeAsText";
-void notifyTestComplete(String test_result) native "notifyTestComplete";
-
-int takeShellProxyHandle() native "takeShellProxyHandle";
-int takeServicesProvidedByEmbedder() native "takeServicesProvidedByEmbedder";
-int takeServicesProvidedToEmbedder() native "takeServicesProvidedToEmbedder";
-int takeServiceRegistry() native "takeServiceRegistry";
« sky/engine/bindings/BUILD.gn ('K') | « sky/sdk/BUILD.gn ('k') | sky/shell/ui/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698