summaryrefslogtreecommitdiffstats
path: root/blimp
diff options
context:
space:
mode:
authorwez <wez@chromium.org>2016-03-23 09:30:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-23 16:34:57 +0000
commitc464a14b8b96c5239abd71b1199bc6316a688da6 (patch)
tree568feee9b1f689c951f6359a78551c2eacb875bc /blimp
parent75fe2ef04b5ad5a3e91e34e20d236a7963da74bb (diff)
downloadchromium_src-c464a14b8b96c5239abd71b1199bc6316a688da6.zip
chromium_src-c464a14b8b96c5239abd71b1199bc6316a688da6.tar.gz
chromium_src-c464a14b8b96c5239abd71b1199bc6316a688da6.tar.bz2
Fix blimp_engine_bundle to depend on blimp_engine.
Previously blimp_engine_bundle depended directly on blimp_engine_app, thereby missing several necessary dependencies of the bundling step. BUG=587247 Review URL: https://codereview.chromium.org/1830493002 Cr-Commit-Position: refs/heads/master@{#382861}
Diffstat (limited to 'blimp')
-rw-r--r--blimp/engine/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index a19eb10..10b1ee0 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -245,7 +245,7 @@ if (is_linux) {
# Detail the target & "source"-file dependencies, and output, for GN.
deps = [
- "//blimp/engine:blimp_engine_app",
+ "//blimp/engine:blimp_engine",
]
sources = [
_rebased_dockerfile,