Commit 277bee0c authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Remove obsolete gyp flag

This was removed on the infra side:
https://crrev.com/c/912831

TBR=sergiyb@chromium.org

Bug: chromium:772804
Change-Id: Icf0a33c2c1294edbc957c7e0e4aa78268997ae10
Reviewed-on: https://chromium-review.googlesource.com/913210Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51233}
parent 7e8cd739
......@@ -99,8 +99,6 @@ class MetaBuildWrapper(object):
dest='isolate_map_files')
subp.add_argument('-g', '--goma-dir',
help='path to goma directory')
# TODO(machenbach): Remove after removing on infra-side.
subp.add_argument('--gyp-script', help='Deprecated')
subp.add_argument('--android-version-code',
help='Sets GN arg android_default_version_code')
subp.add_argument('--android-version-name',
......
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