Move internal Simple Chrome hooks to chromium's DEPS file.
Right now, these internal hooks reside in src-internal's DEPS file: https://chrome-internal.googlesource.com/chrome/src-internal/+/refs/heads/master/DEPS#520 But there's no reason for that. We can move them to src's DEPS file and gate them around 'checkout_src_internal'. This lets us centralize the hooks in a single file, and will let us remove those in src-internal. And refactor the ordering of their args so they're a little more compact. Bug: 937821 Change-Id: Ifee414489dc16b30eaf995b89d08fd005514ee42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308922 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#790668}
Showing
Please register or sign in to comment