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

Side by Side Diff: ui/ozone/ozone.gni

Issue 285103002: Add GN build for parts of gpu and ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« ui/gfx/BUILD.gn ('K') | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//build/config/ui.gni")
6
7 if (use_ozone) {
8 # This is the default platform.
9 # TODO(GYP) presumably this needs to be settable, it's not clear to me how
10 # this is used.
11 ozone_platform = "test"
spang 2014/05/14 19:56:17 It gets passed to generate_ozone_platform_list.py
12
13 # Enable built-in ozone platforms if ozone is enabled.
14 ozone_platform_caca = false
15 ozone_platform_dri = true
16 ozone_platform_ozonex = false
17 ozone_platform_test = true
18 } else {
19 ozone_platform_caca = false
20 ozone_platform_dri = false
21 ozone_platform_ozonex = false
22 ozone_platform_test = false
23 }
OLDNEW
« ui/gfx/BUILD.gn ('K') | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698