| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 '../../src/bignum.h', | 417 '../../src/bignum.h', |
| 418 '../../src/bit-vector.cc', | 418 '../../src/bit-vector.cc', |
| 419 '../../src/bit-vector.h', | 419 '../../src/bit-vector.h', |
| 420 '../../src/bootstrapper.cc', | 420 '../../src/bootstrapper.cc', |
| 421 '../../src/bootstrapper.h', | 421 '../../src/bootstrapper.h', |
| 422 '../../src/builtins.cc', | 422 '../../src/builtins.cc', |
| 423 '../../src/builtins.h', | 423 '../../src/builtins.h', |
| 424 '../../src/bytecodes-irregexp.h', | 424 '../../src/bytecodes-irregexp.h', |
| 425 '../../src/cached-powers.cc', | 425 '../../src/cached-powers.cc', |
| 426 '../../src/cached-powers.h', | 426 '../../src/cached-powers.h', |
| 427 '../../src/cancelable-task.cc', |
| 428 '../../src/cancelable-task.h', |
| 427 '../../src/char-predicates.cc', | 429 '../../src/char-predicates.cc', |
| 428 '../../src/char-predicates-inl.h', | 430 '../../src/char-predicates-inl.h', |
| 429 '../../src/char-predicates.h', | 431 '../../src/char-predicates.h', |
| 430 '../../src/checks.cc', | 432 '../../src/checks.cc', |
| 431 '../../src/checks.h', | 433 '../../src/checks.h', |
| 432 '../../src/circular-queue-inl.h', | 434 '../../src/circular-queue-inl.h', |
| 433 '../../src/circular-queue.h', | 435 '../../src/circular-queue.h', |
| 434 '../../src/code-factory.cc', | 436 '../../src/code-factory.cc', |
| 435 '../../src/code-factory.h', | 437 '../../src/code-factory.h', |
| 436 '../../src/code-stubs.cc', | 438 '../../src/code-stubs.cc', |
| (...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1966 }], | 1968 }], |
| 1967 ['want_separate_host_toolset==1', { | 1969 ['want_separate_host_toolset==1', { |
| 1968 'toolsets': ['host'], | 1970 'toolsets': ['host'], |
| 1969 }, { | 1971 }, { |
| 1970 'toolsets': ['target'], | 1972 'toolsets': ['target'], |
| 1971 }], | 1973 }], |
| 1972 ], | 1974 ], |
| 1973 }, | 1975 }, |
| 1974 ], | 1976 ], |
| 1975 } | 1977 } |
| OLD | NEW |