summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/style/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/style/BUILD.gn')
-rw-r--r--chromium/third_party/blink/renderer/core/style/BUILD.gn6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/style/BUILD.gn b/chromium/third_party/blink/renderer/core/style/BUILD.gn
index 7830abd1947..5906f097d40 100644
--- a/chromium/third_party/blink/renderer/core/style/BUILD.gn
+++ b/chromium/third_party/blink/renderer/core/style/BUILD.gn
@@ -21,7 +21,6 @@ blink_core_sources("rendering") {
"border_value.h",
"cached_ua_style.cc",
"cached_ua_style.h",
- "clip_path_operation.cc",
"clip_path_operation.h",
"computed_style.cc",
"computed_style.h",
@@ -57,10 +56,15 @@ blink_core_sources("rendering") {
"quad_length_value.h",
"quotes_data.cc",
"quotes_data.h",
+ "reference_clip_path_operation.cc",
+ "reference_clip_path_operation.h",
"shadow_data.cc",
"shadow_data.h",
"shadow_list.cc",
"shadow_list.h",
+ "shape_clip_path_operation.h",
+ "shape_value.cc",
+ "shape_value.h",
"style_content_alignment_data.h",
"style_difference.cc",
"style_difference.h",