| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 8b26fa3b01c24f0d0e278ce456eb9822983fc811..9015cd53203227764e48f335b5431ec01d3eac23 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -234,7 +234,7 @@ component("core") {
|
| }
|
| }
|
|
|
| -source_set("testing") {
|
| +blink_unit_test_source_set("testing") {
|
| configs += [
|
| ":blink_core_pch",
|
| "//third_party/WebKit/Source:config",
|
| @@ -1174,7 +1174,7 @@ fuzzer_test("text_resource_decoder_fuzzer") {
|
| ]
|
| }
|
|
|
| -source_set("unit_tests") {
|
| +blink_unit_test_source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| "animation/AnimationClockTest.cpp",
|
| @@ -1566,6 +1566,7 @@ source_set("unit_tests") {
|
| "xml/parser/SharedBufferReaderTest.cpp",
|
| ]
|
|
|
| +
|
| configs += [
|
| ":blink_core_pch",
|
| "//third_party/WebKit/Source:config",
|
| @@ -1576,7 +1577,7 @@ source_set("unit_tests") {
|
| ":core",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/WebKit/Source/core/editing:unit_tests",
|
| + "//third_party/WebKit/Source/core/editing:editing_unit_tests",
|
| ]
|
|
|
| # FIXME: Enable mojo unittests on Android after fixing data dependency.
|
|
|