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

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

Issue 1892393002: 🐜 GN: Make write_runtime_deps take effect only a target is resolved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 8 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
« no previous file with comments | « no previous file | tools/gn/group_target_generator_unittest.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 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 configs += [ "//build/config:precompiled_headers" ] 10 configs += [ "//build/config:precompiled_headers" ]
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "function_foreach_unittest.cc", 270 "function_foreach_unittest.cc",
271 "function_forward_variables_from_unittest.cc", 271 "function_forward_variables_from_unittest.cc",
272 "function_get_label_info_unittest.cc", 272 "function_get_label_info_unittest.cc",
273 "function_get_path_info_unittest.cc", 273 "function_get_path_info_unittest.cc",
274 "function_get_target_outputs_unittest.cc", 274 "function_get_target_outputs_unittest.cc",
275 "function_process_file_template_unittest.cc", 275 "function_process_file_template_unittest.cc",
276 "function_rebase_path_unittest.cc", 276 "function_rebase_path_unittest.cc",
277 "function_write_file_unittest.cc", 277 "function_write_file_unittest.cc",
278 "functions_target_unittest.cc", 278 "functions_target_unittest.cc",
279 "functions_unittest.cc", 279 "functions_unittest.cc",
280 "group_target_generator_unittest.cc",
281 "header_checker_unittest.cc", 280 "header_checker_unittest.cc",
282 "inherited_libraries_unittest.cc", 281 "inherited_libraries_unittest.cc",
283 "input_conversion_unittest.cc", 282 "input_conversion_unittest.cc",
284 "label_pattern_unittest.cc", 283 "label_pattern_unittest.cc",
285 "label_unittest.cc", 284 "label_unittest.cc",
286 "loader_unittest.cc", 285 "loader_unittest.cc",
287 "ninja_action_target_writer_unittest.cc", 286 "ninja_action_target_writer_unittest.cc",
288 "ninja_binary_target_writer_unittest.cc", 287 "ninja_binary_target_writer_unittest.cc",
289 "ninja_build_writer_unittest.cc", 288 "ninja_build_writer_unittest.cc",
290 "ninja_copy_target_writer_unittest.cc", 289 "ninja_copy_target_writer_unittest.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "format_test_data/", 321 "format_test_data/",
323 ] 322 ]
324 323
325 deps = [ 324 deps = [
326 ":gn_lib", 325 ":gn_lib",
327 "//base/test:run_all_unittests", 326 "//base/test:run_all_unittests",
328 "//base/test:test_support", 327 "//base/test:test_support",
329 "//testing/gtest", 328 "//testing/gtest",
330 ] 329 ]
331 } 330 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/group_target_generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698