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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 '../../src/api-natives.cc', | 390 '../../src/api-natives.cc', |
391 '../../src/api-natives.h', | 391 '../../src/api-natives.h', |
392 '../../src/arguments.cc', | 392 '../../src/arguments.cc', |
393 '../../src/arguments.h', | 393 '../../src/arguments.h', |
394 '../../src/assembler.cc', | 394 '../../src/assembler.cc', |
395 '../../src/assembler.h', | 395 '../../src/assembler.h', |
396 '../../src/assert-scope.h', | 396 '../../src/assert-scope.h', |
397 '../../src/assert-scope.cc', | 397 '../../src/assert-scope.cc', |
398 '../../src/ast-value-factory.cc', | 398 '../../src/ast-value-factory.cc', |
399 '../../src/ast-value-factory.h', | 399 '../../src/ast-value-factory.h', |
| 400 '../../src/ast-literal-reindexer.cc', |
| 401 '../../src/ast-literal-reindexer.h', |
400 '../../src/ast-numbering.cc', | 402 '../../src/ast-numbering.cc', |
401 '../../src/ast-numbering.h', | 403 '../../src/ast-numbering.h', |
402 '../../src/ast.cc', | 404 '../../src/ast.cc', |
403 '../../src/ast.h', | 405 '../../src/ast.h', |
404 '../../src/background-parsing-task.cc', | 406 '../../src/background-parsing-task.cc', |
405 '../../src/background-parsing-task.h', | 407 '../../src/background-parsing-task.h', |
406 '../../src/bailout-reason.cc', | 408 '../../src/bailout-reason.cc', |
407 '../../src/bailout-reason.h', | 409 '../../src/bailout-reason.h', |
408 '../../src/basic-block-profiler.cc', | 410 '../../src/basic-block-profiler.cc', |
409 '../../src/basic-block-profiler.h', | 411 '../../src/basic-block-profiler.h', |
(...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1914 }], | 1916 }], |
1915 ['want_separate_host_toolset==1', { | 1917 ['want_separate_host_toolset==1', { |
1916 'toolsets': ['host'], | 1918 'toolsets': ['host'], |
1917 }, { | 1919 }, { |
1918 'toolsets': ['target'], | 1920 'toolsets': ['target'], |
1919 }], | 1921 }], |
1920 ], | 1922 ], |
1921 }, | 1923 }, |
1922 ], | 1924 ], |
1923 } | 1925 } |
OLD | NEW |