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