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

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

Issue 1828113002: 🌱 GN: Look at all target outputs when detecting duplicates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bye bye gmock 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/ninja_build_writer.h » ('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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "functions_target_unittest.cc", 278 "functions_target_unittest.cc",
279 "functions_unittest.cc", 279 "functions_unittest.cc",
280 "header_checker_unittest.cc", 280 "header_checker_unittest.cc",
281 "inherited_libraries_unittest.cc", 281 "inherited_libraries_unittest.cc",
282 "input_conversion_unittest.cc", 282 "input_conversion_unittest.cc",
283 "label_pattern_unittest.cc", 283 "label_pattern_unittest.cc",
284 "label_unittest.cc", 284 "label_unittest.cc",
285 "loader_unittest.cc", 285 "loader_unittest.cc",
286 "ninja_action_target_writer_unittest.cc", 286 "ninja_action_target_writer_unittest.cc",
287 "ninja_binary_target_writer_unittest.cc", 287 "ninja_binary_target_writer_unittest.cc",
288 "ninja_build_writer_unittest.cc",
288 "ninja_copy_target_writer_unittest.cc", 289 "ninja_copy_target_writer_unittest.cc",
289 "ninja_create_bundle_target_writer_unittest.cc", 290 "ninja_create_bundle_target_writer_unittest.cc",
290 "ninja_group_target_writer_unittest.cc", 291 "ninja_group_target_writer_unittest.cc",
291 "ninja_target_writer_unittest.cc", 292 "ninja_target_writer_unittest.cc",
292 "ninja_toolchain_writer_unittest.cc", 293 "ninja_toolchain_writer_unittest.cc",
293 "operators_unittest.cc", 294 "operators_unittest.cc",
294 "parse_tree_unittest.cc", 295 "parse_tree_unittest.cc",
295 "parser_unittest.cc", 296 "parser_unittest.cc",
296 "path_output_unittest.cc", 297 "path_output_unittest.cc",
297 "pattern_unittest.cc", 298 "pattern_unittest.cc",
(...skipping 22 matching lines...) Expand all
320 "format_test_data/", 321 "format_test_data/",
321 ] 322 ]
322 323
323 deps = [ 324 deps = [
324 ":gn_lib", 325 ":gn_lib",
325 "//base/test:run_all_unittests", 326 "//base/test:run_all_unittests",
326 "//base/test:test_support", 327 "//base/test:test_support",
327 "//testing/gtest", 328 "//testing/gtest",
328 ] 329 ]
329 } 330 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/ninja_build_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698