| Index: mojo/shell/standalone/BUILD.gn
|
| diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn
|
| index 09a4fa9a56fd10013183aea39847f05e7497e837..46183b1240cceba10684d85e23da3ac8fcfa1018 100644
|
| --- a/mojo/shell/standalone/BUILD.gn
|
| +++ b/mojo/shell/standalone/BUILD.gn
|
| @@ -15,13 +15,6 @@ executable("standalone") {
|
| ":lib",
|
| "//base",
|
| "//build/config/sanitizers:deps",
|
| - "//components/tracing:startup_tracing",
|
| - "//mojo/common",
|
| - "//mojo/environment:chromium",
|
| - "//mojo/message_pump",
|
| - "//mojo/shell/runner/common",
|
| - "//mojo/shell/runner/host:lib",
|
| - "//third_party/icu:icudata",
|
| ]
|
| }
|
|
|
| @@ -48,19 +41,10 @@ source_set("lib") {
|
| "//mojo/services/tracing/public/interfaces",
|
| "//mojo/shell",
|
| "//mojo/shell/public/cpp",
|
| - "//mojo/shell/runner:init",
|
| - "//mojo/shell/runner/child:interfaces",
|
| "//mojo/shell/runner/host:lib",
|
| - "//mojo/util:filename_util",
|
| - "//ui/gl",
|
| "//url",
|
| ]
|
|
|
| - public_deps = [
|
| - "//mojo/shell",
|
| - "//mojo/shell/runner:init",
|
| - ]
|
| -
|
| if (!is_component_build) {
|
| data_deps = [
|
| "//mojo/services/tracing",
|
|
|