Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: components/discardable_memory/public/interfaces/BUILD.gn

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Update Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
- ]
}

Powered by Google App Engine
This is Rietveld 408576698