xref: /aosp_15_r20/external/skia/modules/bentleyottmann/bentleyottmann.gni (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker# DO NOT EDIT: This is a generated file.
2*c8dee2aaSAndroid Build Coastguard Worker# See //bazel/exporter_tool/README.md for more information.
3*c8dee2aaSAndroid Build Coastguard Worker#
4*c8dee2aaSAndroid Build Coastguard Worker# The sources of truth are:
5*c8dee2aaSAndroid Build Coastguard Worker#   //modules/bentleyottmann/include/BUILD.bazel
6*c8dee2aaSAndroid Build Coastguard Worker#   //modules/bentleyottmann/src/BUILD.bazel
7*c8dee2aaSAndroid Build Coastguard Worker#   //modules/bentleyottmann/tests/BUILD.bazel
8*c8dee2aaSAndroid Build Coastguard Worker
9*c8dee2aaSAndroid Build Coastguard Worker# To update this file, run make -C bazel generate_gni
10*c8dee2aaSAndroid Build Coastguard Worker
11*c8dee2aaSAndroid Build Coastguard Worker_modules = get_path_info("../../modules", "abspath")
12*c8dee2aaSAndroid Build Coastguard Worker
13*c8dee2aaSAndroid Build Coastguard Worker# Generated by Bazel rule //modules/bentleyottmann/include:hdrs
14*c8dee2aaSAndroid Build Coastguard Workerbentleyottmann_public = [
15*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/BentleyOttmann1.h",
16*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/BruteForceCrossings.h",
17*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/Contour.h",
18*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/EventQueue.h",
19*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/EventQueueInterface.h",
20*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/Int96.h",
21*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/Myers.h",
22*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/Point.h",
23*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/Segment.h",
24*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/include/SweepLine.h",
25*c8dee2aaSAndroid Build Coastguard Worker]
26*c8dee2aaSAndroid Build Coastguard Worker
27*c8dee2aaSAndroid Build Coastguard Worker# Generated by Bazel rule //modules/bentleyottmann/src:srcs
28*c8dee2aaSAndroid Build Coastguard Workerbentleyottmann_sources = [
29*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/BentleyOttmann1.cpp",
30*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/BruteForceCrossings.cpp",
31*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/Contour.cpp",
32*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/EventQueue.cpp",
33*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/Int96.cpp",
34*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/Myers.cpp",
35*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/Point.cpp",
36*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/Segment.cpp",
37*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/src/SweepLine.cpp",
38*c8dee2aaSAndroid Build Coastguard Worker]
39*c8dee2aaSAndroid Build Coastguard Worker
40*c8dee2aaSAndroid Build Coastguard Worker# Generated by Bazel rule //modules/bentleyottmann/tests:tests
41*c8dee2aaSAndroid Build Coastguard Workerbentleyottmann_tests = [
42*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/BentleyOttmann1Test.cpp",
43*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/BruteForceCrossingsTest.cpp",
44*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/ContourTest.cpp",
45*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/EventQueueTest.cpp",
46*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/Int96Test.cpp",
47*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/MyersTest.cpp",
48*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/PointTest.cpp",
49*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/SegmentTest.cpp",
50*c8dee2aaSAndroid Build Coastguard Worker  "$_modules/bentleyottmann/tests/SweepLineTest.cpp",
51*c8dee2aaSAndroid Build Coastguard Worker]
52