| 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..783b8ef4070b1b9cfaa236b2fe7ed4e308cb18fb 100644
|
| --- a/mojo/services/geometry/cpp/BUILD.gn
|
| +++ b/mojo/services/geometry/cpp/BUILD.gn
|
| @@ -9,7 +9,10 @@ mojo_sdk_source_set("cpp") {
|
| restrict_external_deps = false
|
| public_configs = [ "../../public/build/config:mojo_services" ]
|
| sources = [
|
| + "geometry_util.cc",
|
| "geometry_util.h",
|
| + "logging.cc",
|
| + "logging.h",
|
| ]
|
|
|
| deps = [
|
|
|