| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 '../../src/deoptimizer.cc', | 283 '../../src/deoptimizer.cc', |
| 284 '../../src/deoptimizer.h', | 284 '../../src/deoptimizer.h', |
| 285 '../../src/disasm.h', | 285 '../../src/disasm.h', |
| 286 '../../src/disassembler.cc', | 286 '../../src/disassembler.cc', |
| 287 '../../src/disassembler.h', | 287 '../../src/disassembler.h', |
| 288 '../../src/diy-fp.cc', | 288 '../../src/diy-fp.cc', |
| 289 '../../src/diy-fp.h', | 289 '../../src/diy-fp.h', |
| 290 '../../src/double.h', | 290 '../../src/double.h', |
| 291 '../../src/dtoa.cc', | 291 '../../src/dtoa.cc', |
| 292 '../../src/dtoa.h', | 292 '../../src/dtoa.h', |
| 293 '../../src/effects.h', | |
| 294 '../../src/elements-kind.cc', | 293 '../../src/elements-kind.cc', |
| 295 '../../src/elements-kind.h', | 294 '../../src/elements-kind.h', |
| 296 '../../src/elements.cc', | 295 '../../src/elements.cc', |
| 297 '../../src/elements.h', | 296 '../../src/elements.h', |
| 298 '../../src/execution.cc', | 297 '../../src/execution.cc', |
| 299 '../../src/execution.h', | 298 '../../src/execution.h', |
| 300 '../../src/extensions/externalize-string-extension.cc', | 299 '../../src/extensions/externalize-string-extension.cc', |
| 301 '../../src/extensions/externalize-string-extension.h', | 300 '../../src/extensions/externalize-string-extension.h', |
| 302 '../../src/extensions/gc-extension.cc', | 301 '../../src/extensions/gc-extension.cc', |
| 303 '../../src/extensions/gc-extension.h', | 302 '../../src/extensions/gc-extension.h', |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 }], | 1034 }], |
| 1036 ['v8_compress_startup_data=="bz2"', { | 1035 ['v8_compress_startup_data=="bz2"', { |
| 1037 'libraries': [ | 1036 'libraries': [ |
| 1038 '-lbz2', | 1037 '-lbz2', |
| 1039 ] | 1038 ] |
| 1040 }], | 1039 }], |
| 1041 ], | 1040 ], |
| 1042 }, | 1041 }, |
| 1043 ], | 1042 ], |
| 1044 } | 1043 } |
| OLD | NEW |