| 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 '../../src/extensions/gc-extension.h', | 418 '../../src/extensions/gc-extension.h', |
| 419 '../../src/extensions/statistics-extension.cc', | 419 '../../src/extensions/statistics-extension.cc', |
| 420 '../../src/extensions/statistics-extension.h', | 420 '../../src/extensions/statistics-extension.h', |
| 421 '../../src/extensions/trigger-failure-extension.cc', | 421 '../../src/extensions/trigger-failure-extension.cc', |
| 422 '../../src/extensions/trigger-failure-extension.h', | 422 '../../src/extensions/trigger-failure-extension.h', |
| 423 '../../src/factory.cc', | 423 '../../src/factory.cc', |
| 424 '../../src/factory.h', | 424 '../../src/factory.h', |
| 425 '../../src/fast-dtoa.cc', | 425 '../../src/fast-dtoa.cc', |
| 426 '../../src/fast-dtoa.h', | 426 '../../src/fast-dtoa.h', |
| 427 '../../src/feedback-slots.h', | 427 '../../src/feedback-slots.h', |
| 428 '../../src/field-index.cc', | |
| 429 '../../src/field-index.h', | |
| 430 '../../src/field-index-inl.h', | |
| 431 '../../src/fixed-dtoa.cc', | 428 '../../src/fixed-dtoa.cc', |
| 432 '../../src/fixed-dtoa.h', | 429 '../../src/fixed-dtoa.h', |
| 433 '../../src/flag-definitions.h', | 430 '../../src/flag-definitions.h', |
| 434 '../../src/flags.cc', | 431 '../../src/flags.cc', |
| 435 '../../src/flags.h', | 432 '../../src/flags.h', |
| 436 '../../src/frames-inl.h', | 433 '../../src/frames-inl.h', |
| 437 '../../src/frames.cc', | 434 '../../src/frames.cc', |
| 438 '../../src/frames.h', | 435 '../../src/frames.h', |
| 439 '../../src/full-codegen.cc', | 436 '../../src/full-codegen.cc', |
| 440 '../../src/full-codegen.h', | 437 '../../src/full-codegen.h', |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 }], | 1360 }], |
| 1364 ['v8_compress_startup_data=="bz2"', { | 1361 ['v8_compress_startup_data=="bz2"', { |
| 1365 'libraries': [ | 1362 'libraries': [ |
| 1366 '-lbz2', | 1363 '-lbz2', |
| 1367 ] | 1364 ] |
| 1368 }], | 1365 }], |
| 1369 ], | 1366 ], |
| 1370 }, | 1367 }, |
| 1371 ], | 1368 ], |
| 1372 } | 1369 } |
| OLD | NEW |