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

Unified Diff: examples/ganesh_app/BUILD.gn

Issue 1559723002: Update the UI examples. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-14
Patch Set: address feedback Created 4 years, 11 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 | « examples/BUILD.gn ('k') | examples/ganesh_app/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ganesh_app/BUILD.gn
diff --git a/examples/ganesh_app/BUILD.gn b/examples/ganesh_app/BUILD.gn
deleted file mode 100644
index 915558c53a51c5be2d7931ce8340f3aa66f26ab9..0000000000000000000000000000000000000000
--- a/examples/ganesh_app/BUILD.gn
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# 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") {
- sources = [
- "ganesh_app.cc",
- "ganesh_view.cc",
- "ganesh_view.h",
- "texture_uploader.cc",
- "texture_uploader.h",
- ]
-
- 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/public/interfaces/application",
- "//mojo/services/geometry/cpp",
- "//mojo/services/geometry/interfaces",
- "//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
- "//mojo/services/surfaces/interfaces:surface_id",
- "//mojo/services/view_manager/cpp",
- "//mojo/skia",
- "//skia",
- ]
-}
« no previous file with comments | « examples/BUILD.gn ('k') | examples/ganesh_app/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698