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

Unified Diff: sky/services/viewport/BUILD.gn

Issue 932283002: Port touch-demo.sky to Dart and make it work in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: sky/services/viewport/BUILD.gn
diff --git a/mojo/services/console/public/interfaces/BUILD.gn b/sky/services/viewport/BUILD.gn
similarity index 56%
copy from mojo/services/console/public/interfaces/BUILD.gn
copy to sky/services/viewport/BUILD.gn
index 5378a4df14c650068e5606422f763deca7784285..0e024d4ef3fdf2961f2c3d6ef0c5bcc6447cbc6e 100644
--- a/mojo/services/console/public/interfaces/BUILD.gn
+++ b/sky/services/viewport/BUILD.gn
@@ -2,11 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("../../../mojo_sdk_root.gni")
-import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("viewport") {
sources = [
- "console.mojom",
+ "input_event.mojom",
+ "viewport_observer.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698