| Index: third_party/WebKit/Source/wtf/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
|
| index fd3b2926171fd4e8ff339714dbc8179faee4987f..90d6caf1df8720e519ec6b34c7dbec9bb861dea9 100644
|
| --- a/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -122,7 +122,6 @@ test("wtf_unittests") {
|
| configs += [ "//third_party/WebKit/Source:config" ]
|
|
|
| deps = [
|
| - ":test_support",
|
| ":wtf",
|
| "//base",
|
| "//base/test:test_support",
|
| @@ -130,22 +129,3 @@ test("wtf_unittests") {
|
| "//testing/gtest",
|
| ]
|
| }
|
| -
|
| -component("test_support") {
|
| - output_name = "wtf_test_support"
|
| - sources = gypi_values.wtf_unittest_helper_files
|
| - defines = [ "WTF_UNITTEST_HELPERS_IMPLEMENTATION=1" ]
|
| -
|
| - configs += [
|
| - ":wtf_config",
|
| -
|
| - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - "//build/config/compiler:no_size_t_to_int_warning",
|
| - "//third_party/WebKit/Source:config",
|
| - "//third_party/WebKit/Source:non_test_config",
|
| - ]
|
| -
|
| - deps = [
|
| - ":wtf",
|
| - ]
|
| -}
|
|
|