Home
last modified time | relevance | path

Searched refs:allow_circular_includes_from (Results 1 – 15 of 15) sorted by relevance

/third_party/gn/src/gn/
Dtarget.h298 const std::set<Label>& allow_circular_includes_from() const { in allow_circular_includes_from() function
301 std::set<Label>& allow_circular_includes_from() { in allow_circular_includes_from() function
Dvariables.cc447 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 the
488 With allow_circular_includes_from, B can include A's headers, and
493 So when you use allow_circular_includes_from, make sure that any compiler
503 allow_circular_includes_from = [ ":b" ]
Dheader_checker.cc452 } else if (to_target->allow_circular_includes_from().find( in CheckInclude()
454 to_target->allow_circular_includes_from().end()) { in CheckInclude()
Dbinary_target_generator.cc230 target_->allow_circular_includes_from().insert(cur); in FillAllowCircularIncludesFrom()
Dheader_checker_unittest.cc307 a_.allow_circular_includes_from().insert(b_.label()); in TEST_F()
Ddesc_builder.cc384 for (const auto& cur : target_->allow_circular_includes_from()) in BuildDescription()
/third_party/node/deps/v8/gni/
Dsplit_static_library.gni49 # dependencies and allow_circular_includes_from between all pairs of
/third_party/gn/misc/vim/syntax/
Dgn.vim45 syn keyword gnVariable all_dependent_configs allow_circular_includes_from
/third_party/skia/third_party/externals/zlib/
DBUILD.gn357 allow_circular_includes_from = deps
/third_party/node/deps/v8/third_party/zlib/
DBUILD.gn368 allow_circular_includes_from = deps
/third_party/node/deps/zlib/
DBUILD.gn385 allow_circular_includes_from = deps
/third_party/gn/docs/
Dreference.md90 …* [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 identical
463 "gn help allow_circular_includes_from").
532 allow_circular_includes_from
4599 ### <a name="var_allow_circular_includes_from"></a>**allow_circular_includes_from**: Permit include…
4629 allow_circular_includes_from list. Normally includes must follow the
4641 With allow_circular_includes_from, B can include A's headers, and
4646 So when you use allow_circular_includes_from, make sure that any compiler
4658 allow_circular_includes_from = [ ":b" ]
/third_party/node/deps/v8/
DBUILD.gn2318 allow_circular_includes_from = [ ":torque_generated_initializers" ]
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch24020 + 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" ]
D0003-ohos-1115.patch37165 + 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" ]