| Index: components/html_viewer/BUILD.gn
|
| diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
|
| index f79713e9106e9eb9ddeba26f7dd176ef72bd2e46..080bd168b59cde18b23c212b11934a662dbd0533 100644
|
| --- a/components/html_viewer/BUILD.gn
|
| +++ b/components/html_viewer/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//mandoline/mandoline_application.gni")
|
| import("//testing/test.gni")
|
| import("//third_party/mojo/src/mojo/public/mojo.gni")
|
| import("//third_party/mojo/src/mojo/public/mojo_application.gni")
|
| @@ -201,13 +202,15 @@ if (is_android) {
|
| ]
|
| }
|
| } else {
|
| - mojo_native_application("html_viewer") {
|
| + mandoline_native_application("html_viewer") {
|
| sources = [
|
| "html_viewer.cc",
|
| ]
|
| deps = [
|
| ":lib",
|
| + "//ui/resources:ui_test_pak",
|
| ]
|
| + resources = [ "$root_out_dir/ui_test.pak" ]
|
| data_deps = [ "//mojo/services/network:network" ]
|
| }
|
| }
|
|
|