kythe.gni 388 B

1234567891011
  1. # Copyright 2020 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. # This file defines configuration for Kythe, an indexer and cross-referencer
  5. # that powers codesearch.
  6. declare_args() {
  7. # Enables Kythe annotations necessary to build cross references.
  8. enable_kythe_annotations = false
  9. }