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

Unified Diff: examples/bitmap_uploader/BUILD.gn

Issue 1537803002: Revert "Delete the Surfaces service." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 | « no previous file | examples/bitmap_uploader/bitmap_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bitmap_uploader/BUILD.gn
diff --git a/examples/ganesh_app/BUILD.gn b/examples/bitmap_uploader/BUILD.gn
similarity index 59%
copy from examples/ganesh_app/BUILD.gn
copy to examples/bitmap_uploader/BUILD.gn
index 915558c53a51c5be2d7931ce8340f3aa66f26ab9..9d21e8645ce70551616ad54669b1f88bc820950b 100644
--- a/examples/ganesh_app/BUILD.gn
+++ b/examples/bitmap_uploader/BUILD.gn
@@ -2,34 +2,29 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/mojo_application.gni")
-
-mojo_native_application("ganesh_app") {
+source_set("bitmap_uploader") {
sources = [
- "ganesh_app.cc",
- "ganesh_view.cc",
- "ganesh_view.h",
- "texture_uploader.cc",
- "texture_uploader.h",
+ "bitmap_uploader.cc",
+ "bitmap_uploader.h",
]
- deps = [
+ public_deps = [
"//base",
- "//mojo/application",
- "//mojo/common:tracing_impl",
- "//mojo/environment:chromium",
- "//mojo/gpu",
"//mojo/public/c/gpu",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
+ "//mojo/services/gpu/interfaces",
+ "//mojo/services/surfaces/interfaces",
+ ]
+ deps = [
+ "//mojo/application",
+ "//mojo/public/cpp/bindings:bindings",
"//mojo/public/interfaces/application",
"//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
+ "//mojo/services/input_events/interfaces",
"//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
"//mojo/services/surfaces/interfaces:surface_id",
"//mojo/services/view_manager/cpp",
- "//mojo/skia",
- "//skia",
+ "//mojo/services/view_manager/interfaces",
+ "//ui/gfx/geometry",
]
}
« no previous file with comments | « no previous file | examples/bitmap_uploader/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698