| Index: tools/gn/desc_builder.h
|
| diff --git a/tools/gn/desc_builder.h b/tools/gn/desc_builder.h
|
| deleted file mode 100644
|
| index 1f0c395923f07b6914a5c5d4a1680a1f75ffd8a8..0000000000000000000000000000000000000000
|
| --- a/tools/gn/desc_builder.h
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright (c) 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef TOOLS_GN_DESC_BUILDER_H_
|
| -#define TOOLS_GN_DESC_BUILDER_H_
|
| -
|
| -#include "base/values.h"
|
| -#include "tools/gn/target.h"
|
| -
|
| -class DescBuilder {
|
| - public:
|
| - // Creates Dictionary representation for given target
|
| - static std::unique_ptr<base::DictionaryValue> DescriptionForTarget(
|
| - const Target* target,
|
| - const std::string& what,
|
| - bool all,
|
| - bool tree,
|
| - bool blame);
|
| -
|
| - // Creates Dictionary representation for given config
|
| - static std::unique_ptr<base::DictionaryValue> DescriptionForConfig(
|
| - const Config* config,
|
| - const std::string& what);
|
| -};
|
| -
|
| -#endif
|
|
|