| Index: ui/base/BUILD.gn
|
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
|
| index 90012e0c7c9fffe6184abadf91609ed2d675fc42..b226af1ee7bdb13b3b74460d6893436028ac655e 100644
|
| --- a/ui/base/BUILD.gn
|
| +++ b/ui/base/BUILD.gn
|
| @@ -226,8 +226,8 @@ component("ui_base") {
|
| "view_prop.cc",
|
| "view_prop.h",
|
| # TODO(tfarina): Uncomment these when http://crbug.com/367591 is fixed.
|
| - #"webui/jstemplate_builder.cc",
|
| - #"webui/jstemplate_builder.h",
|
| + "webui/jstemplate_builder.cc",
|
| + "webui/jstemplate_builder.h",
|
| #"webui/web_ui_util.cc",
|
| #"webui/web_ui_util.h",
|
| "win/accessibility_ids_win.h",
|
| @@ -286,6 +286,7 @@ component("ui_base") {
|
| "//third_party/icu",
|
| "//ui/base/strings",
|
| "//ui/resources",
|
| + "//ui/webui/resources",
|
| "//url",
|
| ]
|
|
|
|
|