| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 '../../src/extensions/gc-extension.h', | 338 '../../src/extensions/gc-extension.h', |
| 339 '../../src/extensions/statistics-extension.cc', | 339 '../../src/extensions/statistics-extension.cc', |
| 340 '../../src/extensions/statistics-extension.h', | 340 '../../src/extensions/statistics-extension.h', |
| 341 '../../src/extensions/trigger-failure-extension.cc', | 341 '../../src/extensions/trigger-failure-extension.cc', |
| 342 '../../src/extensions/trigger-failure-extension.h', | 342 '../../src/extensions/trigger-failure-extension.h', |
| 343 '../../src/factory.cc', | 343 '../../src/factory.cc', |
| 344 '../../src/factory.h', | 344 '../../src/factory.h', |
| 345 '../../src/fast-dtoa.cc', | 345 '../../src/fast-dtoa.cc', |
| 346 '../../src/fast-dtoa.h', | 346 '../../src/fast-dtoa.h', |
| 347 '../../src/feedback-slots.h', | 347 '../../src/feedback-slots.h', |
| 348 '../../src/field-index.cc', |
| 349 '../../src/field-index.h', |
| 350 '../../src/field-index-inl.h', |
| 348 '../../src/fixed-dtoa.cc', | 351 '../../src/fixed-dtoa.cc', |
| 349 '../../src/fixed-dtoa.h', | 352 '../../src/fixed-dtoa.h', |
| 350 '../../src/flag-definitions.h', | 353 '../../src/flag-definitions.h', |
| 351 '../../src/flags.cc', | 354 '../../src/flags.cc', |
| 352 '../../src/flags.h', | 355 '../../src/flags.h', |
| 353 '../../src/frames-inl.h', | 356 '../../src/frames-inl.h', |
| 354 '../../src/frames.cc', | 357 '../../src/frames.cc', |
| 355 '../../src/frames.h', | 358 '../../src/frames.h', |
| 356 '../../src/full-codegen.cc', | 359 '../../src/full-codegen.cc', |
| 357 '../../src/full-codegen.h', | 360 '../../src/full-codegen.h', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1235 }], | 1238 }], |
| 1236 ['v8_compress_startup_data=="bz2"', { | 1239 ['v8_compress_startup_data=="bz2"', { |
| 1237 'libraries': [ | 1240 'libraries': [ |
| 1238 '-lbz2', | 1241 '-lbz2', |
| 1239 ] | 1242 ] |
| 1240 }], | 1243 }], |
| 1241 ], | 1244 ], |
| 1242 }, | 1245 }, |
| 1243 ], | 1246 ], |
| 1244 } | 1247 } |
| OLD | NEW |