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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 'bignum-dtoa.h', | 482 'bignum-dtoa.h', |
483 'bignum.cc', | 483 'bignum.cc', |
484 'bignum.h', | 484 'bignum.h', |
485 'bit-vector.cc', | 485 'bit-vector.cc', |
486 'bit-vector.h', | 486 'bit-vector.h', |
487 'bootstrapper.cc', | 487 'bootstrapper.cc', |
488 'bootstrapper.h', | 488 'bootstrapper.h', |
489 'builtins/builtins-arraybuffer.cc', | 489 'builtins/builtins-arraybuffer.cc', |
490 'builtins/builtins-array.cc', | 490 'builtins/builtins-array.cc', |
491 'builtins/builtins-boolean.cc', | 491 'builtins/builtins-boolean.cc', |
| 492 'builtins/builtins-callsite.cc', |
492 'builtins/builtins-dataview.cc', | 493 'builtins/builtins-dataview.cc', |
493 'builtins/builtins-date.cc', | 494 'builtins/builtins-date.cc', |
494 'builtins/builtins-error.cc', | 495 'builtins/builtins-error.cc', |
495 'builtins/builtins-function.cc', | 496 'builtins/builtins-function.cc', |
496 'builtins/builtins-global.cc', | 497 'builtins/builtins-global.cc', |
497 'builtins/builtins-internal.cc', | 498 'builtins/builtins-internal.cc', |
498 'builtins/builtins-json.cc', | 499 'builtins/builtins-json.cc', |
499 'builtins/builtins-math.cc', | 500 'builtins/builtins-math.cc', |
500 'builtins/builtins-number.cc', | 501 'builtins/builtins-number.cc', |
501 'builtins/builtins-object.cc', | 502 'builtins/builtins-object.cc', |
(...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2373 'conditions': [ | 2374 'conditions': [ |
2374 ['want_separate_host_toolset==1', { | 2375 ['want_separate_host_toolset==1', { |
2375 'toolsets': ['host'], | 2376 'toolsets': ['host'], |
2376 }, { | 2377 }, { |
2377 'toolsets': ['target'], | 2378 'toolsets': ['target'], |
2378 }], | 2379 }], |
2379 ], | 2380 ], |
2380 }, | 2381 }, |
2381 ], | 2382 ], |
2382 } | 2383 } |
OLD | NEW |