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

Unified Diff: mojo/apps/js/BUILD.gn

Issue 494523004: GN: Build rules and fixes for (almost) all mojo unittest targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « mojo/application_manager/BUILD.gn ('k') | mojo/apps/js/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « mojo/application_manager/BUILD.gn ('k') | mojo/apps/js/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698