Commit 6bc322a0 authored by agrieve's avatar agrieve Committed by Commit bot

Regenerate .device.isolate when .runtime_deps changes.

BUG=589318

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

Cr-Commit-Position: refs/heads/master@{#389839}
parent 065941e3
...@@ -22,6 +22,9 @@ template("_gen_isolate") { ...@@ -22,6 +22,9 @@ template("_gen_isolate") {
action(target_name) { action(target_name) {
script = "//testing/generate_isolate.py" script = "//testing/generate_isolate.py"
inputs = [
_runtime_deps_file,
]
outputs = [ outputs = [
invoker.output, invoker.output,
] ]
......
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