| Index: mojo/services/geometry/cpp/BUILD.gn
|
| diff --git a/mojo/services/geometry/cpp/BUILD.gn b/mojo/services/geometry/cpp/BUILD.gn
|
| index 2a42aa04fd4d823aad9f484dd4d78891a78de36f..9225ce4d340352dad55b68db7450a68834652285 100644
|
| --- a/mojo/services/geometry/cpp/BUILD.gn
|
| +++ b/mojo/services/geometry/cpp/BUILD.gn
|
| @@ -9,6 +9,9 @@ mojo_sdk_source_set("cpp") {
|
| restrict_external_deps = false
|
| public_configs = [ "../../public/build/config:mojo_services" ]
|
| sources = [
|
| + "formatting.cc",
|
| + "formatting.h",
|
| + "geometry_util.cc",
|
| "geometry_util.h",
|
| ]
|
|
|
|
|