| Index: Source/web/BUILD.gn
|
| diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
|
| index 70c966f41c3760907ddd06e85eaafb55cab6785e..346c3b158c390fbd2dea2bbc1e4f40131001df38 100644
|
| --- a/Source/web/BUILD.gn
|
| +++ b/Source/web/BUILD.gn
|
| @@ -90,9 +90,7 @@ test("webkit_unit_tests") {
|
|
|
| sources = [ "tests/RunAllTests.cpp" ]
|
|
|
| - if (is_component_build) {
|
| - defines = [ "BLINK_DLL_UNITTEST" ]
|
| - } else {
|
| + if (!is_component_build) {
|
| deps += [ "//third_party/WebKit/Source/core" ]
|
|
|
| configs += [ "//third_party/WebKit/Source:inside_blink" ]
|
|
|