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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 '../../src/api.cc', | 359 '../../src/api.cc', |
360 '../../src/api.h', | 360 '../../src/api.h', |
361 '../../src/api-natives.cc', | 361 '../../src/api-natives.cc', |
362 '../../src/api-natives.h', | 362 '../../src/api-natives.h', |
363 '../../src/arguments.cc', | 363 '../../src/arguments.cc', |
364 '../../src/arguments.h', | 364 '../../src/arguments.h', |
365 '../../src/assembler.cc', | 365 '../../src/assembler.cc', |
366 '../../src/assembler.h', | 366 '../../src/assembler.h', |
367 '../../src/assert-scope.h', | 367 '../../src/assert-scope.h', |
368 '../../src/assert-scope.cc', | 368 '../../src/assert-scope.cc', |
369 '../../src/ast-this-access-visitor.cc', | |
370 '../../src/ast-this-access-visitor.h', | |
371 '../../src/ast-value-factory.cc', | 369 '../../src/ast-value-factory.cc', |
372 '../../src/ast-value-factory.h', | 370 '../../src/ast-value-factory.h', |
373 '../../src/ast-numbering.cc', | 371 '../../src/ast-numbering.cc', |
374 '../../src/ast-numbering.h', | 372 '../../src/ast-numbering.h', |
375 '../../src/ast.cc', | 373 '../../src/ast.cc', |
376 '../../src/ast.h', | 374 '../../src/ast.h', |
377 '../../src/background-parsing-task.cc', | 375 '../../src/background-parsing-task.cc', |
378 '../../src/background-parsing-task.h', | 376 '../../src/background-parsing-task.h', |
379 '../../src/bailout-reason.cc', | 377 '../../src/bailout-reason.cc', |
380 '../../src/bailout-reason.h', | 378 '../../src/bailout-reason.h', |
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1813 }], | 1811 }], |
1814 ['want_separate_host_toolset==1', { | 1812 ['want_separate_host_toolset==1', { |
1815 'toolsets': ['host'], | 1813 'toolsets': ['host'], |
1816 }, { | 1814 }, { |
1817 'toolsets': ['target'], | 1815 'toolsets': ['target'], |
1818 }], | 1816 }], |
1819 ], | 1817 ], |
1820 }, | 1818 }, |
1821 ], | 1819 ], |
1822 } | 1820 } |
OLD | NEW |