| Index: components/geolocation/public/interfaces/BUILD.gn
|
| diff --git a/components/web_view/test_runner/public/interfaces/BUILD.gn b/components/geolocation/public/interfaces/BUILD.gn
|
| similarity index 84%
|
| copy from components/web_view/test_runner/public/interfaces/BUILD.gn
|
| copy to components/geolocation/public/interfaces/BUILD.gn
|
| index 8ad106f21901b7956b08526f64e959e60bfc3ca4..906b4f369150b8d9212df5dcc01c4f316f87742f 100644
|
| --- a/components/web_view/test_runner/public/interfaces/BUILD.gn
|
| +++ b/components/geolocation/public/interfaces/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "layout_test_runner.mojom",
|
| + "geolocation.mojom",
|
| + "geoposition.mojom",
|
| ]
|
| }
|
|
|