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

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

Issue 2105613003: Fix dependencies rules for create_bundle and bundle_data ninja steps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove stamps (to allow using hardlinks) Created 4 years, 5 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/bundle_data.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "functions_unittest.cc", 290 "functions_unittest.cc",
291 "header_checker_unittest.cc", 291 "header_checker_unittest.cc",
292 "inherited_libraries_unittest.cc", 292 "inherited_libraries_unittest.cc",
293 "input_conversion_unittest.cc", 293 "input_conversion_unittest.cc",
294 "label_pattern_unittest.cc", 294 "label_pattern_unittest.cc",
295 "label_unittest.cc", 295 "label_unittest.cc",
296 "loader_unittest.cc", 296 "loader_unittest.cc",
297 "ninja_action_target_writer_unittest.cc", 297 "ninja_action_target_writer_unittest.cc",
298 "ninja_binary_target_writer_unittest.cc", 298 "ninja_binary_target_writer_unittest.cc",
299 "ninja_build_writer_unittest.cc", 299 "ninja_build_writer_unittest.cc",
300 "ninja_bundle_data_target_writer_unittest.cc",
300 "ninja_copy_target_writer_unittest.cc", 301 "ninja_copy_target_writer_unittest.cc",
301 "ninja_create_bundle_target_writer_unittest.cc", 302 "ninja_create_bundle_target_writer_unittest.cc",
302 "ninja_group_target_writer_unittest.cc", 303 "ninja_group_target_writer_unittest.cc",
303 "ninja_target_writer_unittest.cc", 304 "ninja_target_writer_unittest.cc",
304 "ninja_toolchain_writer_unittest.cc", 305 "ninja_toolchain_writer_unittest.cc",
305 "operators_unittest.cc", 306 "operators_unittest.cc",
306 "parse_tree_unittest.cc", 307 "parse_tree_unittest.cc",
307 "parser_unittest.cc", 308 "parser_unittest.cc",
308 "path_output_unittest.cc", 309 "path_output_unittest.cc",
309 "pattern_unittest.cc", 310 "pattern_unittest.cc",
(...skipping 22 matching lines...) Expand all
332 "format_test_data/", 333 "format_test_data/",
333 ] 334 ]
334 335
335 deps = [ 336 deps = [
336 ":gn_lib", 337 ":gn_lib",
337 "//base/test:run_all_unittests", 338 "//base/test:run_all_unittests",
338 "//base/test:test_support", 339 "//base/test:test_support",
339 "//testing/gtest", 340 "//testing/gtest",
340 ] 341 ]
341 } 342 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/bundle_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698