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