| Index: mandoline/services/core_services/BUILD.gn
|
| diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
|
| index 84808a5f5041110abc6486dc6bea5bb891b7ea2e..d851bfc289a79485c3489d8f9d0651852a8c6f9f 100644
|
| --- a/mandoline/services/core_services/BUILD.gn
|
| +++ b/mandoline/services/core_services/BUILD.gn
|
| @@ -6,6 +6,7 @@
|
| # we ship with.
|
|
|
| import("//build/config/ui.gni")
|
| +import("//build/toolchain/toolchain.gni")
|
| import("//mojo/public/mojo_application.gni")
|
|
|
| mojo_native_application("core_services") {
|
| @@ -17,8 +18,8 @@ mojo_native_application("core_services") {
|
| if (is_win) {
|
| copy("copy_files") {
|
| sources = [
|
| - "$root_out_dir/libEGL.dll",
|
| - "$root_out_dir/libGLESv2.dll",
|
| + "$root_shlib_dir/libEGL.dll",
|
| + "$root_shlib_dir/libGLESv2.dll",
|
| ]
|
| outputs = [
|
| "$root_out_dir/core_services/{{source_file_part}}",
|
|
|