| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 '../../src/dtoa.h', | 325 '../../src/dtoa.h', |
| 326 '../../src/effects.h', | 326 '../../src/effects.h', |
| 327 '../../src/elements-kind.cc', | 327 '../../src/elements-kind.cc', |
| 328 '../../src/elements-kind.h', | 328 '../../src/elements-kind.h', |
| 329 '../../src/elements.cc', | 329 '../../src/elements.cc', |
| 330 '../../src/elements.h', | 330 '../../src/elements.h', |
| 331 '../../src/execution.cc', | 331 '../../src/execution.cc', |
| 332 '../../src/execution.h', | 332 '../../src/execution.h', |
| 333 '../../src/extensions/externalize-string-extension.cc', | 333 '../../src/extensions/externalize-string-extension.cc', |
| 334 '../../src/extensions/externalize-string-extension.h', | 334 '../../src/extensions/externalize-string-extension.h', |
| 335 '../../src/extensions/free-buffer-extension.cc', |
| 336 '../../src/extensions/free-buffer-extension.h', |
| 335 '../../src/extensions/gc-extension.cc', | 337 '../../src/extensions/gc-extension.cc', |
| 336 '../../src/extensions/gc-extension.h', | 338 '../../src/extensions/gc-extension.h', |
| 337 '../../src/extensions/statistics-extension.cc', | 339 '../../src/extensions/statistics-extension.cc', |
| 338 '../../src/extensions/statistics-extension.h', | 340 '../../src/extensions/statistics-extension.h', |
| 339 '../../src/factory.cc', | 341 '../../src/factory.cc', |
| 340 '../../src/factory.h', | 342 '../../src/factory.h', |
| 341 '../../src/fast-dtoa.cc', | 343 '../../src/fast-dtoa.cc', |
| 342 '../../src/fast-dtoa.h', | 344 '../../src/fast-dtoa.h', |
| 343 '../../src/fixed-dtoa.cc', | 345 '../../src/fixed-dtoa.cc', |
| 344 '../../src/fixed-dtoa.h', | 346 '../../src/fixed-dtoa.h', |
| (...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1097 }], | 1099 }], |
| 1098 ['v8_compress_startup_data=="bz2"', { | 1100 ['v8_compress_startup_data=="bz2"', { |
| 1099 'libraries': [ | 1101 'libraries': [ |
| 1100 '-lbz2', | 1102 '-lbz2', |
| 1101 ] | 1103 ] |
| 1102 }], | 1104 }], |
| 1103 ], | 1105 ], |
| 1104 }, | 1106 }, |
| 1105 ], | 1107 ], |
| 1106 } | 1108 } |
| OLD | NEW |