blob: 6913888dd6bce25482648e8eed1679efde63e496 [file] [log] [blame]
# Copyright 2019 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.
import("//build/config/gclient_args.gni")
declare_args() {
# Google Benchmark is not checked out by default, because it is only used by
# a few specialized benchmarks that most developers do not interact with.
enable_google_benchmarks = checkout_google_benchmark
}