| Index: gpu/blink/BUILD.gn
|
| diff --git a/gpu/blink/BUILD.gn b/gpu/blink/BUILD.gn
|
| index 3d0e77aa05722e855cd063516e3784b86492c471..464061ce373d76e8adc5b6d27b7ac3c80e31076a 100644
|
| --- a/gpu/blink/BUILD.gn
|
| +++ b/gpu/blink/BUILD.gn
|
| @@ -10,6 +10,8 @@ component("blink") {
|
| "gpu_blink_export.h",
|
| "webgraphicscontext3d_impl.cc",
|
| "webgraphicscontext3d_impl.h",
|
| + "webgraphicscontext3d_in_process_command_buffer_impl.cc",
|
| + "webgraphicscontext3d_in_process_command_buffer_impl.h",
|
| ]
|
|
|
| defines = [ "GPU_BLINK_IMPLEMENTATION" ]
|
|
|