| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 '../../src/execution.cc', | 333 '../../src/execution.cc', |
| 334 '../../src/execution.h', | 334 '../../src/execution.h', |
| 335 '../../src/extensions/externalize-string-extension.cc', | 335 '../../src/extensions/externalize-string-extension.cc', |
| 336 '../../src/extensions/externalize-string-extension.h', | 336 '../../src/extensions/externalize-string-extension.h', |
| 337 '../../src/extensions/free-buffer-extension.cc', | 337 '../../src/extensions/free-buffer-extension.cc', |
| 338 '../../src/extensions/free-buffer-extension.h', | 338 '../../src/extensions/free-buffer-extension.h', |
| 339 '../../src/extensions/gc-extension.cc', | 339 '../../src/extensions/gc-extension.cc', |
| 340 '../../src/extensions/gc-extension.h', | 340 '../../src/extensions/gc-extension.h', |
| 341 '../../src/extensions/statistics-extension.cc', | 341 '../../src/extensions/statistics-extension.cc', |
| 342 '../../src/extensions/statistics-extension.h', | 342 '../../src/extensions/statistics-extension.h', |
| 343 '../../src/extensions/trigger-failure-extension.cc', |
| 344 '../../src/extensions/trigger-failure-extension.h', |
| 343 '../../src/factory.cc', | 345 '../../src/factory.cc', |
| 344 '../../src/factory.h', | 346 '../../src/factory.h', |
| 345 '../../src/fast-dtoa.cc', | 347 '../../src/fast-dtoa.cc', |
| 346 '../../src/fast-dtoa.h', | 348 '../../src/fast-dtoa.h', |
| 347 '../../src/fixed-dtoa.cc', | 349 '../../src/fixed-dtoa.cc', |
| 348 '../../src/fixed-dtoa.h', | 350 '../../src/fixed-dtoa.h', |
| 349 '../../src/flag-definitions.h', | 351 '../../src/flag-definitions.h', |
| 350 '../../src/flags.cc', | 352 '../../src/flags.cc', |
| 351 '../../src/flags.h', | 353 '../../src/flags.h', |
| 352 '../../src/frames-inl.h', | 354 '../../src/frames-inl.h', |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1102 }], | 1104 }], |
| 1103 ['v8_compress_startup_data=="bz2"', { | 1105 ['v8_compress_startup_data=="bz2"', { |
| 1104 'libraries': [ | 1106 'libraries': [ |
| 1105 '-lbz2', | 1107 '-lbz2', |
| 1106 ] | 1108 ] |
| 1107 }], | 1109 }], |
| 1108 ], | 1110 ], |
| 1109 }, | 1111 }, |
| 1110 ], | 1112 ], |
| 1111 } | 1113 } |
| OLD | NEW |