| Index: components/html_viewer/BUILD.gn
|
| diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
|
| index dc5b2288b87a3e6519ba2b42da9b1b313ecdf319..545d0059e62d52a612ee72e04f1213d6e8f6954e 100644
|
| --- a/components/html_viewer/BUILD.gn
|
| +++ b/components/html_viewer/BUILD.gn
|
| @@ -189,7 +189,7 @@ source_set("lib") {
|
| "//mojo/services/tracing/public/interfaces",
|
| "//net",
|
| "//skia",
|
| - "//third_party/mojo/src/mojo/public/cpp/environment:environment",
|
| + "//mojo/public/cpp/environment:environment",
|
| "//third_party/mojo_services/src/accessibility/public/interfaces",
|
| "//third_party/WebKit/public:image_resources",
|
| "//third_party/WebKit/public:resources",
|
| @@ -211,7 +211,7 @@ source_set("lib") {
|
| public_deps = [
|
| "//components/mus/public/cpp",
|
| "//third_party/WebKit/public:blink",
|
| - "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| + "//mojo/public/cpp/bindings",
|
| ]
|
|
|
| if (is_win) {
|
| @@ -275,7 +275,7 @@ mojo_native_application("layout_test_html_viewer") {
|
| "//mojo/application/public/cpp:sources",
|
| "//third_party/WebKit/public:blink",
|
| "//third_party/WebKit/public:test_support",
|
| - "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
|
| + "//mojo/public/c/system:for_shared_library",
|
| "//ui/base",
|
| "//url",
|
| ]
|
| @@ -372,7 +372,7 @@ mojo_native_application("apptests") {
|
| "//net:test_support",
|
| "//testing/gtest",
|
| "//third_party/mojo_services/src/accessibility/public/interfaces",
|
| - "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
|
| + "//mojo/public/c/system:for_shared_library",
|
| ]
|
|
|
| data_deps = [
|
|
|