1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "tools/gn/config.h"
7 #include "tools/gn/err.h"
8 #include "tools/gn/input_file_manager.h"
9 #include "tools/gn/scheduler.h"
11 Config::Config(const Settings
* settings
, const Label
& label
)
12 : Item(settings
, label
) {
18 Config
* Config::AsConfig() {
22 const Config
* Config::AsConfig() const {