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

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

Issue 1494883002: GN: Makes GN output deterministic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moves sort into ninja_toolchain_writer.cc for consistency Created 5 years 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/command_desc.cc » ('j') | tools/gn/dereference_comparator.h » ('J')
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "config_values.cc", 43 "config_values.cc",
44 "config_values.h", 44 "config_values.h",
45 "config_values_extractors.cc", 45 "config_values_extractors.cc",
46 "config_values_extractors.h", 46 "config_values_extractors.h",
47 "config_values_generator.cc", 47 "config_values_generator.cc",
48 "config_values_generator.h", 48 "config_values_generator.h",
49 "copy_target_generator.cc", 49 "copy_target_generator.cc",
50 "copy_target_generator.h", 50 "copy_target_generator.h",
51 "deps_iterator.cc", 51 "deps_iterator.cc",
52 "deps_iterator.h", 52 "deps_iterator.h",
53 "dereference_comparator.h",
53 "err.cc", 54 "err.cc",
54 "err.h", 55 "err.h",
55 "escape.cc", 56 "escape.cc",
56 "escape.h", 57 "escape.h",
57 "exec_process.cc", 58 "exec_process.cc",
58 "exec_process.h", 59 "exec_process.h",
59 "filesystem_utils.cc", 60 "filesystem_utils.cc",
60 "filesystem_utils.h", 61 "filesystem_utils.h",
61 "function_exec_script.cc", 62 "function_exec_script.cc",
62 "function_foreach.cc", 63 "function_foreach.cc",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 314
314 executable("generate_test_gn_data") { 315 executable("generate_test_gn_data") {
315 sources = [ 316 sources = [
316 "generate_test_gn_data.cc", 317 "generate_test_gn_data.cc",
317 ] 318 ]
318 deps = [ 319 deps = [
319 "//base", 320 "//base",
320 "//build/config/sanitizers:deps", 321 "//build/config/sanitizers:deps",
321 ] 322 ]
322 } 323 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/command_desc.cc » ('j') | tools/gn/dereference_comparator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698