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

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

Issue 1222663003: Rename ViewportObserver to SkyEngine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: now with moar files Created 5 years, 6 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/sdk/BUILD.gn ('k') | sky/services/engine/input_event.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/engine/BUILD.gn
diff --git a/sky/services/viewport/BUILD.gn b/sky/services/engine/BUILD.gn
similarity index 83%
rename from sky/services/viewport/BUILD.gn
rename to sky/services/engine/BUILD.gn
index 0e024d4ef3fdf2961f2c3d6ef0c5bcc6447cbc6e..667384f011dee41f6fabcf10ef49057bf1787d26 100644
--- a/sky/services/viewport/BUILD.gn
+++ b/sky/services/engine/BUILD.gn
@@ -4,9 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("viewport") {
+mojom("engine") {
sources = [
"input_event.mojom",
- "viewport_observer.mojom",
+ "sky_engine.mojom",
]
}
« no previous file with comments | « sky/sdk/BUILD.gn ('k') | sky/services/engine/input_event.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698