chromium/third_party/blink/renderer/core/geometry/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_geometry = [
  "dom_matrix.cc",
  "dom_matrix.h",
  "dom_matrix_read_only.cc",
  "dom_matrix_read_only.h",
  "dom_point.cc",
  "dom_point.h",
  "dom_point_read_only.cc",
  "dom_point_read_only.h",
  "dom_quad.cc",
  "dom_quad.h",
  "dom_rect.cc",
  "dom_rect.h",
  "dom_rect_list.cc",
  "dom_rect_list.h",
  "dom_rect_read_only.cc",
  "dom_rect_read_only.h",
  "geometry_util.h",
]

blink_core_tests_geometry = [ "dom_matrix_test.cc" ]