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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 '../../src/code-factory.cc', | 415 '../../src/code-factory.cc', |
416 '../../src/code-factory.h', | 416 '../../src/code-factory.h', |
417 '../../src/code-stubs.cc', | 417 '../../src/code-stubs.cc', |
418 '../../src/code-stubs.h', | 418 '../../src/code-stubs.h', |
419 '../../src/code-stubs-hydrogen.cc', | 419 '../../src/code-stubs-hydrogen.cc', |
420 '../../src/code.h', | 420 '../../src/code.h', |
421 '../../src/codegen.cc', | 421 '../../src/codegen.cc', |
422 '../../src/codegen.h', | 422 '../../src/codegen.h', |
423 '../../src/compilation-cache.cc', | 423 '../../src/compilation-cache.cc', |
424 '../../src/compilation-cache.h', | 424 '../../src/compilation-cache.h', |
| 425 '../../src/compilation-dependencies.cc', |
| 426 '../../src/compilation-dependencies.h', |
425 '../../src/compilation-statistics.cc', | 427 '../../src/compilation-statistics.cc', |
426 '../../src/compilation-statistics.h', | 428 '../../src/compilation-statistics.h', |
427 '../../src/compiler/access-builder.cc', | 429 '../../src/compiler/access-builder.cc', |
428 '../../src/compiler/access-builder.h', | 430 '../../src/compiler/access-builder.h', |
429 '../../src/compiler/all-nodes.cc', | 431 '../../src/compiler/all-nodes.cc', |
430 '../../src/compiler/all-nodes.h', | 432 '../../src/compiler/all-nodes.h', |
431 '../../src/compiler/ast-graph-builder.cc', | 433 '../../src/compiler/ast-graph-builder.cc', |
432 '../../src/compiler/ast-graph-builder.h', | 434 '../../src/compiler/ast-graph-builder.h', |
433 '../../src/compiler/ast-loop-assignment-analyzer.cc', | 435 '../../src/compiler/ast-loop-assignment-analyzer.cc', |
434 '../../src/compiler/ast-loop-assignment-analyzer.h', | 436 '../../src/compiler/ast-loop-assignment-analyzer.h', |
(...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1833 }], | 1835 }], |
1834 ['want_separate_host_toolset==1', { | 1836 ['want_separate_host_toolset==1', { |
1835 'toolsets': ['host'], | 1837 'toolsets': ['host'], |
1836 }, { | 1838 }, { |
1837 'toolsets': ['target'], | 1839 'toolsets': ['target'], |
1838 }], | 1840 }], |
1839 ], | 1841 ], |
1840 }, | 1842 }, |
1841 ], | 1843 ], |
1842 } | 1844 } |
OLD | NEW |