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

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

Issue 551703002: Fix group datadeps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 defines = [ "GN_BUILD" ] 5 defines = [ "GN_BUILD" ]
6 6
7 static_library("gn_lib") { 7 static_library("gn_lib") {
8 sources = [ 8 sources = [
9 "action_target_generator.cc", 9 "action_target_generator.cc",
10 "action_target_generator.h", 10 "action_target_generator.h",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "functions_target_unittest.cc", 222 "functions_target_unittest.cc",
223 "functions_unittest.cc", 223 "functions_unittest.cc",
224 "header_checker_unittest.cc", 224 "header_checker_unittest.cc",
225 "input_conversion_unittest.cc", 225 "input_conversion_unittest.cc",
226 "label_pattern_unittest.cc", 226 "label_pattern_unittest.cc",
227 "label_unittest.cc", 227 "label_unittest.cc",
228 "loader_unittest.cc", 228 "loader_unittest.cc",
229 "ninja_action_target_writer_unittest.cc", 229 "ninja_action_target_writer_unittest.cc",
230 "ninja_binary_target_writer_unittest.cc", 230 "ninja_binary_target_writer_unittest.cc",
231 "ninja_copy_target_writer_unittest.cc", 231 "ninja_copy_target_writer_unittest.cc",
232 "ninja_group_target_writer_unittest.cc",
232 "ninja_target_writer_unittest.cc", 233 "ninja_target_writer_unittest.cc",
233 "ninja_toolchain_writer_unittest.cc", 234 "ninja_toolchain_writer_unittest.cc",
234 "operators_unittest.cc", 235 "operators_unittest.cc",
235 "parse_tree_unittest.cc", 236 "parse_tree_unittest.cc",
236 "parser_unittest.cc", 237 "parser_unittest.cc",
237 "path_output_unittest.cc", 238 "path_output_unittest.cc",
238 "pattern_unittest.cc", 239 "pattern_unittest.cc",
239 "run_all_unittests.cc", 240 "run_all_unittests.cc",
240 "scope_per_file_provider_unittest.cc", 241 "scope_per_file_provider_unittest.cc",
241 "scope_unittest.cc", 242 "scope_unittest.cc",
(...skipping 15 matching lines...) Expand all
257 ":gn_lib", 258 ":gn_lib",
258 "//base/test:test_support", 259 "//base/test:test_support",
259 "//testing/gtest", 260 "//testing/gtest",
260 ] 261 ]
261 } 262 }
262 263
263 executable("generate_test_gn_data") { 264 executable("generate_test_gn_data") {
264 sources = [ "generate_test_gn_data.cc" ] 265 sources = [ "generate_test_gn_data.cc" ]
265 deps = [ "//base" ] 266 deps = [ "//base" ]
266 } 267 }
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