Fix missing data_deps on //chrome:chrome on Windows.
The //chrome:chrome group was missing a data_deps declaration on //chrome:reorder_imports, which meant that chrome would build fine but if you ran `mb zip //out/Release //chrome` you'd only get the copy in //out/Release/initialexe/chrome.exe and not the final version in //out/Release. Bug: 902010 Change-Id: I0f3b662ced4c34eef974e8bede01fb9c89410dc1 Reviewed-on: https://chromium-review.googlesource.com/c/1325554Reviewed-by:Kenneth Russell <kbr@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#606586}
Showing
Please register or sign in to comment