Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: tools/gn/gn.gyp

Issue 977603002: gn: Cleanup - Sort GYP sources list alphabetical. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 9337761fe3055a8927c983017f9163204c49e36c..0b6d204b6983f1e5319274e568171b17d48b76b9 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -30,8 +30,8 @@
'command_check.cc',
'command_clean.cc',
'command_desc.cc',
- 'command_gen.cc',
'command_format.cc',
+ 'command_gen.cc',
'command_help.cc',
'command_ls.cc',
'command_refs.cc',
@@ -53,13 +53,10 @@
'err.h',
'escape.cc',
'escape.h',
- 'exec_process.h',
'exec_process.cc',
+ 'exec_process.h',
'filesystem_utils.cc',
'filesystem_utils.h',
- 'functions_target.cc',
- 'functions.cc',
- 'functions.h',
'function_exec_script.cc',
'function_foreach.cc',
'function_get_label_info.cc',
@@ -73,6 +70,9 @@
'function_template.cc',
'function_toolchain.cc',
'function_write_file.cc',
+ 'functions.cc',
+ 'functions.h',
+ 'functions_target.cc',
'group_target_generator.cc',
'group_target_generator.h',
'header_checker.cc',
@@ -106,12 +106,12 @@
'ninja_copy_target_writer.h',
'ninja_group_target_writer.cc',
'ninja_group_target_writer.h',
- 'ninja_utils.cc',
- 'ninja_utils.h',
'ninja_target_writer.cc',
'ninja_target_writer.h',
'ninja_toolchain_writer.cc',
'ninja_toolchain_writer.h',
+ 'ninja_utils.cc',
+ 'ninja_utils.h',
'ninja_writer.cc',
'ninja_writer.h',
'operators.cc',
@@ -170,9 +170,9 @@
'tool.h',
'toolchain.cc',
'toolchain.h',
- 'unique_vector.h',
'trace.cc',
'trace.h',
+ 'unique_vector.h',
'value.cc',
'value.h',
'value_extractors.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698