Commit 18047c97 authored by sky's avatar sky Committed by Commit bot

Removes unconditionally added chrome_run

It's no longer necessary as I fixed the underlying bug in the recipe
side.

BUG=407419
TEST=none
R=jam@chromium.org
TBR=jam@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#292043}
parent 94faaf73
......@@ -697,16 +697,6 @@
}],
],
},
]}, {
# Used by bots so they can always depend on chrome_run target.
'targets': [
{
'target_name': 'chrome_run',
'type': 'none',
'dependencies': [
'chrome',
],
},
],
}],
],
......
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