| Index: mojo/platform_handle/BUILD.gn
|
| diff --git a/mojo/platform_handle/BUILD.gn b/mojo/platform_handle/BUILD.gn
|
| index 2afc90a005de6e0d8ef0a471388bba2a8a3b50d7..d5818f7f5de3627d3cf41d566ce36bbee8430e95 100644
|
| --- a/mojo/platform_handle/BUILD.gn
|
| +++ b/mojo/platform_handle/BUILD.gn
|
| @@ -2,8 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# See comments in third_party/mojo/src/mojo/public/c/system/BUILD.gn which this
|
| -# is based on.
|
| +# See comments in mojo/public/c/system/BUILD.gn which this is based on.
|
| # Summary: depend on this target to use the platform handle functions without
|
| # linking against a specific implementation.
|
| # For component targets, add //mojo/platform_handle:for_component to your deps
|
| @@ -16,7 +15,7 @@ source_set("platform_handle") {
|
| "platform_handle_functions.h",
|
| ]
|
| deps = [
|
| - "//third_party/mojo/src/mojo/public/c/system",
|
| + "//mojo/public/c/system",
|
| ]
|
| }
|
|
|
| @@ -31,8 +30,8 @@ component("platform_handle_impl") {
|
| defines = [ "PLATFORM_HANDLE_IMPLEMENTATION" ]
|
| deps = [
|
| "//base",
|
| + "//mojo/public/c/system:for_component",
|
| "//third_party/mojo/src/mojo/edk/embedder:headers",
|
| - "//third_party/mojo/src/mojo/public/c/system:for_component",
|
| ]
|
| }
|
|
|
| @@ -46,7 +45,7 @@ source_set("platform_handle_thunks") {
|
| ]
|
| defines = [ "PLATFORM_HANDLE_IMPLEMENTATION" ]
|
| deps = [
|
| - "//third_party/mojo/src/mojo/public/c/system",
|
| + "//mojo/public/c/system",
|
| ]
|
| }
|
|
|
|
|