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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 group("demo") { 5 component("gpu") {
6 deps = [ 6 sources = [
7 ":ozone_demo", 7 "gpu_memory_buffer_factory_ozone_native_buffer.cc",
8 "gpu_memory_buffer_factory_ozone_native_buffer.h",
8 ] 9 ]
9 }
10 10
11 executable("ozone_demo") { 11 defines = [ "OZONE_GPU_IMPLEMENTATION" ]
12 sources = [
13 "ozone_demo.cc",
14 ]
15 12
16 deps = [ 13 deps = [
17 "//base", 14 "//base",
18 "//skia", 15 "//ui/gfx",
19 "//ui/gfx/geometry", 16 "//ui/gfx/geometry",
20 "//ui/gl", 17 "//ui/gl",
21 "//ui/ozone",
22 ] 18 ]
23 } 19 }
OLDNEW
« 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