| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index b9c8ddcbc2bb9616562fe1f5f42f0ec676ef432d..3c909d6542b19373553b3ce23304fa32b40e3cef 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1560,6 +1560,7 @@ component("platform") {
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/bindings:wtf_support",
|
| "//third_party/WebKit/Source/platform/heap",
|
| + "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
|
| "//third_party/ced",
|
| "//third_party/harfbuzz-ng",
|
| "//third_party/icu",
|
| @@ -2083,6 +2084,7 @@ source_set("unit_tests") {
|
|
|
| deps = [
|
| ":test_support",
|
| + "//cc/surfaces:surface_id",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|