Index: mojo/apps/js/BUILD.gn |
diff --git a/mojo/services/public/interfaces/input_events/BUILD.gn b/mojo/apps/js/BUILD.gn |
similarity index 51% |
copy from mojo/services/public/interfaces/input_events/BUILD.gn |
copy to mojo/apps/js/BUILD.gn |
index ac1c94c1de764d645bc43b34dd8a69cff7ec7259..16332d93ee493a54241d355bae68bdc2f2659b79 100644 |
--- a/mojo/services/public/interfaces/input_events/BUILD.gn |
+++ b/mojo/apps/js/BUILD.gn |
@@ -2,15 +2,17 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//mojo/public/tools/bindings/mojom.gni") |
- |
-# GYP version: mojo/mojo_services.gypi:mojo_input_events_bindings |
-mojom("input_events") { |
- sources = [ |
- "input_events.mojom", |
- ] |
- |
+# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib |
+source_set("js") { |
deps = [ |
- "//mojo/services/public/interfaces/geometry", |
+ "//base", |
+ "//gin", |
+ "//mojo/apps/js/bindings", |
+ "//mojo/apps/js/bindings/gl", |
+ "//mojo/bindings/js", |
+ ] |
+ sources = [ |
+ "mojo_runner_delegate.cc", |
+ "mojo_runner_delegate.h", |
] |
} |