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

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

Issue 1083663007: Propagate GN public shared libraries through shared libraries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 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/gn.gyp » ('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 sources = [ 10 sources = [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "function_write_file.cc", 70 "function_write_file.cc",
71 "functions.cc", 71 "functions.cc",
72 "functions.h", 72 "functions.h",
73 "functions_target.cc", 73 "functions_target.cc",
74 "group_target_generator.cc", 74 "group_target_generator.cc",
75 "group_target_generator.h", 75 "group_target_generator.h",
76 "header_checker.cc", 76 "header_checker.cc",
77 "header_checker.h", 77 "header_checker.h",
78 "import_manager.cc", 78 "import_manager.cc",
79 "import_manager.h", 79 "import_manager.h",
80 "inherited_libraries.cc",
81 "inherited_libraries.h",
80 "input_conversion.cc", 82 "input_conversion.cc",
81 "input_conversion.h", 83 "input_conversion.h",
82 "input_file.cc", 84 "input_file.cc",
83 "input_file.h", 85 "input_file.h",
84 "input_file_manager.cc", 86 "input_file_manager.cc",
85 "input_file_manager.h", 87 "input_file_manager.h",
86 "item.cc", 88 "item.cc",
87 "item.h", 89 "item.h",
88 "label.cc", 90 "label.cc",
89 "label.h", 91 "label.h",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "function_foreach_unittest.cc", 235 "function_foreach_unittest.cc",
234 "function_get_label_info_unittest.cc", 236 "function_get_label_info_unittest.cc",
235 "function_get_path_info_unittest.cc", 237 "function_get_path_info_unittest.cc",
236 "function_get_target_outputs_unittest.cc", 238 "function_get_target_outputs_unittest.cc",
237 "function_process_file_template_unittest.cc", 239 "function_process_file_template_unittest.cc",
238 "function_rebase_path_unittest.cc", 240 "function_rebase_path_unittest.cc",
239 "function_write_file_unittest.cc", 241 "function_write_file_unittest.cc",
240 "functions_target_unittest.cc", 242 "functions_target_unittest.cc",
241 "functions_unittest.cc", 243 "functions_unittest.cc",
242 "header_checker_unittest.cc", 244 "header_checker_unittest.cc",
245 "inherited_libraries_unittest.cc",
243 "input_conversion_unittest.cc", 246 "input_conversion_unittest.cc",
244 "label_pattern_unittest.cc", 247 "label_pattern_unittest.cc",
245 "label_unittest.cc", 248 "label_unittest.cc",
246 "loader_unittest.cc", 249 "loader_unittest.cc",
247 "ninja_action_target_writer_unittest.cc", 250 "ninja_action_target_writer_unittest.cc",
248 "ninja_binary_target_writer_unittest.cc", 251 "ninja_binary_target_writer_unittest.cc",
249 "ninja_copy_target_writer_unittest.cc", 252 "ninja_copy_target_writer_unittest.cc",
250 "ninja_group_target_writer_unittest.cc", 253 "ninja_group_target_writer_unittest.cc",
251 "ninja_target_writer_unittest.cc", 254 "ninja_target_writer_unittest.cc",
252 "ninja_toolchain_writer_unittest.cc", 255 "ninja_toolchain_writer_unittest.cc",
(...skipping 27 matching lines...) Expand all
280 } 283 }
281 284
282 executable("generate_test_gn_data") { 285 executable("generate_test_gn_data") {
283 sources = [ 286 sources = [
284 "generate_test_gn_data.cc", 287 "generate_test_gn_data.cc",
285 ] 288 ]
286 deps = [ 289 deps = [
287 "//base", 290 "//base",
288 ] 291 ]
289 } 292 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/gn.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698