| 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 '../../src/ast-expression-visitor.cc', | 403 '../../src/ast-expression-visitor.cc', |
| 404 '../../src/ast-expression-visitor.h', | 404 '../../src/ast-expression-visitor.h', |
| 405 '../../src/ast-literal-reindexer.cc', | 405 '../../src/ast-literal-reindexer.cc', |
| 406 '../../src/ast-literal-reindexer.h', | 406 '../../src/ast-literal-reindexer.h', |
| 407 '../../src/ast-numbering.cc', | 407 '../../src/ast-numbering.cc', |
| 408 '../../src/ast-numbering.h', | 408 '../../src/ast-numbering.h', |
| 409 '../../src/ast-value-factory.cc', | 409 '../../src/ast-value-factory.cc', |
| 410 '../../src/ast-value-factory.h', | 410 '../../src/ast-value-factory.h', |
| 411 '../../src/ast.cc', | 411 '../../src/ast.cc', |
| 412 '../../src/ast.h', | 412 '../../src/ast.h', |
| 413 '../../src/atomic-utils.h', |
| 413 '../../src/background-parsing-task.cc', | 414 '../../src/background-parsing-task.cc', |
| 414 '../../src/background-parsing-task.h', | 415 '../../src/background-parsing-task.h', |
| 415 '../../src/bailout-reason.cc', | 416 '../../src/bailout-reason.cc', |
| 416 '../../src/bailout-reason.h', | 417 '../../src/bailout-reason.h', |
| 417 '../../src/basic-block-profiler.cc', | 418 '../../src/basic-block-profiler.cc', |
| 418 '../../src/basic-block-profiler.h', | 419 '../../src/basic-block-profiler.h', |
| 419 '../../src/bignum-dtoa.cc', | 420 '../../src/bignum-dtoa.cc', |
| 420 '../../src/bignum-dtoa.h', | 421 '../../src/bignum-dtoa.h', |
| 421 '../../src/bignum.cc', | 422 '../../src/bignum.cc', |
| 422 '../../src/bignum.h', | 423 '../../src/bignum.h', |
| (...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 }], | 2030 }], |
| 2030 ['want_separate_host_toolset==1', { | 2031 ['want_separate_host_toolset==1', { |
| 2031 'toolsets': ['host'], | 2032 'toolsets': ['host'], |
| 2032 }, { | 2033 }, { |
| 2033 'toolsets': ['target'], | 2034 'toolsets': ['target'], |
| 2034 }], | 2035 }], |
| 2035 ], | 2036 ], |
| 2036 }, | 2037 }, |
| 2037 ], | 2038 ], |
| 2038 } | 2039 } |
| OLD | NEW |