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

Unified Diff: ui/ozone/demo/BUILD.gn

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header Created 5 years, 4 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 | « ui/ozone/common/stub_overlay_manager.cc ('k') | ui/ozone/demo/gl_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/demo/BUILD.gn
diff --git a/ui/ozone/demo/BUILD.gn b/ui/ozone/demo/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ad78f753844c2bca55c867094b439a941716ee6c
--- /dev/null
+++ b/ui/ozone/demo/BUILD.gn
@@ -0,0 +1,39 @@
+# 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.
+
+group("demo") {
+ deps = [
+ ":ozone_demo",
+ ]
+}
+
+executable("ozone_demo") {
+ sources = [
+ "gl_renderer.cc",
+ "gl_renderer.h",
+ "ozone_demo.cc",
+ "renderer.h",
+ "renderer_base.cc",
+ "renderer_base.h",
+ "software_renderer.cc",
+ "software_renderer.h",
+ "surfaceless_gl_renderer.cc",
+ "surfaceless_gl_renderer.h",
+ ]
+
+ deps = [
+ "//base",
+ "//skia",
+ "//ui/events",
+ "//ui/events:dom_keycode_converter",
+ "//ui/events/ozone:events_ozone_layout",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/ozone",
+ "//ui/ozone/gpu",
+ "//ui/ozone:ozone_base",
+ "//ui/display/types",
+ "//ui/platform_window",
+ ]
+}
« no previous file with comments | « ui/ozone/common/stub_overlay_manager.cc ('k') | ui/ozone/demo/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698