| Index: components/ssl_errors/BUILD.gn
|
| diff --git a/components/data_use_measurement/core/BUILD.gn b/components/ssl_errors/BUILD.gn
|
| similarity index 59%
|
| copy from components/data_use_measurement/core/BUILD.gn
|
| copy to components/ssl_errors/BUILD.gn
|
| index c9de08dac0089a8a1077e94203fcbbf02a161c4d..fc3da1526b2e4e415bccf91b3853605c0104ad4a 100644
|
| --- a/components/data_use_measurement/core/BUILD.gn
|
| +++ b/components/ssl_errors/BUILD.gn
|
| @@ -2,13 +2,17 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("core") {
|
| +# GYP version: components/ssl_errors.gyp
|
| +source_set("ssl_errors") {
|
| sources = [
|
| - "data_use_user_data.cc",
|
| - "data_use_user_data.h",
|
| + "error_info.cc",
|
| + "error_info.h",
|
| ]
|
| +
|
| deps = [
|
| "//base",
|
| + "//components/strings",
|
| "//net",
|
| + "//ui/base",
|
| ]
|
| }
|
|
|