Commit 042e01c7 authored by tfarina's avatar tfarina Committed by Commit bot

gn: Cleanup - Sort GYP sources list alphabetical.

This was generated using the following command line:

$ tools/sort_sources.py tools/gn/gn.gyp

BUG=None
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/977603002

Cr-Commit-Position: refs/heads/master@{#319137}
parent 3faa1e0d
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
'command_check.cc', 'command_check.cc',
'command_clean.cc', 'command_clean.cc',
'command_desc.cc', 'command_desc.cc',
'command_gen.cc',
'command_format.cc', 'command_format.cc',
'command_gen.cc',
'command_help.cc', 'command_help.cc',
'command_ls.cc', 'command_ls.cc',
'command_refs.cc', 'command_refs.cc',
...@@ -53,13 +53,10 @@ ...@@ -53,13 +53,10 @@
'err.h', 'err.h',
'escape.cc', 'escape.cc',
'escape.h', 'escape.h',
'exec_process.h',
'exec_process.cc', 'exec_process.cc',
'exec_process.h',
'filesystem_utils.cc', 'filesystem_utils.cc',
'filesystem_utils.h', 'filesystem_utils.h',
'functions_target.cc',
'functions.cc',
'functions.h',
'function_exec_script.cc', 'function_exec_script.cc',
'function_foreach.cc', 'function_foreach.cc',
'function_get_label_info.cc', 'function_get_label_info.cc',
...@@ -73,6 +70,9 @@ ...@@ -73,6 +70,9 @@
'function_template.cc', 'function_template.cc',
'function_toolchain.cc', 'function_toolchain.cc',
'function_write_file.cc', 'function_write_file.cc',
'functions.cc',
'functions.h',
'functions_target.cc',
'group_target_generator.cc', 'group_target_generator.cc',
'group_target_generator.h', 'group_target_generator.h',
'header_checker.cc', 'header_checker.cc',
...@@ -106,12 +106,12 @@ ...@@ -106,12 +106,12 @@
'ninja_copy_target_writer.h', 'ninja_copy_target_writer.h',
'ninja_group_target_writer.cc', 'ninja_group_target_writer.cc',
'ninja_group_target_writer.h', 'ninja_group_target_writer.h',
'ninja_utils.cc',
'ninja_utils.h',
'ninja_target_writer.cc', 'ninja_target_writer.cc',
'ninja_target_writer.h', 'ninja_target_writer.h',
'ninja_toolchain_writer.cc', 'ninja_toolchain_writer.cc',
'ninja_toolchain_writer.h', 'ninja_toolchain_writer.h',
'ninja_utils.cc',
'ninja_utils.h',
'ninja_writer.cc', 'ninja_writer.cc',
'ninja_writer.h', 'ninja_writer.h',
'operators.cc', 'operators.cc',
...@@ -170,9 +170,9 @@ ...@@ -170,9 +170,9 @@
'tool.h', 'tool.h',
'toolchain.cc', 'toolchain.cc',
'toolchain.h', 'toolchain.h',
'unique_vector.h',
'trace.cc', 'trace.cc',
'trace.h', 'trace.h',
'unique_vector.h',
'value.cc', 'value.cc',
'value.h', 'value.h',
'value_extractors.cc', 'value_extractors.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment