Searched refs:allow_circular_includes_from (Results 1 – 15 of 15) sorted by relevance
298 const std::set<Label>& allow_circular_includes_from() const { in allow_circular_includes_from() function301 std::set<Label>& allow_circular_includes_from() { in allow_circular_includes_from() function
447 const char kAllowCircularIncludesFrom[] = "allow_circular_includes_from";449 "allow_circular_includes_from: [label list] Permit includes from deps.";451 R"(allow_circular_includes_from: Permit includes from deps.478 allow_circular_includes_from list. Normally includes must follow the488 With allow_circular_includes_from, B can include A's headers, and493 So when you use allow_circular_includes_from, make sure that any compiler503 allow_circular_includes_from = [ ":b" ]
452 } else if (to_target->allow_circular_includes_from().find( in CheckInclude()454 to_target->allow_circular_includes_from().end()) { in CheckInclude()
230 target_->allow_circular_includes_from().insert(cur); in FillAllowCircularIncludesFrom()
307 a_.allow_circular_includes_from().insert(b_.label()); in TEST_F()
384 for (const auto& cur : target_->allow_circular_includes_from()) in BuildDescription()
49 # dependencies and allow_circular_includes_from between all pairs of
45 syn keyword gnVariable all_dependent_configs allow_circular_includes_from
357 allow_circular_includes_from = deps
368 allow_circular_includes_from = deps
385 allow_circular_includes_from = deps
90 …* [allow_circular_includes_from: [label list] Permit includes from deps.](#var_allow_circular_in…446 allow_circular_includes_from".461 "allow_circular_includes_from" annotation. Ideally each should have identical463 "gn help allow_circular_includes_from").532 allow_circular_includes_from4599 ### <a name="var_allow_circular_includes_from"></a>**allow_circular_includes_from**: Permit include…4629 allow_circular_includes_from list. Normally includes must follow the4641 With allow_circular_includes_from, B can include A's headers, and4646 So when you use allow_circular_includes_from, make sure that any compiler4658 allow_circular_includes_from = [ ":b" ]
2318 allow_circular_includes_from = [ ":torque_generated_initializers" ]
24020 + allow_circular_includes_from -= [ "//chrome/browser/media/router" ]24036 + allow_circular_includes_from -=25609 allow_circular_includes_from += [ "//chrome/browser/media/router" ]25618 + allow_circular_includes_from -= [ "//chrome/browser/media/router" ]25626 allow_circular_includes_from += [ "//chrome/browser/ui/views" ]
37165 + allow_circular_includes_from -= [37236 allow_circular_includes_from += [ "//chrome/browser/share" ]37265 allow_circular_includes_from +=43428 allow_circular_includes_from = [43539 allow_circular_includes_from += [ "//chrome/browser/ui/views" ]