| Index: components/discardable_memory/public/interfaces/BUILD.gn
|
| diff --git a/ui/ozone/public/interfaces/BUILD.gn b/components/discardable_memory/public/interfaces/BUILD.gn
|
| similarity index 65%
|
| copy from ui/ozone/public/interfaces/BUILD.gn
|
| copy to components/discardable_memory/public/interfaces/BUILD.gn
|
| index 37828491d3a6f429f36003bcfe59cc8c855ca0f7..7512e0a5a5cb9603cdb76cda07c1cb24176cd1fc 100644
|
| --- a/ui/ozone/public/interfaces/BUILD.gn
|
| +++ b/components/discardable_memory/public/interfaces/BUILD.gn
|
| @@ -3,21 +3,15 @@
|
| # found in the LICENSE file.
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
| +import("//testing/test.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "device_cursor.mojom",
|
| + "discardable_memory.mojom",
|
| ]
|
|
|
| import_dirs = [
|
| get_path_info("../../../..", "abspath"),
|
| "//mojo/services",
|
| ]
|
| -
|
| - public_deps = [
|
| - "//skia/public/interfaces:interfaces",
|
| - "//skia/public/interfaces:mojo",
|
| - "//ui/gfx/geometry/mojo",
|
| - "//ui/gfx/mojo",
|
| - ]
|
| }
|
|
|