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

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

Issue 103593006: Allow GN imports to be processed from imports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/gn/functions.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 gyp_file = "gn.gyp" 5 gyp_file = "gn.gyp"
6 external = true 6 external = true
7 7
8 # Not defined when doing a GYP build, this lets the code key off of GN-specific 8 # Not defined when doing a GYP build, this lets the code key off of GN-specific
9 # features (the last change target). This can be removed when the last change 9 # features (the last change target). This can be removed when the last change
10 # target is supported by the GN->GYP converter (see is_gyp conditional for that 10 # target is supported by the GN->GYP converter (see is_gyp conditional for that
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "label_unittest.cc", 193 "label_unittest.cc",
194 "loader_unittest.cc", 194 "loader_unittest.cc",
195 "ninja_binary_target_writer_unittest.cc", 195 "ninja_binary_target_writer_unittest.cc",
196 "ninja_copy_target_writer_unittest.cc", 196 "ninja_copy_target_writer_unittest.cc",
197 "ninja_helper_unittest.cc", 197 "ninja_helper_unittest.cc",
198 "ninja_script_target_writer_unittest.cc", 198 "ninja_script_target_writer_unittest.cc",
199 "parser_unittest.cc", 199 "parser_unittest.cc",
200 "path_output_unittest.cc", 200 "path_output_unittest.cc",
201 "pattern_unittest.cc", 201 "pattern_unittest.cc",
202 "scope_per_file_provider_unittest.cc", 202 "scope_per_file_provider_unittest.cc",
203 "scope_unittest.cc",
203 "source_dir_unittest.cc", 204 "source_dir_unittest.cc",
204 "string_utils_unittest.cc", 205 "string_utils_unittest.cc",
205 "target_generator_unittest.cc", 206 "target_generator_unittest.cc",
206 "target_unittest.cc", 207 "target_unittest.cc",
207 "test_with_scope.cc", 208 "test_with_scope.cc",
208 "test_with_scope.h", 209 "test_with_scope.h",
209 "tokenizer_unittest.cc", 210 "tokenizer_unittest.cc",
210 ] 211 ]
211 deps = [ 212 deps = [
212 ":gn_lib", 213 ":gn_lib",
213 "//base:run_all_unittests", 214 "//base:run_all_unittests",
214 "//base:test_support_base", 215 "//base:test_support_base",
215 "//testing:gtest", 216 "//testing:gtest",
216 ] 217 ]
217 } 218 }
218 219
219 executable("generate_test_gn_data") { 220 executable("generate_test_gn_data") {
220 sources = [ "generate_test_gn_data.cc" ] 221 sources = [ "generate_test_gn_data.cc" ]
221 deps = [ "//base" ] 222 deps = [ "//base" ]
222 } 223 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698