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

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

Issue 2006923004: Add support for user defined "pool" to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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/builder.h » ('j') | tools/gn/functions.cc » ('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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "output_file.cc", 139 "output_file.cc",
140 "output_file.h", 140 "output_file.h",
141 "parse_tree.cc", 141 "parse_tree.cc",
142 "parse_tree.h", 142 "parse_tree.h",
143 "parser.cc", 143 "parser.cc",
144 "parser.h", 144 "parser.h",
145 "path_output.cc", 145 "path_output.cc",
146 "path_output.h", 146 "path_output.h",
147 "pattern.cc", 147 "pattern.cc",
148 "pattern.h", 148 "pattern.h",
149 "pool.cc",
150 "pool.h",
149 "qt_creator_writer.cc", 151 "qt_creator_writer.cc",
150 "qt_creator_writer.h", 152 "qt_creator_writer.h",
151 "runtime_deps.cc", 153 "runtime_deps.cc",
152 "runtime_deps.h", 154 "runtime_deps.h",
153 "scheduler.cc", 155 "scheduler.cc",
154 "scheduler.h", 156 "scheduler.h",
155 "scope.cc", 157 "scope.cc",
156 "scope.h", 158 "scope.h",
157 "scope_per_file_provider.cc", 159 "scope_per_file_provider.cc",
158 "scope_per_file_provider.h", 160 "scope_per_file_provider.h",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "format_test_data/", 330 "format_test_data/",
329 ] 331 ]
330 332
331 deps = [ 333 deps = [
332 ":gn_lib", 334 ":gn_lib",
333 "//base/test:run_all_unittests", 335 "//base/test:run_all_unittests",
334 "//base/test:test_support", 336 "//base/test:test_support",
335 "//testing/gtest", 337 "//testing/gtest",
336 ] 338 ]
337 } 339 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/builder.h » ('j') | tools/gn/functions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698