8 lines
366 B
Text
8 lines
366 B
Text
# 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.
|
|
|
|
import("//chromium/build/toolchain/concurrent_links.gni")
|
|
|
|
# Log lines for gn_logs.txt that originate from within //build.
|
|
build_gn_logs = [ "#### get_concurrent_links.py ####" ] + concurrent_links_logs
|