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

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

Issue 1530183005: Special-case paths that appear in libs by not prefixing them with -l. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in previous patch 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') | 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "input_file.h", 89 "input_file.h",
90 "input_file_manager.cc", 90 "input_file_manager.cc",
91 "input_file_manager.h", 91 "input_file_manager.h",
92 "item.cc", 92 "item.cc",
93 "item.h", 93 "item.h",
94 "label.cc", 94 "label.cc",
95 "label.h", 95 "label.h",
96 "label_pattern.cc", 96 "label_pattern.cc",
97 "label_pattern.h", 97 "label_pattern.h",
98 "label_ptr.h", 98 "label_ptr.h",
99 "lib_file.cc",
100 "lib_file.h",
99 "loader.cc", 101 "loader.cc",
100 "loader.h", 102 "loader.h",
101 "location.cc", 103 "location.cc",
102 "location.h", 104 "location.h",
103 "ninja_action_target_writer.cc", 105 "ninja_action_target_writer.cc",
104 "ninja_action_target_writer.h", 106 "ninja_action_target_writer.h",
105 "ninja_binary_target_writer.cc", 107 "ninja_binary_target_writer.cc",
106 "ninja_binary_target_writer.h", 108 "ninja_binary_target_writer.h",
107 "ninja_build_writer.cc", 109 "ninja_build_writer.cc",
108 "ninja_build_writer.h", 110 "ninja_build_writer.h",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 315
314 executable("generate_test_gn_data") { 316 executable("generate_test_gn_data") {
315 sources = [ 317 sources = [
316 "generate_test_gn_data.cc", 318 "generate_test_gn_data.cc",
317 ] 319 ]
318 deps = [ 320 deps = [
319 "//base", 321 "//base",
320 "//build/config/sanitizers:deps", 322 "//build/config/sanitizers:deps",
321 ] 323 ]
322 } 324 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/command_desc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698