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

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

Issue 2322123002: 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..b7f3e6cc9f488cfdfe3678c1e028312834a27f81 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -36,6 +36,8 @@ 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_memory_buffer_factory.cc",
"gpu_memory_buffer_factory.h",
"gpu_memory_manager.cc",
@@ -47,6 +49,8 @@ target(link_target_type, "ipc_service_sources") {
"image_transport_surface.h",
"pass_through_image_transport_surface.cc",
"pass_through_image_transport_surface.h",
+ "switches.cc",
+ "switches.h",
]
configs += [ "//gpu:gpu_implementation" ]
public_deps = [
@@ -61,6 +65,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