diff options
Diffstat (limited to 'mojo/shell/standalone/BUILD.gn')
-rw-r--r-- | mojo/shell/standalone/BUILD.gn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn index cabe62f..e9e62b4 100644 --- a/mojo/shell/standalone/BUILD.gn +++ b/mojo/shell/standalone/BUILD.gn @@ -46,11 +46,9 @@ source_set("lib") { "//url", ] - if (!is_component_build) { - data_deps = [ - "//mojo/services/tracing", - ] - } + data_deps = [ + "//mojo/services/tracing", + ] # This target includes some files behind #ifdef OS... guards. Since gn is not # smart enough to understand preprocess includes, it does complains about |