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

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

Issue 1130183007: Add runtime dependency extraction for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make msvc happy Created 5 years, 7 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 | « tools/gn/command_help.cc ('k') | tools/gn/ninja_target_writer.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 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'gn_lib', 7 'target_name': 'gn_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../../base/base.gyp:base', 10 '../../base/base.gyp:base',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'output_file.cc', 121 'output_file.cc',
122 'output_file.h', 122 'output_file.h',
123 'parse_tree.cc', 123 'parse_tree.cc',
124 'parse_tree.h', 124 'parse_tree.h',
125 'parser.cc', 125 'parser.cc',
126 'parser.h', 126 'parser.h',
127 'path_output.cc', 127 'path_output.cc',
128 'path_output.h', 128 'path_output.h',
129 'pattern.cc', 129 'pattern.cc',
130 'pattern.h', 130 'pattern.h',
131 'runtime_deps.cc',
132 'runtime_deps.h',
131 'scheduler.cc', 133 'scheduler.cc',
132 'scheduler.h', 134 'scheduler.h',
133 'scope.cc', 135 'scope.cc',
134 'scope.h', 136 'scope.h',
135 'scope_per_file_provider.cc', 137 'scope_per_file_provider.cc',
136 'scope_per_file_provider.h', 138 'scope_per_file_provider.h',
137 'settings.cc', 139 'settings.cc',
138 'settings.h', 140 'settings.h',
139 'setup.cc', 141 'setup.cc',
140 'setup.h', 142 'setup.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'ninja_binary_target_writer_unittest.cc', 230 'ninja_binary_target_writer_unittest.cc',
229 'ninja_copy_target_writer_unittest.cc', 231 'ninja_copy_target_writer_unittest.cc',
230 'ninja_group_target_writer_unittest.cc', 232 'ninja_group_target_writer_unittest.cc',
231 'ninja_target_writer_unittest.cc', 233 'ninja_target_writer_unittest.cc',
232 'ninja_toolchain_writer_unittest.cc', 234 'ninja_toolchain_writer_unittest.cc',
233 'operators_unittest.cc', 235 'operators_unittest.cc',
234 'parse_tree_unittest.cc', 236 'parse_tree_unittest.cc',
235 'parser_unittest.cc', 237 'parser_unittest.cc',
236 'path_output_unittest.cc', 238 'path_output_unittest.cc',
237 'pattern_unittest.cc', 239 'pattern_unittest.cc',
240 'runtime_deps_unittest.cc',
238 'scope_per_file_provider_unittest.cc', 241 'scope_per_file_provider_unittest.cc',
239 'scope_unittest.cc', 242 'scope_unittest.cc',
240 'source_dir_unittest.cc', 243 'source_dir_unittest.cc',
241 'string_utils_unittest.cc', 244 'string_utils_unittest.cc',
242 'substitution_pattern_unittest.cc', 245 'substitution_pattern_unittest.cc',
243 'substitution_writer_unittest.cc', 246 'substitution_writer_unittest.cc',
244 'target_generator_unittest.cc', 247 'target_generator_unittest.cc',
245 'target_unittest.cc', 248 'target_unittest.cc',
246 'template_unittest.cc', 249 'template_unittest.cc',
247 'test_with_scope.cc', 250 'test_with_scope.cc',
(...skipping 15 matching lines...) Expand all
263 'type': 'executable', 266 'type': 'executable',
264 'sources': [ 267 'sources': [
265 'generate_test_gn_data.cc', 268 'generate_test_gn_data.cc',
266 ], 269 ],
267 'dependencies': [ 270 'dependencies': [
268 '../../base/base.gyp:base', 271 '../../base/base.gyp:base',
269 ], 272 ],
270 } 273 }
271 ], 274 ],
272 } 275 }
OLDNEW
« no previous file with comments | « tools/gn/command_help.cc ('k') | tools/gn/ninja_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698