chromium/third_party/blink/renderer/core/style/build.gni

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

blink_core_sources_style = [
  "anchor_specifier_value.cc",
  "anchor_specifier_value.h",
  "applied_text_decoration.cc",
  "applied_text_decoration.h",
  "basic_shapes.cc",
  "basic_shapes.h",
  "border_edge.cc",
  "border_edge.h",
  "border_image_length.h",
  "border_image_length_box.h",
  "clip_path_operation.h",
  "computed_grid_track_list.h",
  "computed_grid_template_areas.cc",
  "computed_grid_template_areas.h",
  "computed_style.cc",
  "computed_style.h",
  "computed_style_constants.h",
  "content_data.cc",
  "content_data.h",
  "coord_box_offset_path_operation.h",
  "counter_directives.cc",
  "counter_directives.h",
  "cursor_data.h",
  "cursor_list.h",
  "display_style.h",
  "fill_layer.cc",
  "fill_layer.h",
  "filter_operation.cc",
  "filter_operation.h",
  "filter_operations.cc",
  "filter_operations.h",
  "font_size_style.h",
  "geometry_box_clip_path_operation.h",
  "grid_area.h",
  "grid_enums.h",
  "grid_position.h",
  "grid_track_list.cc",
  "grid_track_list.h",
  "grid_track_size.h",
  "position_area.cc",
  "position_area.h",
  "list_style_type_data.cc",
  "list_style_type_data.h",
  "member_copy.h",
  "named_grid_lines_map.h",
  "nine_piece_image.cc",
  "nine_piece_image.h",
  "ordered_named_grid_lines.h",
  "paint_images.h",
  "paint_order_array.h",
  "position_try_fallbacks.cc",
  "position_try_fallbacks.h",
  "quad_length_value.h",
  "reference_clip_path_operation.cc",
  "reference_clip_path_operation.h",
  "reference_offset_path_operation.h",
  "scoped_css_name.cc",
  "scoped_css_name.h",
  "scroll_start_data.cc",
  "scroll_start_data.h",
  "shadow_data.cc",
  "shadow_data.h",
  "shadow_list.cc",
  "shadow_list.h",
  "shape_clip_path_operation.h",
  "shape_offset_path_operation.h",
  "shape_value.h",
  "style_aspect_ratio.cc",
  "style_aspect_ratio.h",
  "style_base_data.cc",
  "style_base_data.h",
  "style_cached_data.h",
  "style_content_alignment_data.h",
  "style_crossfade_image.cc",
  "style_crossfade_image.h",
  "style_difference.cc",
  "style_difference.h",
  "style_fetched_image.cc",
  "style_fetched_image.h",
  "style_generated_image.cc",
  "style_generated_image.h",
  "style_highlight_data.cc",
  "style_highlight_data.h",
  "style_ua_shadow_host_data.h",
  "style_hyphenate_limit_chars.h",
  "style_image.cc",
  "style_image.h",
  "style_image_computed_css_value_builder.cc",
  "style_image_computed_css_value_builder.h",
  "style_image_set.cc",
  "style_image_set.h",
  "style_inherited_variables.cc",
  "style_inherited_variables.h",
  "style_initial_data.cc",
  "style_initial_data.h",
  "style_initial_letter.cc",
  "style_initial_letter.h",
  "style_intrinsic_length.h",
  "style_mask_source_image.cc",
  "style_mask_source_image.h",
  "style_name.h",
  "style_name_or_keyword.h",
  "style_non_inherited_variables.h",
  "style_offset_rotation.h",
  "style_overflow_clip_margin.h",
  "style_path.cc",
  "style_path.h",
  "style_pending_image.cc",
  "style_pending_image.h",
  "style_ray.cc",
  "style_ray.h",
  "style_reflection.h",
  "style_scrollbar_color.cc",
  "style_scrollbar_color.h",
  "style_self_alignment_data.h",
  "style_svg_resource.cc",
  "style_svg_resource.h",
  "style_timeline.h",
  "style_variables.cc",
  "style_variables.h",
  "style_view_transition_group.h",
  "svg_dash_array.cc",
  "svg_dash_array.h",
  "svg_paint.cc",
  "svg_paint.h",
  "text_decoration_thickness.cc",
  "text_decoration_thickness.h",
  "text_box_edge.h",
  "text_size_adjust.h",
  "offset_path_operation.h",
  "unzoomed_length.h",
]

blink_core_tests_style = [
  "applied_text_decoration_test.cc",
  "computed_style_test.cc",
  "filter_operation_test.cc",
  "filter_operations_test.cc",
  "position_area_test.cc",
  "scoped_css_name_test.cc",
  "style_aspect_ratio_test.cc",
  "style_difference_test.cc",
  "style_initial_letter_test.cc",
  "style_name_or_keyword_test.cc",
  "style_name_test.cc",
  "style_pending_image_test.cc",
  "style_variables_test.cc",
]