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

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

Issue 2480373002: Refactor context creation parameters into a struct. (Closed)
Patch Set: address piman's comments 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/command_buffer/service/BUILD.gn
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index 8b56681f6c00160df67375065a7dcb69e1138b56..04f79d9e0a577ef73806ef0f61428f61ed273831 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -123,6 +123,8 @@ target(link_target_type, "service_sources") {
"renderbuffer_manager.h",
"sampler_manager.cc",
"sampler_manager.h",
+ "service_utils.cc",
+ "service_utils.h",
"shader_manager.cc",
"shader_manager.h",
"shader_translator.cc",

Powered by Google App Engine
This is Rietveld 408576698