OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 '../../src/api.cc', | 390 '../../src/api.cc', |
391 '../../src/api.h', | 391 '../../src/api.h', |
392 '../../src/api-natives.cc', | 392 '../../src/api-natives.cc', |
393 '../../src/api-natives.h', | 393 '../../src/api-natives.h', |
394 '../../src/arguments.cc', | 394 '../../src/arguments.cc', |
395 '../../src/arguments.h', | 395 '../../src/arguments.h', |
396 '../../src/assembler.cc', | 396 '../../src/assembler.cc', |
397 '../../src/assembler.h', | 397 '../../src/assembler.h', |
398 '../../src/assert-scope.h', | 398 '../../src/assert-scope.h', |
399 '../../src/assert-scope.cc', | 399 '../../src/assert-scope.cc', |
400 '../../src/ast-value-factory.cc', | 400 '../../src/ast-expression-visitor.cc', |
401 '../../src/ast-value-factory.h', | 401 '../../src/ast-expression-visitor.h', |
402 '../../src/ast-literal-reindexer.cc', | 402 '../../src/ast-literal-reindexer.cc', |
403 '../../src/ast-literal-reindexer.h', | 403 '../../src/ast-literal-reindexer.h', |
404 '../../src/ast-numbering.cc', | 404 '../../src/ast-numbering.cc', |
405 '../../src/ast-numbering.h', | 405 '../../src/ast-numbering.h', |
| 406 '../../src/ast-value-factory.cc', |
| 407 '../../src/ast-value-factory.h', |
406 '../../src/ast.cc', | 408 '../../src/ast.cc', |
407 '../../src/ast.h', | 409 '../../src/ast.h', |
408 '../../src/background-parsing-task.cc', | 410 '../../src/background-parsing-task.cc', |
409 '../../src/background-parsing-task.h', | 411 '../../src/background-parsing-task.h', |
410 '../../src/bailout-reason.cc', | 412 '../../src/bailout-reason.cc', |
411 '../../src/bailout-reason.h', | 413 '../../src/bailout-reason.h', |
412 '../../src/basic-block-profiler.cc', | 414 '../../src/basic-block-profiler.cc', |
413 '../../src/basic-block-profiler.h', | 415 '../../src/basic-block-profiler.h', |
414 '../../src/bignum-dtoa.cc', | 416 '../../src/bignum-dtoa.cc', |
415 '../../src/bignum-dtoa.h', | 417 '../../src/bignum-dtoa.h', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 '../../src/transitions.cc', | 962 '../../src/transitions.cc', |
961 '../../src/transitions.h', | 963 '../../src/transitions.h', |
962 '../../src/type-feedback-vector-inl.h', | 964 '../../src/type-feedback-vector-inl.h', |
963 '../../src/type-feedback-vector.cc', | 965 '../../src/type-feedback-vector.cc', |
964 '../../src/type-feedback-vector.h', | 966 '../../src/type-feedback-vector.h', |
965 '../../src/type-info.cc', | 967 '../../src/type-info.cc', |
966 '../../src/type-info.h', | 968 '../../src/type-info.h', |
967 '../../src/types-inl.h', | 969 '../../src/types-inl.h', |
968 '../../src/types.cc', | 970 '../../src/types.cc', |
969 '../../src/types.h', | 971 '../../src/types.h', |
| 972 '../../src/typing-reset.cc', |
| 973 '../../src/typing-reset.h', |
970 '../../src/typing.cc', | 974 '../../src/typing.cc', |
971 '../../src/typing.h', | 975 '../../src/typing.h', |
972 '../../src/unbound-queue-inl.h', | 976 '../../src/unbound-queue-inl.h', |
973 '../../src/unbound-queue.h', | 977 '../../src/unbound-queue.h', |
974 '../../src/unicode-inl.h', | 978 '../../src/unicode-inl.h', |
975 '../../src/unicode.cc', | 979 '../../src/unicode.cc', |
976 '../../src/unicode.h', | 980 '../../src/unicode.h', |
977 '../../src/unicode-decoder.cc', | 981 '../../src/unicode-decoder.cc', |
978 '../../src/unicode-decoder.h', | 982 '../../src/unicode-decoder.h', |
979 '../../src/unique.h', | 983 '../../src/unique.h', |
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 }], | 1991 }], |
1988 ['want_separate_host_toolset==1', { | 1992 ['want_separate_host_toolset==1', { |
1989 'toolsets': ['host'], | 1993 'toolsets': ['host'], |
1990 }, { | 1994 }, { |
1991 'toolsets': ['target'], | 1995 'toolsets': ['target'], |
1992 }], | 1996 }], |
1993 ], | 1997 ], |
1994 }, | 1998 }, |
1995 ], | 1999 ], |
1996 } | 2000 } |
OLD | NEW |