Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: third_party/WebKit/Source/core/observer/BUILD.gn

Issue 2301383003: Move more of webcore_remaining into GN build files. (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/BUILD.gn ('k') | third_party/WebKit/Source/core/style/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/BUILD.gn ('k') | third_party/WebKit/Source/core/style/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698