Add generated and hand-written passthrough command handlers with stub Doers.
Use the build_gles2_cmd_buffer.py script to generate as many handlers as
possible and hand-write the rest.
BUG=602688
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2012533004
Cr-Commit-Position: refs/heads/master@{#397725}
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index 060e9b71..41da83d 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -63,6 +63,10 @@
"gles2_cmd_decoder_autogen.h",
"gles2_cmd_decoder_passthrough.cc",
"gles2_cmd_decoder_passthrough.h",
+ "gles2_cmd_decoder_passthrough_doer_prototypes.h",
+ "gles2_cmd_decoder_passthrough_doers.cc",
+ "gles2_cmd_decoder_passthrough_handlers.cc",
+ "gles2_cmd_decoder_passthrough_handlers_autogen.cc",
"gles2_cmd_validation.cc",
"gles2_cmd_validation.h",
"gles2_cmd_validation_autogen.h",