Home | History | Annotate | Download | only in gn

Lines Matching full:loader

25 // The loader manages execution of the different build files. It receives
29 // This loader class is abstract so it can be mocked out for testing the
31 class Loader : public base::RefCountedThreadSafe<Loader> {
33 Loader();
67 friend class base::RefCountedThreadSafe<Loader>;
68 virtual ~Loader();
71 class LoaderImpl : public Loader {
82 // Loader implementation.
101 // This callback is used when the loader finds it wants to load a file.