| Index: services/shell/runner/host/BUILD.gn
|
| diff --git a/services/shell/runner/host/BUILD.gn b/services/shell/runner/host/BUILD.gn
|
| index 3b01c0ee162001f827fe1d7404e25ff8bd10aa68..c07a3eb84af1a6f5a6a5eedf83e1e9e630cf81b2 100644
|
| --- a/services/shell/runner/host/BUILD.gn
|
| +++ b/services/shell/runner/host/BUILD.gn
|
| @@ -15,10 +15,10 @@ group("host") {
|
| ]
|
| }
|
|
|
| -source_set("native_application_support") {
|
| +source_set("native_library_runner") {
|
| sources = [
|
| - "native_application_support.cc",
|
| - "native_application_support.h",
|
| + "native_library_runner.cc",
|
| + "native_library_runner.h",
|
| ]
|
|
|
| deps = [
|
| @@ -86,7 +86,7 @@ source_set("lib") {
|
|
|
| deps = [
|
| ":child_process_base",
|
| - ":native_application_support",
|
| + ":native_library_runner",
|
| "//base:base_static",
|
| "//base:i18n",
|
| "//services/shell/public/cpp:sources",
|
|
|