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

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

Issue 2299143005: Inline core HTML and SVG sources in the GN build. (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/svg/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/style/BUILD.gn
diff --git a/third_party/WebKit/Source/core/observer/BUILD.gn b/third_party/WebKit/Source/core/style/BUILD.gn
similarity index 64%
copy from third_party/WebKit/Source/core/observer/BUILD.gn
copy to third_party/WebKit/Source/core/style/BUILD.gn
index 5d6acd81bcb8768641d112f4ef3372444d8770ed..7ab04775d02d5883eabbf22987bc6f94fb8672a9 100644
--- a/third_party/WebKit/Source/core/observer/BUILD.gn
+++ b/third_party/WebKit/Source/core/style/BUILD.gn
@@ -4,19 +4,12 @@
import("//third_party/WebKit/Source/core/core.gni")
-target(core_link_small_target_type, "observer") {
+target(core_link_small_target_type, "svg") {
visibility = [ "//third_party/WebKit/Source/core/*" ]
sources = [
- "ResizeObservation.cpp",
- "ResizeObservation.h",
- "ResizeObserver.cpp",
- "ResizeObserver.h",
- "ResizeObserverCallback.h",
- "ResizeObserverController.cpp",
- "ResizeObserverController.h",
- "ResizeObserverEntry.cpp",
- "ResizeObserverEntry.h",
+ "SVGComputedStyle.cpp",
+ "SVGComputedStyleDefs.cpp",
]
configs -= core_config_remove
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/BUILD.gn ('k') | third_party/WebKit/Source/core/svg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698