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

Side by Side Diff: tools/gn/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 defines = [ "GN_BUILD" ] 7 defines = [ "GN_BUILD" ]
8 8
9 static_library("gn_lib") { 9 static_library("gn_lib") {
10 sources = [ 10 sources = [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "deps_iterator.cc", 48 "deps_iterator.cc",
49 "deps_iterator.h", 49 "deps_iterator.h",
50 "err.cc", 50 "err.cc",
51 "err.h", 51 "err.h",
52 "escape.cc", 52 "escape.cc",
53 "escape.h", 53 "escape.h",
54 "exec_process.cc", 54 "exec_process.cc",
55 "exec_process.h", 55 "exec_process.h",
56 "filesystem_utils.cc", 56 "filesystem_utils.cc",
57 "filesystem_utils.h", 57 "filesystem_utils.h",
58 "functions.cc",
59 "functions.h",
60 "functions_target.cc",
61 "function_exec_script.cc", 58 "function_exec_script.cc",
62 "function_foreach.cc", 59 "function_foreach.cc",
63 "function_get_label_info.cc", 60 "function_get_label_info.cc",
64 "function_get_path_info.cc", 61 "function_get_path_info.cc",
65 "function_get_target_outputs.cc", 62 "function_get_target_outputs.cc",
66 "function_process_file_template.cc", 63 "function_process_file_template.cc",
67 "function_read_file.cc", 64 "function_read_file.cc",
68 "function_rebase_path.cc", 65 "function_rebase_path.cc",
69 "function_set_default_toolchain.cc", 66 "function_set_default_toolchain.cc",
70 "function_set_defaults.cc", 67 "function_set_defaults.cc",
71 "function_template.cc", 68 "function_template.cc",
72 "function_toolchain.cc", 69 "function_toolchain.cc",
73 "function_write_file.cc", 70 "function_write_file.cc",
71 "functions.cc",
72 "functions.h",
73 "functions_target.cc",
74 "group_target_generator.cc", 74 "group_target_generator.cc",
75 "group_target_generator.h", 75 "group_target_generator.h",
76 "header_checker.cc", 76 "header_checker.cc",
77 "header_checker.h", 77 "header_checker.h",
78 "import_manager.cc", 78 "import_manager.cc",
79 "import_manager.h", 79 "import_manager.h",
80 "input_conversion.cc", 80 "input_conversion.cc",
81 "input_conversion.h", 81 "input_conversion.h",
82 "input_file.cc", 82 "input_file.cc",
83 "input_file.h", 83 "input_file.h",
(...skipping 13 matching lines...) Expand all
97 "ninja_action_target_writer.cc", 97 "ninja_action_target_writer.cc",
98 "ninja_action_target_writer.h", 98 "ninja_action_target_writer.h",
99 "ninja_binary_target_writer.cc", 99 "ninja_binary_target_writer.cc",
100 "ninja_binary_target_writer.h", 100 "ninja_binary_target_writer.h",
101 "ninja_build_writer.cc", 101 "ninja_build_writer.cc",
102 "ninja_build_writer.h", 102 "ninja_build_writer.h",
103 "ninja_copy_target_writer.cc", 103 "ninja_copy_target_writer.cc",
104 "ninja_copy_target_writer.h", 104 "ninja_copy_target_writer.h",
105 "ninja_group_target_writer.cc", 105 "ninja_group_target_writer.cc",
106 "ninja_group_target_writer.h", 106 "ninja_group_target_writer.h",
107 "ninja_utils.cc",
108 "ninja_utils.h",
109 "ninja_target_writer.cc", 107 "ninja_target_writer.cc",
110 "ninja_target_writer.h", 108 "ninja_target_writer.h",
111 "ninja_toolchain_writer.cc", 109 "ninja_toolchain_writer.cc",
112 "ninja_toolchain_writer.h", 110 "ninja_toolchain_writer.h",
111 "ninja_utils.cc",
112 "ninja_utils.h",
113 "ninja_writer.cc", 113 "ninja_writer.cc",
114 "ninja_writer.h", 114 "ninja_writer.h",
115 "operators.cc", 115 "operators.cc",
116 "operators.h", 116 "operators.h",
117 "output_file.cc", 117 "output_file.cc",
118 "output_file.h", 118 "output_file.h",
119 "parse_tree.cc", 119 "parse_tree.cc",
120 "parse_tree.h", 120 "parse_tree.h",
121 "parser.cc", 121 "parser.cc",
122 "parser.h", 122 "parser.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "switches.h", 156 "switches.h",
157 "target.cc", 157 "target.cc",
158 "target.h", 158 "target.h",
159 "target_generator.cc", 159 "target_generator.cc",
160 "target_generator.h", 160 "target_generator.h",
161 "template.cc", 161 "template.cc",
162 "template.h", 162 "template.h",
163 "token.cc", 163 "token.cc",
164 "token.h", 164 "token.h",
165 "tokenizer.cc", 165 "tokenizer.cc",
166 "tokenizer.h",
166 "tool.cc", 167 "tool.cc",
167 "tool.h", 168 "tool.h",
168 "tokenizer.h",
169 "toolchain.cc", 169 "toolchain.cc",
170 "toolchain.h", 170 "toolchain.h",
171 "trace.cc", 171 "trace.cc",
172 "trace.h", 172 "trace.h",
173 "unique_vector.h", 173 "unique_vector.h",
174 "value.cc", 174 "value.cc",
175 "value.h", 175 "value.h",
176 "value_extractors.cc", 176 "value_extractors.cc",
177 "value_extractors.h", 177 "value_extractors.h",
178 "variables.cc", 178 "variables.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 } 279 }
280 280
281 executable("generate_test_gn_data") { 281 executable("generate_test_gn_data") {
282 sources = [ 282 sources = [
283 "generate_test_gn_data.cc", 283 "generate_test_gn_data.cc",
284 ] 284 ]
285 deps = [ 285 deps = [
286 "//base", 286 "//base",
287 ] 287 ]
288 } 288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698