Home | History | Annotate | Download | only in gn

Lines Matching refs:toolchain

10 #include "tools/gn/toolchain.h"
24 virtual void ToolchainLoaded(const Toolchain* toolchain) OVERRIDE {
82 Toolchain* DefineToolchain() {
83 Toolchain* tc = new Toolchain(&settings_, settings_.toolchain_label());
121 // Should have requested that B and the toolchain is loaded.
138 // A should have two deps: B and the toolchain. Only B should be unresolved.
158 // C only depends on the already-loaded toolchain so we shouldn't have
168 // B depends only on the already-loaded C and toolchain so we shouldn't have
191 // Define a secondary toolchain.
195 Toolchain* tc2 = new Toolchain(&settings2, toolchain_label2);
198 // Construct a dependency chain: A -> B. A is in the default toolchain, B
220 // A should have the generate bit set since it's in the default toolchain.