Chromium Code Reviews| Index: build/config/linux/pkg_config.gni |
| diff --git a/build/config/linux/pkg_config.gni b/build/config/linux/pkg_config.gni |
| index 3c26d52b17795450ec0617a703f0f084faca5360..cc1f3886ec9fba3a5f5678479b539e4247611de9 100644 |
| --- a/build/config/linux/pkg_config.gni |
| +++ b/build/config/linux/pkg_config.gni |
| @@ -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("sysroot.gni") |
| +import("../sysroot.gni") |
|
brettw
2014/01/08 18:43:44
Can you do a full path here? I've recently started
bbudge
2014/01/08 20:22:55
Done.
|
| # Defines a config specifying the result of running pkg-config for the given |
| # packages. Put the package names you want to query in the "packages" variable |