diff options
Diffstat (limited to 'chromium/ui/ozone/ozone_extra.gni')
-rw-r--r-- | chromium/ui/ozone/ozone_extra.gni | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chromium/ui/ozone/ozone_extra.gni b/chromium/ui/ozone/ozone_extra.gni deleted file mode 100644 index c46a90b8468..00000000000 --- a/chromium/ui/ozone/ozone_extra.gni +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2016 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# This list contains the name of external platforms that are passed to the -# --ozone-platform command line argument or used for the ozone_platform build -# config. For example ozone_external_platforms = [ "foo1", "foo2", ... ] -ozone_external_platforms = [] - -# This list contains dependencies for external platforms. Typically, the Ozone -# implementations are placed into ui/ozone/platform/ and so this will look -# something like: -# ozone_external_platform_deps = [ "platform/foo1", "platform/foo_2", ... ] -ozone_external_platform_deps = [] - -# If a platform has unit tests, the corresponding source_set can be listed here -# so that they get included into ozone_unittests. -# ozone_external_platform_test_deps = [ "platform/foo1:foo1_unitests", ... ] -ozone_external_platform_test_deps = [] |