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

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

Issue 561273003: Add public deps to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/action_target_generator.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 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 23 matching lines...) Expand all
34 "config.cc", 34 "config.cc",
35 "config.h", 35 "config.h",
36 "config_values.cc", 36 "config_values.cc",
37 "config_values.h", 37 "config_values.h",
38 "config_values_extractors.cc", 38 "config_values_extractors.cc",
39 "config_values_extractors.h", 39 "config_values_extractors.h",
40 "config_values_generator.cc", 40 "config_values_generator.cc",
41 "config_values_generator.h", 41 "config_values_generator.h",
42 "copy_target_generator.cc", 42 "copy_target_generator.cc",
43 "copy_target_generator.h", 43 "copy_target_generator.h",
44 "deps_iterator.cc",
45 "deps_iterator.h",
44 "err.cc", 46 "err.cc",
45 "err.h", 47 "err.h",
46 "escape.cc", 48 "escape.cc",
47 "escape.h", 49 "escape.h",
48 "filesystem_utils.cc", 50 "filesystem_utils.cc",
49 "filesystem_utils.h", 51 "filesystem_utils.h",
50 "functions.cc", 52 "functions.cc",
51 "functions.h", 53 "functions.h",
52 "functions_target.cc", 54 "functions_target.cc",
53 "function_exec_script.cc", 55 "function_exec_script.cc",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ":gn_lib", 260 ":gn_lib",
259 "//base/test:test_support", 261 "//base/test:test_support",
260 "//testing/gtest", 262 "//testing/gtest",
261 ] 263 ]
262 } 264 }
263 265
264 executable("generate_test_gn_data") { 266 executable("generate_test_gn_data") {
265 sources = [ "generate_test_gn_data.cc" ] 267 sources = [ "generate_test_gn_data.cc" ]
266 deps = [ "//base" ] 268 deps = [ "//base" ]
267 } 269 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/action_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698