| Index: tools/gn/gn.gyp
|
| diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
|
| index 65b525bd9aefe7c79b6f8ab258c6d348d0a2e116..1c3b1e4ba933ca0ecd6ceca61f0091763417b2f1 100644
|
| --- a/tools/gn/gn.gyp
|
| +++ b/tools/gn/gn.gyp
|
| @@ -51,6 +51,7 @@
|
| 'function_set_default_toolchain.cc',
|
| 'function_set_defaults.cc',
|
| 'function_template.cc',
|
| + 'function_to_build_path.cc',
|
| 'function_toolchain.cc',
|
| 'function_write_file.cc',
|
| 'group_target_generator.cc',
|
| @@ -164,6 +165,7 @@
|
| 'escape_unittest.cc',
|
| 'file_template_unittest.cc',
|
| 'filesystem_utils_unittest.cc',
|
| + 'function_to_build_path_unittest.cc',
|
| 'input_conversion_unittest.cc',
|
| 'label_unittest.cc',
|
| 'ninja_helper_unittest.cc',
|
| @@ -176,6 +178,8 @@
|
| 'target_generator_unittest.cc',
|
| 'target_manager_unittest.cc',
|
| 'target_unittest.cc',
|
| + 'test_with_scope.cc',
|
| + 'test_with_scope.h',
|
| 'tokenizer_unittest.cc',
|
| ],
|
| 'dependencies': [
|
|
|