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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Created 4 years, 1 month 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 | cc/surfaces/DEPS » ('j') | cc/surfaces/deferred_gpu_command_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 3dbd0319bf18c0abb8e2bce3616d0c41bdad55b2..bef18a3afe8f64e9c63e162d69e15ffafe151a2f 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -17,6 +17,24 @@ source_set("surface_id") {
]
}
+source_set("context_provider") {
piman 2016/11/15 21:57:32 How about cc/output instead of cc/surfaces for the
Fady Samuel 2016/11/16 00:33:35 Done.
+ sources = [
+ "deferred_gpu_command_service.cc",
+ "deferred_gpu_command_service.h",
+ "in_process_context_provider.cc",
+ "in_process_context_provider.h",
+ ]
+
+ public_deps = [
+ "//cc",
+ "//gpu/command_buffer/client:gles2_c_lib",
+ "//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/ipc:gl_in_process_context",
+ "//gpu/ipc/client",
+ "//gpu/skia_bindings:skia_bindings",
+ ]
+}
+
component("surfaces") {
output_name = "cc_surfaces"
sources = [
« no previous file with comments | « no previous file | cc/surfaces/DEPS » ('j') | cc/surfaces/deferred_gpu_command_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698