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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 '../../src/api.cc', | 397 '../../src/api.cc', |
398 '../../src/api.h', | 398 '../../src/api.h', |
399 '../../src/api-natives.cc', | 399 '../../src/api-natives.cc', |
400 '../../src/api-natives.h', | 400 '../../src/api-natives.h', |
401 '../../src/arguments.cc', | 401 '../../src/arguments.cc', |
402 '../../src/arguments.h', | 402 '../../src/arguments.h', |
403 '../../src/assembler.cc', | 403 '../../src/assembler.cc', |
404 '../../src/assembler.h', | 404 '../../src/assembler.h', |
405 '../../src/assert-scope.h', | 405 '../../src/assert-scope.h', |
406 '../../src/assert-scope.cc', | 406 '../../src/assert-scope.cc', |
| 407 '../../src/ast/ast-expression-rewriter.cc', |
| 408 '../../src/ast/ast-expression-rewriter.h', |
407 '../../src/ast/ast-expression-visitor.cc', | 409 '../../src/ast/ast-expression-visitor.cc', |
408 '../../src/ast/ast-expression-visitor.h', | 410 '../../src/ast/ast-expression-visitor.h', |
409 '../../src/ast/ast-literal-reindexer.cc', | 411 '../../src/ast/ast-literal-reindexer.cc', |
410 '../../src/ast/ast-literal-reindexer.h', | 412 '../../src/ast/ast-literal-reindexer.h', |
411 '../../src/ast/ast-numbering.cc', | 413 '../../src/ast/ast-numbering.cc', |
412 '../../src/ast/ast-numbering.h', | 414 '../../src/ast/ast-numbering.h', |
413 '../../src/ast/ast-value-factory.cc', | 415 '../../src/ast/ast-value-factory.cc', |
414 '../../src/ast/ast-value-factory.h', | 416 '../../src/ast/ast-value-factory.h', |
415 '../../src/ast/ast.cc', | 417 '../../src/ast/ast.cc', |
416 '../../src/ast/ast.h', | 418 '../../src/ast/ast.h', |
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2118 }], | 2120 }], |
2119 ['want_separate_host_toolset==1', { | 2121 ['want_separate_host_toolset==1', { |
2120 'toolsets': ['host'], | 2122 'toolsets': ['host'], |
2121 }, { | 2123 }, { |
2122 'toolsets': ['target'], | 2124 'toolsets': ['target'], |
2123 }], | 2125 }], |
2124 ], | 2126 ], |
2125 }, | 2127 }, |
2126 ], | 2128 ], |
2127 } | 2129 } |
OLD | NEW |