Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel: use expand_template instead of genrules #628

Merged
merged 1 commit into from
Mar 31, 2021
Merged

bazel: use expand_template instead of genrules #628

merged 1 commit into from
Mar 31, 2021

Conversation

drigz
Copy link
Member

@drigz drigz commented Mar 31, 2021

This lets us drop the dependency on the preprocessed headers in
src/windows/glog/.

For some reason, this lets Bazel realize we've failed to declare a
dependency on dirent.h, so I added that too.

This lets us drop the dependency on the preprocessed headers in
src/windows/glog/.

For some reason, this lets Bazel realize we've failed to declare a
dependency on dirent.h, so I added that too.
@drigz
Copy link
Member Author

drigz commented Mar 31, 2021

@sergiud This should unblock removal of the preprocessed headers. I'm not expecting a detailed review, but maybe you could rubber stamp this if it looks mostly OK to you :)

@google-cla google-cla bot added the cla: yes label Mar 31, 2021
Copy link
Collaborator

@sergiud sergiud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drigz Thanks! I skimmed through the changes and they look good to me!

@drigz drigz merged commit 30bb908 into master Mar 31, 2021
@drigz drigz deleted the win-headers branch March 31, 2021 14:08
@sergiud sergiud added this to the 0.5 milestone Mar 31, 2021
@sergiud sergiud mentioned this pull request May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants