| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 '../../src/data-flow.h', | 263 '../../src/data-flow.h', |
| 264 '../../src/date.cc', | 264 '../../src/date.cc', |
| 265 '../../src/date.h', | 265 '../../src/date.h', |
| 266 '../../src/dateparser-inl.h', | 266 '../../src/dateparser-inl.h', |
| 267 '../../src/dateparser.cc', | 267 '../../src/dateparser.cc', |
| 268 '../../src/dateparser.h', | 268 '../../src/dateparser.h', |
| 269 '../../src/debug-agent.cc', | 269 '../../src/debug-agent.cc', |
| 270 '../../src/debug-agent.h', | 270 '../../src/debug-agent.h', |
| 271 '../../src/debug.cc', | 271 '../../src/debug.cc', |
| 272 '../../src/debug.h', | 272 '../../src/debug.h', |
| 273 '../../src/defaults.cc', |
| 273 '../../src/deoptimizer.cc', | 274 '../../src/deoptimizer.cc', |
| 274 '../../src/deoptimizer.h', | 275 '../../src/deoptimizer.h', |
| 275 '../../src/disasm.h', | 276 '../../src/disasm.h', |
| 276 '../../src/disassembler.cc', | 277 '../../src/disassembler.cc', |
| 277 '../../src/disassembler.h', | 278 '../../src/disassembler.h', |
| 278 '../../src/diy-fp.cc', | 279 '../../src/diy-fp.cc', |
| 279 '../../src/diy-fp.h', | 280 '../../src/diy-fp.h', |
| 280 '../../src/double.h', | 281 '../../src/double.h', |
| 281 '../../src/dtoa.cc', | 282 '../../src/dtoa.cc', |
| 282 '../../src/dtoa.h', | 283 '../../src/dtoa.h', |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 }], | 1043 }], |
| 1043 ['v8_compress_startup_data=="bz2"', { | 1044 ['v8_compress_startup_data=="bz2"', { |
| 1044 'libraries': [ | 1045 'libraries': [ |
| 1045 '-lbz2', | 1046 '-lbz2', |
| 1046 ] | 1047 ] |
| 1047 }], | 1048 }], |
| 1048 ], | 1049 ], |
| 1049 }, | 1050 }, |
| 1050 ], | 1051 ], |
| 1051 } | 1052 } |
| OLD | NEW |