| Index: tools/gn/gn.gyp
|
| diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
|
| index 34561c34e44f1989c3d5c8b4e3efc90e669e6701..02f0331423cb2550e22a1afd9cd4ed604df4bff4 100644
|
| --- a/tools/gn/gn.gyp
|
| +++ b/tools/gn/gn.gyp
|
| @@ -52,6 +52,8 @@
|
| 'err.h',
|
| 'escape.cc',
|
| 'escape.h',
|
| + 'exec_process.h',
|
| + 'exec_process.cc',
|
| 'filesystem_utils.cc',
|
| 'filesystem_utils.h',
|
| 'functions_target.cc',
|
| @@ -200,6 +202,7 @@
|
| 'command_format_unittest.cc',
|
| 'config_values_extractors_unittest.cc',
|
| 'escape_unittest.cc',
|
| + 'exec_process_unittest.cc',
|
| 'filesystem_utils_unittest.cc',
|
| 'function_foreach_unittest.cc',
|
| 'function_get_label_info_unittest.cc',
|
|
|