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

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

Issue 705623004: GN: Get os="chromeos" use_ozone=true to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes, build chrome and app_shell Created 6 years, 1 month 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/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/gpu/BUILD.gn
diff --git a/ui/ozone/demo/BUILD.gn b/ui/ozone/gpu/BUILD.gn
similarity index 57%
copy from ui/ozone/demo/BUILD.gn
copy to ui/ozone/gpu/BUILD.gn
index c58431bf9191cb53a4703a94899259a222ab14d3..91d38f9c2b098c6dc7b97b2333243246624d2ecf 100644
--- a/ui/ozone/demo/BUILD.gn
+++ b/ui/ozone/gpu/BUILD.gn
@@ -2,22 +2,18 @@
# 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") {
+component("gpu") {
sources = [
- "ozone_demo.cc",
+ "gpu_memory_buffer_factory_ozone_native_buffer.cc",
+ "gpu_memory_buffer_factory_ozone_native_buffer.h",
]
+ defines = [ "OZONE_GPU_IMPLEMENTATION" ]
+
deps = [
"//base",
- "//skia",
+ "//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
- "//ui/ozone",
]
}
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698