OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 '../../src/char-predicates-inl.h', | 490 '../../src/char-predicates-inl.h', |
491 '../../src/char-predicates.h', | 491 '../../src/char-predicates.h', |
492 '../../src/checks.cc', | 492 '../../src/checks.cc', |
493 '../../src/checks.h', | 493 '../../src/checks.h', |
494 '../../src/circular-queue-inl.h', | 494 '../../src/circular-queue-inl.h', |
495 '../../src/circular-queue.cc', | 495 '../../src/circular-queue.cc', |
496 '../../src/circular-queue.h', | 496 '../../src/circular-queue.h', |
497 '../../src/code-stubs.cc', | 497 '../../src/code-stubs.cc', |
498 '../../src/code-stubs.h', | 498 '../../src/code-stubs.h', |
499 '../../src/code.h', | 499 '../../src/code.h', |
500 '../../src/codegen-inl.h', | |
501 '../../src/codegen.cc', | 500 '../../src/codegen.cc', |
502 '../../src/codegen.h', | 501 '../../src/codegen.h', |
503 '../../src/compilation-cache.cc', | 502 '../../src/compilation-cache.cc', |
504 '../../src/compilation-cache.h', | 503 '../../src/compilation-cache.h', |
505 '../../src/compiler.cc', | 504 '../../src/compiler.cc', |
506 '../../src/compiler.h', | 505 '../../src/compiler.h', |
507 '../../src/contexts.cc', | 506 '../../src/contexts.cc', |
508 '../../src/contexts.h', | 507 '../../src/contexts.h', |
509 '../../src/conversions-inl.h', | 508 '../../src/conversions-inl.h', |
510 '../../src/conversions.cc', | 509 '../../src/conversions.cc', |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 }], | 1103 }], |
1105 ], | 1104 ], |
1106 'dependencies': [ | 1105 'dependencies': [ |
1107 'v8' | 1106 'v8' |
1108 ], | 1107 ], |
1109 }, | 1108 }, |
1110 ], | 1109 ], |
1111 }], | 1110 }], |
1112 ], | 1111 ], |
1113 } | 1112 } |
OLD | NEW |