mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
|
# Copyright 2020 The Chromium Authors
|
||
|
# 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
|
||
|
}
|