| Index: mojo/services/public/cpp/geometry/BUILD.gn
|
| diff --git a/mojo/services/public/cpp/native_viewport/BUILD.gn b/mojo/services/public/cpp/geometry/BUILD.gn
|
| similarity index 77%
|
| copy from mojo/services/public/cpp/native_viewport/BUILD.gn
|
| copy to mojo/services/public/cpp/geometry/BUILD.gn
|
| index 637120dfc94e3fa669e982224189d02090febde6..1556d0642c2d4ca8536491e54af828201d893ce0 100644
|
| --- a/mojo/services/public/cpp/native_viewport/BUILD.gn
|
| +++ b/mojo/services/public/cpp/geometry/BUILD.gn
|
| @@ -2,9 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("args") {
|
| +source_set("geometry") {
|
| sources = [
|
| - "lib/args.cc",
|
| - "args.h",
|
| + "geometry_util.h",
|
| ]
|
| }
|
|
|