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

Unified Diff: cc/ipc/compositor_frame.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/BUILD.gn ('k') | cc/ipc/compositor_frame_for_blink.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/compositor_frame.typemap
diff --git a/cc/ipc/compositor_frame.typemap b/cc/ipc/compositor_frame.typemap
index 5e23e637c3e2ca008f575a2d6c0f5961e3e83e77..8908d1502e0746e3a213d6e3be8cdbe7b0a98ca5 100644
--- a/cc/ipc/compositor_frame.typemap
+++ b/cc/ipc/compositor_frame.typemap
@@ -6,7 +6,7 @@ mojom = "//cc/ipc/compositor_frame.mojom"
public_headers = [ "//cc/output/compositor_frame.h" ]
traits_headers = [ "//cc/ipc/compositor_frame_struct_traits.h" ]
sources = [
- "//cc/ipc:struct_traits",
+ "compositor_frame_struct_traits.cc",
]
deps = [
"//cc",
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/compositor_frame_for_blink.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698