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

Unified Diff: gpu/ipc/BUILD.gn

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview 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
Index: gpu/ipc/BUILD.gn
diff --git a/gpu/ipc/BUILD.gn b/gpu/ipc/BUILD.gn
index a30ffdcfa984ac1581501320e077c35be56ac4ec..5c03cf515ff20781fd818fd5a5459e6391b377dd 100644
--- a/gpu/ipc/BUILD.gn
+++ b/gpu/ipc/BUILD.gn
@@ -19,6 +19,8 @@ group("command_buffer") {
source_set("command_buffer_sources") {
visibility = [ "//gpu/*" ]
sources = [
+ "gpu_in_process_thread_service.cc",
+ "gpu_in_process_thread_service.h",
"in_process_command_buffer.cc",
"in_process_command_buffer.h",
]
@@ -31,6 +33,8 @@ source_set("command_buffer_sources") {
"//gpu/command_buffer/common:common_sources",
"//gpu/command_buffer/service:service_sources",
"//gpu/config:config_sources",
+ "//gpu/ipc/client:ipc_client_sources",
+ "//gpu/ipc/service:ipc_service_sources",
"//ui/gfx",
"//ui/gl",
"//ui/gl/init",
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac_unittest.mm ('k') | gpu/ipc/client/gpu_in_process_context_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698