rules_cc/cc
Googler 9667b3dd9a .../BUILD: fix build file/module bugs (#18)
Change this pattern
    if foo [not] in native.existing_rules():
to
    if [not] native.existing_rule(foo):
for efficiency.

PiperOrigin-RevId: 241954724
2019-04-04 10:25:18 -07:00
..
BUILD Add initial content of rules_cc repo 2019-01-09 08:58:14 +01:00
deps.bzl .../BUILD: fix build file/module bugs (#18) 2019-04-04 10:25:18 -07:00
rules.bzl Add initial content of rules_cc repo 2019-01-09 08:58:14 +01:00