| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 '../../src/disasm.h', | 288 '../../src/disasm.h', |
| 289 '../../src/disassembler.cc', | 289 '../../src/disassembler.cc', |
| 290 '../../src/disassembler.h', | 290 '../../src/disassembler.h', |
| 291 '../../src/diy-fp.cc', | 291 '../../src/diy-fp.cc', |
| 292 '../../src/diy-fp.h', | 292 '../../src/diy-fp.h', |
| 293 '../../src/double.h', | 293 '../../src/double.h', |
| 294 '../../src/dtoa.cc', | 294 '../../src/dtoa.cc', |
| 295 '../../src/dtoa.h', | 295 '../../src/dtoa.h', |
| 296 '../../src/elements.cc', | 296 '../../src/elements.cc', |
| 297 '../../src/elements.h', | 297 '../../src/elements.h', |
| 298 '../../src/elements-kind.cc', |
| 299 '../../src/elements-kind.h', |
| 298 '../../src/execution.cc', | 300 '../../src/execution.cc', |
| 299 '../../src/execution.h', | 301 '../../src/execution.h', |
| 300 '../../src/factory.cc', | 302 '../../src/factory.cc', |
| 301 '../../src/factory.h', | 303 '../../src/factory.h', |
| 302 '../../src/fast-dtoa.cc', | 304 '../../src/fast-dtoa.cc', |
| 303 '../../src/fast-dtoa.h', | 305 '../../src/fast-dtoa.h', |
| 304 '../../src/flag-definitions.h', | 306 '../../src/flag-definitions.h', |
| 305 '../../src/fixed-dtoa.cc', | 307 '../../src/fixed-dtoa.cc', |
| 306 '../../src/fixed-dtoa.h', | 308 '../../src/fixed-dtoa.h', |
| 307 '../../src/flags.cc', | 309 '../../src/flags.cc', |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 }], | 988 }], |
| 987 ], | 989 ], |
| 988 'dependencies': [ | 990 'dependencies': [ |
| 989 'v8' | 991 'v8' |
| 990 ], | 992 ], |
| 991 }, | 993 }, |
| 992 ], | 994 ], |
| 993 }], | 995 }], |
| 994 ], | 996 ], |
| 995 } | 997 } |
| OLD | NEW |