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

Unified Diff: mojo/mojo.gyp

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fixes Created 6 years, 4 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 | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index acd8409151bc36329ded4c85579a1c1cc461ab3b..85b451043dc319e457820b40f742a9c7a2138b06 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -373,13 +373,22 @@
'dependencies': [
'../base/base.gyp:base',
'../cc/cc.gyp:cc',
+ '../cc/cc.gyp:cc_surfaces',
'../skia/skia.gyp:skia',
'../gpu/gpu.gyp:gles2_implementation',
+ 'mojo_geometry_lib',
+ 'mojo_surfaces_bindings',
+ 'mojo_surfaces_lib',
'<(mojo_gles2_for_loadable_module)',
],
+ 'export_dependent_settings': [
+ 'mojo_surfaces_bindings',
+ ],
'sources': [
'cc/context_provider_mojo.cc',
'cc/context_provider_mojo.h',
+ 'cc/output_surface_mojo.cc',
+ 'cc/output_surface_mojo.h',
],
},
],
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698