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

Unified Diff: gpu/ipc/service/BUILD.gn

Issue 2289553002: gpu: Introduce GpuInit. (Closed)
Patch Set: . Created 4 years, 3 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 | « gpu/config/gpu_switches.cc ('k') | gpu/ipc/service/gpu_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 7ba5b813aa5f92b1b334bc53e93fe7d36dbd684c..b1c9fc797be88337db012885a349768a771594a6 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -36,6 +36,9 @@ target(link_target_type, "ipc_service_sources") {
"gpu_command_buffer_stub.cc",
"gpu_command_buffer_stub.h",
"gpu_config.h",
+ "gpu_init.cc",
+ "gpu_init.h",
+ "gpu_init_delegate.h",
"gpu_memory_buffer_factory.cc",
"gpu_memory_buffer_factory.h",
"gpu_memory_manager.cc",
@@ -61,6 +64,7 @@ target(link_target_type, "ipc_service_sources") {
"//url",
]
deps = [
+ "//base/third_party/dynamic_annotations",
"//gpu/command_buffer/common:common_sources",
"//gpu/command_buffer/service:service_sources",
"//gpu/config:config_sources",
« no previous file with comments | « gpu/config/gpu_switches.cc ('k') | gpu/ipc/service/gpu_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698