Index: third_party/WebKit/Source/core/observer/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/observer/BUILD.gn b/third_party/WebKit/Source/core/observer/BUILD.gn |
index 5d6acd81bcb8768641d112f4ef3372444d8770ed..cdaef4e91934e53435db1385c68cb056cf5df683 100644 |
--- a/third_party/WebKit/Source/core/observer/BUILD.gn |
+++ b/third_party/WebKit/Source/core/observer/BUILD.gn |
@@ -4,9 +4,7 @@ |
import("//third_party/WebKit/Source/core/core.gni") |
-target(core_link_small_target_type, "observer") { |
- visibility = [ "//third_party/WebKit/Source/core/*" ] |
- |
+blink_core_sources("observer") { |
sources = [ |
"ResizeObservation.cpp", |
"ResizeObservation.h", |
@@ -19,14 +17,8 @@ target(core_link_small_target_type, "observer") { |
"ResizeObserverEntry.h", |
] |
- 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", |
- ] |
} |