xref: /aosp_15_r20/external/openscreen/platform/impl/DEPS (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1# Copyright 2019 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
5include_rules = [
6    '+platform',
7    '+json',
8
9    # BoringSSL includes
10    '+openssl',
11
12    # See below
13    '-logging_test.h'
14]
15
16specific_include_rules = {
17    'logging_(unittest|posix).cc': [
18        '+logging_test.h',
19    ],
20}
21
22