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

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
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 7ba5b813aa5f92b1b334bc53e93fe7d36dbd684c..d429e1f24a3a9c4521981f2a94d6f2058e4d7b6d 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -36,17 +36,23 @@ 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",
"gpu_memory_manager.h",
"gpu_memory_tracking.cc",
"gpu_memory_tracking.h",
+
+ # "gpu_sandbox_helper.h",
"gpu_watchdog_thread.cc",
"gpu_watchdog_thread.h",
"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 +67,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",

Powered by Google App Engine
This is Rietveld 408576698