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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 '../../src/extensions/gc-extension.cc', | 336 '../../src/extensions/gc-extension.cc', |
337 '../../src/extensions/gc-extension.h', | 337 '../../src/extensions/gc-extension.h', |
338 '../../src/extensions/statistics-extension.cc', | 338 '../../src/extensions/statistics-extension.cc', |
339 '../../src/extensions/statistics-extension.h', | 339 '../../src/extensions/statistics-extension.h', |
340 '../../src/extensions/trigger-failure-extension.cc', | 340 '../../src/extensions/trigger-failure-extension.cc', |
341 '../../src/extensions/trigger-failure-extension.h', | 341 '../../src/extensions/trigger-failure-extension.h', |
342 '../../src/factory.cc', | 342 '../../src/factory.cc', |
343 '../../src/factory.h', | 343 '../../src/factory.h', |
344 '../../src/fast-dtoa.cc', | 344 '../../src/fast-dtoa.cc', |
345 '../../src/fast-dtoa.h', | 345 '../../src/fast-dtoa.h', |
| 346 '../../src/feedback-slots.h', |
346 '../../src/fixed-dtoa.cc', | 347 '../../src/fixed-dtoa.cc', |
347 '../../src/fixed-dtoa.h', | 348 '../../src/fixed-dtoa.h', |
348 '../../src/flag-definitions.h', | 349 '../../src/flag-definitions.h', |
349 '../../src/flags.cc', | 350 '../../src/flags.cc', |
350 '../../src/flags.h', | 351 '../../src/flags.h', |
351 '../../src/frames-inl.h', | 352 '../../src/frames-inl.h', |
352 '../../src/frames.cc', | 353 '../../src/frames.cc', |
353 '../../src/frames.h', | 354 '../../src/frames.h', |
354 '../../src/full-codegen.cc', | 355 '../../src/full-codegen.cc', |
355 '../../src/full-codegen.h', | 356 '../../src/full-codegen.h', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1119 }], | 1120 }], |
1120 ['v8_compress_startup_data=="bz2"', { | 1121 ['v8_compress_startup_data=="bz2"', { |
1121 'libraries': [ | 1122 'libraries': [ |
1122 '-lbz2', | 1123 '-lbz2', |
1123 ] | 1124 ] |
1124 }], | 1125 }], |
1125 ], | 1126 ], |
1126 }, | 1127 }, |
1127 ], | 1128 ], |
1128 } | 1129 } |
OLD | NEW |