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

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: 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 | « no previous file | mojo/cc/context_provider_mojo.h » ('j') | no next file with comments »
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..7fbe9ffee1ccc54cd779e3f38ca18b1adc0baa10 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/cc/BUILD.gn
@@ -9,12 +9,17 @@ source_set("cc") {
deps = [
"//base",
"//cc",
+ "//cc/surfaces",
"//skia",
"//gpu/command_buffer/client:gles2_implementation",
+ "//mojo/services/public/cpp/surfaces",
+ "//mojo/services/public/interfaces/surfaces",
] + mojo_gles2_for_shared_library
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698