| Index: mojo/services/native_viewport/interfaces/BUILD.gn
|
| diff --git a/mojo/services/native_viewport/public/interfaces/BUILD.gn b/mojo/services/native_viewport/interfaces/BUILD.gn
|
| similarity index 60%
|
| rename from mojo/services/native_viewport/public/interfaces/BUILD.gn
|
| rename to mojo/services/native_viewport/interfaces/BUILD.gn
|
| index 86ff870e7e6e9cd2012cf485b0d11095d79e474d..638a7ae321addc14cc42f088c70338df9e0be0b0 100644
|
| --- a/mojo/services/native_viewport/public/interfaces/BUILD.gn
|
| +++ b/mojo/services/native_viewport/interfaces/BUILD.gn
|
| @@ -10,12 +10,12 @@ mojom("interfaces") {
|
| "native_viewport.mojom",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../../", "abspath") ]
|
| + import_dirs = [ get_path_info("../../", "abspath") ]
|
|
|
| public_deps = [
|
| - "../../../geometry/public/interfaces",
|
| - "../../../gpu/public/interfaces",
|
| - "../../../input_events/public/interfaces",
|
| - "../../../surfaces/public/interfaces:surface_id",
|
| + "../../geometry/interfaces",
|
| + "../../gpu/interfaces",
|
| + "../../input_events/interfaces",
|
| + "../../surfaces/public/interfaces:surface_id",
|
| ]
|
| }
|
|
|