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

Unified Diff: sky/engine/tonic/BUILD.gn

Issue 948943002: Gets HTMLIFrameElement::embedViewManagerClient to work with dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: feedback Created 5 years, 10 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 | « sky/engine/core/html/HTMLIFrameElement.idl ('k') | sky/engine/tonic/mojo_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/BUILD.gn
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn
index e795a1c1ab2318e82b0918b5e8303197013b4b2c..f6a6ae05707c08aff02afb0da89fb523ee39f996 100644
--- a/sky/engine/tonic/BUILD.gn
+++ b/sky/engine/tonic/BUILD.gn
@@ -38,10 +38,12 @@ source_set("tonic") {
"dart_wrappable.cc",
"dart_wrappable.h",
"dart_wrapper_info.h",
+ "mojo_converter.h",
]
deps = [
"//base",
+ "//mojo/public/cpp/system",
"//sky/engine/wtf",
]
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.idl ('k') | sky/engine/tonic/mojo_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698