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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 'basic-block-profiler.cc', | 460 'basic-block-profiler.cc', |
461 'basic-block-profiler.h', | 461 'basic-block-profiler.h', |
462 'bignum-dtoa.cc', | 462 'bignum-dtoa.cc', |
463 'bignum-dtoa.h', | 463 'bignum-dtoa.h', |
464 'bignum.cc', | 464 'bignum.cc', |
465 'bignum.h', | 465 'bignum.h', |
466 'bit-vector.cc', | 466 'bit-vector.cc', |
467 'bit-vector.h', | 467 'bit-vector.h', |
468 'bootstrapper.cc', | 468 'bootstrapper.cc', |
469 'bootstrapper.h', | 469 'bootstrapper.h', |
| 470 'builtins/builtins-array.cc', |
| 471 'builtins/builtins-utils.h', |
470 'builtins/builtins.cc', | 472 'builtins/builtins.cc', |
471 'builtins/builtins.h', | 473 'builtins/builtins.h', |
472 'cached-powers.cc', | 474 'cached-powers.cc', |
473 'cached-powers.h', | 475 'cached-powers.h', |
474 'cancelable-task.cc', | 476 'cancelable-task.cc', |
475 'cancelable-task.h', | 477 'cancelable-task.h', |
476 'char-predicates.cc', | 478 'char-predicates.cc', |
477 'char-predicates-inl.h', | 479 'char-predicates-inl.h', |
478 'char-predicates.h', | 480 'char-predicates.h', |
479 'checks.h', | 481 'checks.h', |
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2312 }], | 2314 }], |
2313 ['want_separate_host_toolset==1', { | 2315 ['want_separate_host_toolset==1', { |
2314 'toolsets': ['host'], | 2316 'toolsets': ['host'], |
2315 }, { | 2317 }, { |
2316 'toolsets': ['target'], | 2318 'toolsets': ['target'], |
2317 }], | 2319 }], |
2318 ], | 2320 ], |
2319 }, | 2321 }, |
2320 ], | 2322 ], |
2321 } | 2323 } |
OLD | NEW |