| Index: mojo/runner/test/BUILD.gn
|
| diff --git a/mojo/runner/test/BUILD.gn b/mojo/runner/test/BUILD.gn
|
| index 310dfa9b9600aa14956a48eabaaf078bdd5ff92e..bd94a9decb2c411aa507ad016bc16bfe20995c22 100644
|
| --- a/mojo/runner/test/BUILD.gn
|
| +++ b/mojo/runner/test/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//mojo/public/mojo_application.gni")
|
| -import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
| +import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("bindings") {
|
| sources = [
|
| @@ -23,6 +23,6 @@ mojo_native_application("pingable_app") {
|
| deps = [
|
| ":bindings",
|
| "//mojo/application/public/cpp",
|
| - "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
|
| + "//mojo/public/cpp/bindings:callback",
|
| ]
|
| }
|
|
|