Home | History | Annotate | Download | only in gn

Lines Matching refs:toolchain

10 #include "tools/gn/toolchain.h"
25 virtual void ToolchainLoaded(const Toolchain* toolchain) OVERRIDE {
72 Toolchain* DefineToolchain() {
73 Toolchain* tc = new Toolchain(&settings_, settings_.toolchain_label());
106 // Should have requested that B and the toolchain is loaded.
110 // Define the toolchain.
130 // A should have two deps: B and the toolchain. Only B should be unresolved.
151 // C only depends on the already-loaded toolchain so we shouldn't have
162 // B depends only on the already-loaded C and toolchain so we shouldn't have
185 // Define a secondary toolchain.
189 Toolchain* tc2 = new Toolchain(&settings2, toolchain_label2);
193 // Construct a dependency chain: A -> B. A is in the default toolchain, B
216 // A should have the generate bit set since it's in the default toolchain.