| Index: components/html_viewer/BUILD.gn
|
| diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
|
| index e6f55faec199c01ee1de0a6a1181db642dc6247c..5377e9f9f29aa37e4a8758e8db5ae217a594b2b1 100644
|
| --- a/components/html_viewer/BUILD.gn
|
| +++ b/components/html_viewer/BUILD.gn
|
| @@ -126,6 +126,7 @@ source_set("lib") {
|
| "//media/blink",
|
| "//media/mojo",
|
| "//mojo/application",
|
| + "//mojo/application/public/interfaces",
|
| "//mojo/cc",
|
| "//mojo/common",
|
| "//mojo/converters/surfaces",
|
| @@ -135,7 +136,6 @@ source_set("lib") {
|
| "//skia",
|
| "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
|
| "//third_party/mojo/src/mojo/public/cpp/utility",
|
| - "//third_party/mojo/src/mojo/public/interfaces/application",
|
| "//third_party/mojo_services/src/accessibility/public/interfaces",
|
| "//third_party/mojo_services/src/content_handler/public/interfaces",
|
| "//ui/mojo/events:interfaces",
|
|
|