When enabling new profile management programmatically, make sure to set the
[chromium-blink-merge.git] / ui / ozone / ozone.gni
bloba777f59a8618a33ddee9a81b5279f6a755f9b513
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.
5 import("//build/config/ui.gni")
7 if (use_ozone) {
8   # Enable built-in ozone platforms if ozone is enabled.
9   ozone_platform_caca = false
10   ozone_platform_dri = true
11   ozone_platform_ozonex = false
12   ozone_platform_test = true
13 } else {
14   ozone_platform_caca = false
15   ozone_platform_dri = false
16   ozone_platform_ozonex = false
17   ozone_platform_test = false