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

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

Issue 420443003: GN foreach should mark the list identifier as used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « media/BUILD.gn ('k') | tools/gn/function_foreach.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 defines = [ "GN_BUILD" ] 5 defines = [ "GN_BUILD" ]
6 6
7 static_library("gn_lib") { 7 static_library("gn_lib") {
8 sources = [ 8 sources = [
9 "action_target_generator.cc", 9 "action_target_generator.cc",
10 "action_target_generator.h", 10 "action_target_generator.h",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "config_values_extractors_unittest.cc", 180 "config_values_extractors_unittest.cc",
181 "escape_unittest.cc", 181 "escape_unittest.cc",
182 "filesystem_utils_unittest.cc", 182 "filesystem_utils_unittest.cc",
183 "file_template_unittest.cc", 183 "file_template_unittest.cc",
184 "function_foreach_unittest.cc", 184 "function_foreach_unittest.cc",
185 "function_get_label_info_unittest.cc", 185 "function_get_label_info_unittest.cc",
186 "function_get_path_info_unittest.cc", 186 "function_get_path_info_unittest.cc",
187 "function_get_target_outputs_unittest.cc", 187 "function_get_target_outputs_unittest.cc",
188 "function_rebase_path_unittest.cc", 188 "function_rebase_path_unittest.cc",
189 "function_write_file_unittest.cc", 189 "function_write_file_unittest.cc",
190 "functions_target_unittest.cc",
190 "functions_unittest.cc", 191 "functions_unittest.cc",
191 "header_checker_unittest.cc", 192 "header_checker_unittest.cc",
192 "input_conversion_unittest.cc", 193 "input_conversion_unittest.cc",
193 "label_unittest.cc", 194 "label_unittest.cc",
194 "loader_unittest.cc", 195 "loader_unittest.cc",
195 "ninja_action_target_writer_unittest.cc", 196 "ninja_action_target_writer_unittest.cc",
196 "ninja_binary_target_writer_unittest.cc", 197 "ninja_binary_target_writer_unittest.cc",
197 "ninja_copy_target_writer_unittest.cc", 198 "ninja_copy_target_writer_unittest.cc",
198 "ninja_helper_unittest.cc", 199 "ninja_helper_unittest.cc",
199 "ninja_target_writer_unittest.cc", 200 "ninja_target_writer_unittest.cc",
(...skipping 20 matching lines...) Expand all
220 ":gn_lib", 221 ":gn_lib",
221 "//base/test:test_support", 222 "//base/test:test_support",
222 "//testing/gtest", 223 "//testing/gtest",
223 ] 224 ]
224 } 225 }
225 226
226 executable("generate_test_gn_data") { 227 executable("generate_test_gn_data") {
227 sources = [ "generate_test_gn_data.cc" ] 228 sources = [ "generate_test_gn_data.cc" ]
228 deps = [ "//base" ] 229 deps = [ "//base" ]
229 } 230 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | tools/gn/function_foreach.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698