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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'address-map.cc', | 406 'address-map.cc', |
407 'address-map.h', | 407 'address-map.h', |
408 'allocation.cc', | 408 'allocation.cc', |
409 'allocation.h', | 409 'allocation.h', |
410 'allocation-site-scopes.cc', | 410 'allocation-site-scopes.cc', |
411 'allocation-site-scopes.h', | 411 'allocation-site-scopes.h', |
412 'api-experimental.cc', | 412 'api-experimental.cc', |
413 'api-experimental.h', | 413 'api-experimental.h', |
414 'api.cc', | 414 'api.cc', |
415 'api.h', | 415 'api.h', |
| 416 'api-arguments-inl.h', |
416 'api-arguments.cc', | 417 'api-arguments.cc', |
417 'api-arguments.h', | 418 'api-arguments.h', |
418 'api-natives.cc', | 419 'api-natives.cc', |
419 'api-natives.h', | 420 'api-natives.h', |
420 'arguments.cc', | 421 'arguments.cc', |
421 'arguments.h', | 422 'arguments.h', |
422 'assembler.cc', | 423 'assembler.cc', |
423 'assembler.h', | 424 'assembler.h', |
424 'assert-scope.h', | 425 'assert-scope.h', |
425 'assert-scope.cc', | 426 'assert-scope.cc', |
(...skipping 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2280 }], | 2281 }], |
2281 ['want_separate_host_toolset==1', { | 2282 ['want_separate_host_toolset==1', { |
2282 'toolsets': ['host'], | 2283 'toolsets': ['host'], |
2283 }, { | 2284 }, { |
2284 'toolsets': ['target'], | 2285 'toolsets': ['target'], |
2285 }], | 2286 }], |
2286 ], | 2287 ], |
2287 }, | 2288 }, |
2288 ], | 2289 ], |
2289 } | 2290 } |
OLD | NEW |