| Index: tools/gn/BUILD.gn
|
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
|
| index 9ff408171806d6b8727d1d15a330800e9bae8bdd..3cbb7ff692c380443b0c112d4f279889cdf5a99b 100644
|
| --- a/tools/gn/BUILD.gn
|
| +++ b/tools/gn/BUILD.gn
|
| @@ -1,3 +1,9 @@
|
| +# Copyright (c) 2013 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.
|
| +
|
| +gyp_file = "gn.gyp"
|
| +
|
| static_library("gn_lib") {
|
| sources = [
|
| "args.cc",
|
| @@ -46,6 +52,12 @@ static_library("gn_lib") {
|
| "function_write_file.cc",
|
| "group_target_generator.cc",
|
| "group_target_generator.h",
|
| + "gyp_binary_target_writer.cc",
|
| + "gyp_binary_target_writer.h",
|
| + "gyp_helper.cc",
|
| + "gyp_helper.h",
|
| + "gyp_target_writer.cc",
|
| + "gyp_target_writer.h",
|
| "import_manager.cc",
|
| "import_manager.h",
|
| "input_conversion.cc",
|
|
|