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

Unified Diff: mojo/dart/embedder/BUILD.gn

Issue 1417523003: Move implementation of dart:mojo.internal to mojo/public/platform/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | mojo/dart/embedder/builtin.cc » ('j') | mojo/public/platform/dart/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index f10bfac40424e4ed499bf24bafff482980d39ba9..5638e597799e3d9d5754cd654e1192208a1bf992 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -21,8 +21,6 @@ source_set("dart_controller_no_snapshot") {
"mojo_dart_state.h",
"mojo_io_natives.cc",
"mojo_io_natives.h",
- "mojo_natives.cc",
- "mojo_natives.h",
"vmservice.cc",
"vmservice.h",
]
@@ -40,6 +38,7 @@ source_set("dart_controller_no_snapshot") {
"//mojo/public/c/system",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/public/platform/dart:mojo_internal_impl",
"//mojo/services/network/interfaces",
"//tonic",
]
« no previous file with comments | « no previous file | mojo/dart/embedder/builtin.cc » ('j') | mojo/public/platform/dart/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698