summaryrefslogtreecommitdiffstats
path: root/mojo/shell/standalone
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-02-24 15:58:16 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-24 23:59:17 +0000
commit44fe89a46b594d2e39d8f24787b50f9cf75c68bf (patch)
tree5af6b4e00b2684162bef47ffc0c457b2a30b16bd /mojo/shell/standalone
parent5cc7163c58f3b62094718dbc0e0b0bdf08d0ea89 (diff)
downloadchromium_src-44fe89a46b594d2e39d8f24787b50f9cf75c68bf.zip
chromium_src-44fe89a46b594d2e39d8f24787b50f9cf75c68bf.tar.gz
chromium_src-44fe89a46b594d2e39d8f24787b50f9cf75c68bf.tar.bz2
Makes tracing a dep in component builds too
This conditional likely exists from when mojo apps didn't work in component build. BUG=none TEST=none R=erg@chromium.org Review URL: https://codereview.chromium.org/1734813002 Cr-Commit-Position: refs/heads/master@{#377428}
Diffstat (limited to 'mojo/shell/standalone')
-rw-r--r--mojo/shell/standalone/BUILD.gn8
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