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

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

Issue 2460853002: Add Ozone configuration to facilitate management of external platforms (Closed)
Patch Set: Created 4 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') | 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 2016 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 # This list contains the name of external platforms that are passed to the
6 # --ozone-platform command line argument or used for the ozone_platform build
7 # config. For example ozone_external_platforms = [ "foo1", "foo2", ... ]
8 ozone_external_platforms = []
9
10 # This list contains dependencies for your external platforms. Typically, the
11 # Ozone implementations are placed into ui/ozone/platform/ and so this will
12 # look something like:
13 # ozone_external_platform_deps = [ "platform/foo1", "platform/foo_2", ... ]
14 ozone_external_platform_deps = []
15
16 # If your platform has unit tests, you can list the corresponding source_set
tonikitoo 2016/10/31 02:51:02 I would write it in 3rd person: "if a platform ha
17 # here so that they get included into ozone_unittests.
18 # ozone_external_platform_test_deps = [ "platform/foo1:foo1_unitests", ... ]
19 ozone_external_platform_test_deps = []
OLDNEW
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698