| Index: mojo/shell/BUILD.gn
|
| diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
|
| index 3c06107b47d2f22028fdd051c72bf55c44648202..e76ad049d865067b2e1ebb3fc1a88c9858c95261 100644
|
| --- a/mojo/shell/BUILD.gn
|
| +++ b/mojo/shell/BUILD.gn
|
| @@ -95,8 +95,6 @@ source_set("lib") {
|
| "child_process_host.h",
|
| "context.cc",
|
| "context.h",
|
| - "filename_util.cc",
|
| - "filename_util.h",
|
| "init.cc",
|
| "init.h",
|
| "out_of_process_native_runner.cc",
|
| @@ -127,7 +125,7 @@ source_set("lib") {
|
| ]
|
|
|
| public_deps = [
|
| - ":switches",
|
| + ":common",
|
| ]
|
|
|
| if (is_android) {
|
| @@ -186,8 +184,10 @@ source_set("native_application_support") {
|
| check_includes = false
|
| }
|
|
|
| -source_set("switches") {
|
| +source_set("common") {
|
| sources = [
|
| + "filename_util.cc",
|
| + "filename_util.h",
|
| "switches.cc",
|
| "switches.h",
|
| ]
|
|
|