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

Unified Diff: cc/ipc/copy_output_result.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/copy_output_request.typemap ('k') | cc/ipc/filter_operation.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/copy_output_result.typemap
diff --git a/cc/ipc/copy_output_result.typemap b/cc/ipc/copy_output_result.typemap
index 25c129fb729883858bf1f101ec39a117a808e5be..1d75c425db2489a7b94cb1c68c888b852faa7198 100644
--- a/cc/ipc/copy_output_result.typemap
+++ b/cc/ipc/copy_output_result.typemap
@@ -10,6 +10,6 @@ public_deps = [
"//skia/public/interfaces:struct_traits",
]
sources = [
- "//cc/ipc:struct_traits",
+ "copy_output_result_struct_traits.cc",
]
type_mappings = [ "cc.mojom.CopyOutputResult=std::unique_ptr<cc::CopyOutputResult>[move_only]" ]
« no previous file with comments | « cc/ipc/copy_output_request.typemap ('k') | cc/ipc/filter_operation.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698