Commit 8127557e authored by machenbach's avatar machenbach Committed by Commit bot

[build] Fix build dependencies for embedded snapshot

The external snapshot target is missing a few build
dependencies.

TBR=vogelheim@chromium.org, yangguo@chromium.org, clemensh@chromium.org

Review URL: https://codereview.chromium.org/1904013002

Cr-Commit-Position: refs/heads/master@{#35686}
parent b4889f7d
......@@ -299,6 +299,8 @@
'action_name': 'run_mksnapshot (external)',
'inputs': [
'<(mksnapshot_exec)',
'<(embed_script)',
'<(warmup_script)',
],
'variables': {
'mksnapshot_flags': [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment