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

Unified Diff: cc/ipc/cc_ipc.gyp

Issue 2043833002: Add SurfaceSequence mojom file to cc/ipc and edit corresponding GYP file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change based on fsamuel's feedback Created 4 years, 6 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
Index: cc/ipc/cc_ipc.gyp
diff --git a/cc/ipc/cc_ipc.gyp b/cc/ipc/cc_ipc.gyp
index 9a7645d1e8ca6bea4e4fedb45a76dd29dc09846f..08c2cef444429fcaf75aa73398dc80b2511e4129 100644
--- a/cc/ipc/cc_ipc.gyp
+++ b/cc/ipc/cc_ipc.gyp
@@ -34,5 +34,25 @@
'cc_param_traits_macros.h',
],
},
+ {
+ # GN version: //cc/ipc:interfaces
+ # TODO: Add begin_frame_args, render_pass_id, returned_resources and
+ # transferable_resource .mojom and .typemap files here so that this target
+ # is consistent with that in GN build.
+ 'target_name': 'interfaces',
+ 'type': 'none',
+ 'variables': {
+# 'for_blink': 'true',
ajuma 2016/06/07 19:16:15 Should this line be un-commented (do you need this
xlai (Olivia) 2016/06/07 20:45:22 Just now I did an experiment locally by trying to
+ 'mojom_files': [
+ 'surface_id.mojom',
+ 'surface_sequence.mojom',
+ ],
+ 'mojom_typemaps': [
+ 'surface_id.typemap',
+ 'surface_sequence.typemap',
+ ],
+ },
+ 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
+ },
],
}
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/struct_traits_unittest.cc » ('j') | cc/ipc/surface_sequence.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698