| Index: components/html_viewer/BUILD.gn
|
| diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
|
| index 5f4a08a7afe2ab9e610e097cbd4413137de98a9c..e8eca4e4310f782b2bc24adc0790b12d3ed593a1 100644
|
| --- a/components/html_viewer/BUILD.gn
|
| +++ b/components/html_viewer/BUILD.gn
|
| @@ -63,8 +63,6 @@ source_set("lib") {
|
| "blink_basic_type_converters.h",
|
| "blink_find_type_converters.cc",
|
| "blink_find_type_converters.h",
|
| - "blink_input_events_type_converters.cc",
|
| - "blink_input_events_type_converters.h",
|
| "blink_platform_impl.cc",
|
| "blink_platform_impl.h",
|
| "blink_resource_constants.h",
|
| @@ -177,6 +175,7 @@ source_set("lib") {
|
| "//mojo/application/public/cpp",
|
| "//mojo/application/public/interfaces",
|
| "//mojo/common",
|
| + "//mojo/converters/blink",
|
| "//mojo/converters/surfaces",
|
| "//mojo/gles2:headers",
|
| "//mojo/gpu:mojo_gles2_implementation",
|
|
|