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

Unified Diff: mojo/cc/BUILD.gn

Issue 640023004: cc: Make OutputSurface::SwapBuffers pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@latinfo
Patch Set: rebase, comment, removed unused includes Created 6 years, 2 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 | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | mojo/cc/DEPS » ('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 4f67ec69ea20196017c93f6e3d78fe1d3f033ecc..1a78c01090026fa4b9b3d6c3bd68aaf52f0966d5 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/cc/BUILD.gn
@@ -18,6 +18,8 @@ source_set("cc") {
sources = [
"context_provider_mojo.cc",
"context_provider_mojo.h",
+ "direct_output_surface.cc",
+ "direct_output_surface.h",
"output_surface_mojo.cc",
"output_surface_mojo.h",
]
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | mojo/cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698