summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/build/toolchain/kythe.gni
blob: 7486a4f15b99fbf0d1d9ac6cd97c0abb8d91b9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2020 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 file defines configuration for Kythe, an indexer and cross-referencer
# that powers codesearch.

declare_args() {
  # Enables Kythe annotations necessary to build cross references.
  enable_kythe_annotations = false
}