The set of targets on which a given target depends should have the same
configurations to be buildable. We should come up with a set of errors and/or
warnings about mismatches that guarantee minimum buildability and help
inform the user about potential problems. My off-the-cuff suggestions:
1) warn for any combination of target+configuration that depends on another
target that does *not* have that configuration
2) error if the default_configuration for any target depends on a target that
doesn't have that configuration (i.e., assume the default should always be
buildable)
Original issue reported on code.google.com by sgk@chromium.org on 31 Jul 2009 at 6:03
Original issue reported on code.google.com by
sgk@chromium.org
on 31 Jul 2009 at 6:03