diff options
-rw-r--r-- | components/html_viewer/BUILD.gn | 1 | ||||
-rw-r--r-- | components/mus/example/BUILD.gn | 1 | ||||
-rw-r--r-- | components/resource_provider/public/cpp/BUILD.gn | 2 | ||||
-rw-r--r-- | mojo/runner/child/BUILD.gn | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn index 4fc54ed..0940bc8 100644 --- a/components/html_viewer/BUILD.gn +++ b/components/html_viewer/BUILD.gn @@ -332,6 +332,7 @@ test("html_viewer_unittests") { "//gin", "//mojo/converters/input_events", "//mojo/gles2", + "//mojo/platform_handle:platform_handle_impl", "//testing/gtest:gtest", "//third_party/mojo/src/mojo/edk/system", "//ui/base", diff --git a/components/mus/example/BUILD.gn b/components/mus/example/BUILD.gn index e1f46ab..03dd4b3 100644 --- a/components/mus/example/BUILD.gn +++ b/components/mus/example/BUILD.gn @@ -34,5 +34,6 @@ test("mustash_unittests") { "//base/test:test_config", "//base/test:test_support", "//components/mus/example/wm:unittests", + "//mojo/platform_handle:platform_handle_impl", ] } diff --git a/components/resource_provider/public/cpp/BUILD.gn b/components/resource_provider/public/cpp/BUILD.gn index 5d21378..ad13d1f 100644 --- a/components/resource_provider/public/cpp/BUILD.gn +++ b/components/resource_provider/public/cpp/BUILD.gn @@ -14,7 +14,7 @@ source_set("cpp") { "//mojo/application/public/cpp", "//mojo/application/public/interfaces", "//mojo/common", - "//mojo/platform_handle:for_shared_library", + "//mojo/platform_handle", "//third_party/mojo/src/mojo/public/cpp/bindings", "//third_party/mojo/src/mojo/public/cpp/system", ] diff --git a/mojo/runner/child/BUILD.gn b/mojo/runner/child/BUILD.gn index 0bd6786..fe89ecb 100644 --- a/mojo/runner/child/BUILD.gn +++ b/mojo/runner/child/BUILD.gn @@ -25,7 +25,7 @@ source_set("lib") { "//mojo/application/public/interfaces", "//mojo/gles2", "//mojo/message_pump", - "//mojo/platform_handle:for_shared_library", + "//mojo/platform_handle:platform_handle_impl", "//third_party/mojo/src/mojo/edk/system", ] } |