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

Unified Diff: services/sky/BUILD.gn

Issue 1235093002: Move sky_viewer into services/sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again Created 5 years, 5 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 | « services/BUILD.gn ('k') | services/sky/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/services/sky/BUILD.gn
similarity index 94%
rename from sky/viewer/BUILD.gn
rename to services/sky/BUILD.gn
index 1dfc6a50c4b3c56552f2c92ab4563b917a3e4ce6..d92a2cc38775eafae0205a30bbb6587db349238f 100644
--- a/sky/viewer/BUILD.gn
+++ b/services/sky/BUILD.gn
@@ -5,7 +5,7 @@
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-mojo_native_application("viewer") {
+mojo_native_application("sky") {
output_name = "sky_viewer"
sources = [
@@ -26,8 +26,6 @@ mojo_native_application("viewer") {
"viewer.cc",
]
- include_dirs = [ ".." ]
-
deps = [
"//mojo/application",
"//mojo/common",
@@ -49,14 +47,14 @@ mojo_native_application("viewer") {
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/interfaces",
+ "//services/sky/compositor",
"//skia",
- "//sky/engine",
+ "//sky/engine/public/sky",
"//sky/engine/tonic",
"//sky/services/activity:interfaces",
"//sky/services/platform",
"//sky/services/testing:interfaces",
"//sky/shell/dart",
- "//sky/viewer/compositor",
"//third_party/icu",
"//ui/events",
"//url",
« no previous file with comments | « services/BUILD.gn ('k') | services/sky/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698