| Index: gpu/blink/BUILD.gn
|
| diff --git a/gpu/blink/BUILD.gn b/gpu/blink/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0788bdc065e81e17efaa8c4fe2cf938097a7553a
|
| --- /dev/null
|
| +++ b/gpu/blink/BUILD.gn
|
| @@ -0,0 +1,25 @@
|
| +# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +# GYP version: //gpu/blink/gpu_blink.gyp:gpu_blink
|
| +component("blink") {
|
| + output_name = "gpu_blink"
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//gpu",
|
| + "//gpu/command_buffer/client:gles2_implementation",
|
| + "//gpu/command_buffer/client:gles2_c_lib",
|
| + "//gpu/skia_bindings",
|
| + "//third_party/WebKit/public:blink",
|
| + ]
|
| +
|
| + defines = [ "GPU_BLINK_IMPLEMENTATION" ]
|
| +
|
| + sources = [
|
| + "gpu_blink_export.h",
|
| + "webgraphicscontext3d_impl.cc",
|
| + "webgraphicscontext3d_impl.h",
|
| + ]
|
| +}
|
|
|