| Index: mojo/services/surfaces/public/cpp/BUILD.gn
|
| diff --git a/mojo/services/surfaces/public/cpp/BUILD.gn b/mojo/services/surfaces/public/cpp/BUILD.gn
|
| index f8e483ba752bbaf654005c586c61e0e9ce62205b..ddac4f3527746482690438505a476cbffc6eca4f 100644
|
| --- a/mojo/services/surfaces/public/cpp/BUILD.gn
|
| +++ b/mojo/services/surfaces/public/cpp/BUILD.gn
|
| @@ -2,14 +2,19 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("cpp") {
|
| +import("../../../mojo_sdk_root.gni")
|
| +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" ]
|
| sources = [
|
| "surfaces_utils.cc",
|
| "surfaces_utils.h",
|
| ]
|
|
|
| deps = [
|
| - "//mojo/services/geometry/public/interfaces",
|
| - "//mojo/services/surfaces/public/interfaces",
|
| + "../../../geometry/public/interfaces",
|
| + "../../../surfaces/public/interfaces",
|
| ]
|
| }
|
|
|