Commit eb930b23 authored by agable's avatar agable Committed by Commit bot

Delete all references to GIT_MODE=True from chromium

R=iannucci@chromium.org
BUG=640251

Review-Url: https://codereview.chromium.org/2282933002
Cr-Commit-Position: refs/heads/master@{#414780}
parent 910a888e
...@@ -11,7 +11,7 @@ DEPS = [ ...@@ -11,7 +11,7 @@ DEPS = [
] ]
def RunSteps(api): def RunSteps(api):
api.gclient.set_config('chromium', GIT_MODE=True) api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True) api.bot_update.ensure_checkout(force=True)
def GenTests(api): def GenTests(api):
......
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