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

Unified Diff: mojo/cc/BUILD.gn

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | mojo/cc/context_provider_mojo.h » ('j') | mojo/cc/output_surface_mojo.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/cc/BUILD.gn
diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn
index 66ebae62e7007d92a871c4648715a2a83badb761..796ebc6d594ace7464b3bc48026c313d5f8feeaf 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/cc/BUILD.gn
@@ -9,6 +9,7 @@ source_set("cc") {
deps = [
"//base",
"//cc",
+ "//cc/surfaces",
"//skia",
"//gpu/command_buffer/client:gles2_implementation",
] + mojo_gles2_for_shared_library
@@ -16,5 +17,7 @@ source_set("cc") {
sources = [
"context_provider_mojo.cc",
"context_provider_mojo.h",
+ "output_surface_mojo.cc",
+ "output_surface_mojo.h",
]
}
« no previous file with comments | « no previous file | mojo/cc/context_provider_mojo.h » ('j') | mojo/cc/output_surface_mojo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698