| Index: mojo/services/gfx/composition/cpp/BUILD.gn
|
| diff --git a/mojo/services/geometry/cpp/BUILD.gn b/mojo/services/gfx/composition/cpp/BUILD.gn
|
| similarity index 67%
|
| copy from mojo/services/geometry/cpp/BUILD.gn
|
| copy to mojo/services/gfx/composition/cpp/BUILD.gn
|
| index 9225ce4d340352dad55b68db7450a68834652285..8be29316bab8375cca38a942810c96a4ea909afa 100644
|
| --- a/mojo/services/geometry/cpp/BUILD.gn
|
| +++ b/mojo/services/gfx/composition/cpp/BUILD.gn
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -7,15 +7,14 @@ import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
|
|
|
| mojo_sdk_source_set("cpp") {
|
| restrict_external_deps = false
|
| - public_configs = [ "../../public/build/config:mojo_services" ]
|
| + public_configs = [ "../../../public/build/config:mojo_services" ]
|
| sources = [
|
| "formatting.cc",
|
| "formatting.h",
|
| - "geometry_util.cc",
|
| - "geometry_util.h",
|
| ]
|
|
|
| deps = [
|
| + "../../../geometry/cpp",
|
| "../interfaces",
|
| ]
|
| }
|
|
|