| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 5d7c9f431a94e233e6e5d40ab607a7761567d7bd..851759ca2d42cb50d445d3d843080ccb2c238ad3 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -2,16 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# This config is applied to targets that depend on libvpx.
|
| -config("libvpx_external_config") {
|
| - include_dirs = [
|
| - "//third_party/libvpx_new/source/libvpx",
|
| - ]
|
| -}
|
| -
|
| static_library("libvpx") {
|
| deps = [
|
| "//third_party/libvpx_new",
|
| ]
|
| - public_configs = [ ":libvpx_external_config" ]
|
| + include_dirs = [
|
| + "//third_party/libvpx_new/source/libvpx",
|
| + ]
|
| }
|
|
|