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

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

Issue 1214933007: Normalize paths in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually "git add" the test file. Created 5 years, 5 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/BUILD.gn ('k') | tools/gn/path_output_unittest.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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'ninja_toolchain_writer_unittest.cc', 235 'ninja_toolchain_writer_unittest.cc',
236 'operators_unittest.cc', 236 'operators_unittest.cc',
237 'parse_tree_unittest.cc', 237 'parse_tree_unittest.cc',
238 'parser_unittest.cc', 238 'parser_unittest.cc',
239 'path_output_unittest.cc', 239 'path_output_unittest.cc',
240 'pattern_unittest.cc', 240 'pattern_unittest.cc',
241 'runtime_deps_unittest.cc', 241 'runtime_deps_unittest.cc',
242 'scope_per_file_provider_unittest.cc', 242 'scope_per_file_provider_unittest.cc',
243 'scope_unittest.cc', 243 'scope_unittest.cc',
244 'source_dir_unittest.cc', 244 'source_dir_unittest.cc',
245 'source_file_unittest.cc',
245 'string_utils_unittest.cc', 246 'string_utils_unittest.cc',
246 'substitution_pattern_unittest.cc', 247 'substitution_pattern_unittest.cc',
247 'substitution_writer_unittest.cc', 248 'substitution_writer_unittest.cc',
248 'target_generator_unittest.cc', 249 'target_generator_unittest.cc',
249 'target_unittest.cc', 250 'target_unittest.cc',
250 'template_unittest.cc', 251 'template_unittest.cc',
251 'test_with_scope.cc', 252 'test_with_scope.cc',
252 'test_with_scope.h', 253 'test_with_scope.h',
253 'tokenizer_unittest.cc', 254 'tokenizer_unittest.cc',
254 'unique_vector_unittest.cc', 255 'unique_vector_unittest.cc',
(...skipping 12 matching lines...) Expand all
267 'type': 'executable', 268 'type': 'executable',
268 'sources': [ 269 'sources': [
269 'generate_test_gn_data.cc', 270 'generate_test_gn_data.cc',
270 ], 271 ],
271 'dependencies': [ 272 'dependencies': [
272 '../../base/base.gyp:base', 273 '../../base/base.gyp:base',
273 ], 274 ],
274 } 275 }
275 ], 276 ],
276 } 277 }
OLDNEW
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/path_output_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698