| Index: third_party/WebKit/Source/core/style/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/style/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
|
| deleted file mode 100644
|
| index 7ab04775d02d5883eabbf22987bc6f94fb8672a9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/style/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -# Copyright 2016 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.
|
| -
|
| -import("//third_party/WebKit/Source/core/core.gni")
|
| -
|
| -target(core_link_small_target_type, "svg") {
|
| - visibility = [ "//third_party/WebKit/Source/core/*" ]
|
| -
|
| - sources = [
|
| - "SVGComputedStyle.cpp",
|
| - "SVGComputedStyleDefs.cpp",
|
| - ]
|
| -
|
| - configs -= core_config_remove
|
| - configs += core_config_add
|
| - configs += [
|
| - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - "//build/config/compiler:no_size_t_to_int_warning",
|
| - ]
|
| -
|
| - deps = [
|
| - "//third_party/WebKit/Source/core:prerequisites",
|
| - ]
|
| -}
|
|
|