| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 4537bff3efe333e871a55b88af944c9fc91aed13..f35d74ca326ad730337db598a75de995067372fe 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//build/config/linux/sysroot.gni")
|
| +import("//build/config/sysroot.gni")
|
|
|
| # Base compiler configuration.
|
| config("compiler") {
|
|
|