| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 '../../src/disasm.h', | 308 '../../src/disasm.h', |
| 309 '../../src/disassembler.cc', | 309 '../../src/disassembler.cc', |
| 310 '../../src/disassembler.h', | 310 '../../src/disassembler.h', |
| 311 '../../src/diy-fp.cc', | 311 '../../src/diy-fp.cc', |
| 312 '../../src/diy-fp.h', | 312 '../../src/diy-fp.h', |
| 313 '../../src/double.h', | 313 '../../src/double.h', |
| 314 '../../src/dtoa.cc', | 314 '../../src/dtoa.cc', |
| 315 '../../src/dtoa.h', | 315 '../../src/dtoa.h', |
| 316 '../../src/elements.cc', | 316 '../../src/elements.cc', |
| 317 '../../src/elements.h', | 317 '../../src/elements.h', |
| 318 '../../src/elements-kind.cc', |
| 319 '../../src/elements-kind.h', |
| 318 '../../src/execution.cc', | 320 '../../src/execution.cc', |
| 319 '../../src/execution.h', | 321 '../../src/execution.h', |
| 320 '../../src/factory.cc', | 322 '../../src/factory.cc', |
| 321 '../../src/factory.h', | 323 '../../src/factory.h', |
| 322 '../../src/fast-dtoa.cc', | 324 '../../src/fast-dtoa.cc', |
| 323 '../../src/fast-dtoa.h', | 325 '../../src/fast-dtoa.h', |
| 324 '../../src/flag-definitions.h', | 326 '../../src/flag-definitions.h', |
| 325 '../../src/fixed-dtoa.cc', | 327 '../../src/fixed-dtoa.cc', |
| 326 '../../src/fixed-dtoa.h', | 328 '../../src/fixed-dtoa.h', |
| 327 '../../src/flags.cc', | 329 '../../src/flags.cc', |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 }], | 1008 }], |
| 1007 ], | 1009 ], |
| 1008 'dependencies': [ | 1010 'dependencies': [ |
| 1009 'v8' | 1011 'v8' |
| 1010 ], | 1012 ], |
| 1011 }, | 1013 }, |
| 1012 ], | 1014 ], |
| 1013 }], | 1015 }], |
| 1014 ], | 1016 ], |
| 1015 } | 1017 } |
| OLD | NEW |