| Index: components/supervised_user_error_page/BUILD.gn
|
| diff --git a/chrome/child/BUILD.gn b/components/supervised_user_error_page/BUILD.gn
|
| similarity index 52%
|
| copy from chrome/child/BUILD.gn
|
| copy to components/supervised_user_error_page/BUILD.gn
|
| index 1b268f18b2ea6c814f23cea3133a02544453e6b5..913a189518fda384db082075d8355e44e6566e1e 100644
|
| --- a/chrome/child/BUILD.gn
|
| +++ b/components/supervised_user_error_page/BUILD.gn
|
| @@ -2,16 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("child") {
|
| +source_set("supervised_user_error_page") {
|
| sources = [
|
| - "pdf_child_init.cc",
|
| - "pdf_child_init.h",
|
| + "supervised_user_error_page.cc",
|
| + "supervised_user_error_page.h",
|
| ]
|
|
|
| - configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| -
|
| deps = [
|
| "//base",
|
| - "//content/public/child",
|
| + "//components/resources",
|
| + "//components/strings",
|
| + "//ui/base",
|
| ]
|
| }
|
|
|