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

Unified Diff: cc/ipc/transferable_resource.typemap

Issue 2693043007: Remove //cc/ipc:struct_traits (Closed)
Patch Set: c Created 3 years, 10 months 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
« no previous file with comments | « cc/ipc/texture_mailbox.typemap ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/transferable_resource.typemap
diff --git a/cc/ipc/transferable_resource.typemap b/cc/ipc/transferable_resource.typemap
index 4a0b051d5c7b19c609cd98750fbbc02581609a4e..8bb550f08daf549b6a98518f8acf85ccf0bb6816 100644
--- a/cc/ipc/transferable_resource.typemap
+++ b/cc/ipc/transferable_resource.typemap
@@ -6,6 +6,6 @@ mojom = "//cc/ipc/transferable_resource.mojom"
public_headers = [ "//cc/resources/transferable_resource.h" ]
traits_headers = [ "//cc/ipc/transferable_resource_struct_traits.h" ]
sources = [
- "//cc/ipc:struct_traits",
+ "transferable_resource_struct_traits.cc",
]
type_mappings = [ "cc.mojom.TransferableResource=cc::TransferableResource" ]
« no previous file with comments | « cc/ipc/texture_mailbox.typemap ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698