| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 '../../src/handles.h', | 329 '../../src/handles.h', |
| 330 '../../src/hashmap.h', | 330 '../../src/hashmap.h', |
| 331 '../../src/heap-inl.h', | 331 '../../src/heap-inl.h', |
| 332 '../../src/heap-profiler.cc', | 332 '../../src/heap-profiler.cc', |
| 333 '../../src/heap-profiler.h', | 333 '../../src/heap-profiler.h', |
| 334 '../../src/heap-snapshot-generator-inl.h', | 334 '../../src/heap-snapshot-generator-inl.h', |
| 335 '../../src/heap-snapshot-generator.cc', | 335 '../../src/heap-snapshot-generator.cc', |
| 336 '../../src/heap-snapshot-generator.h', | 336 '../../src/heap-snapshot-generator.h', |
| 337 '../../src/heap.cc', | 337 '../../src/heap.cc', |
| 338 '../../src/heap.h', | 338 '../../src/heap.h', |
| 339 '../../src/hydrogen-alias-analysis.h', |
| 339 '../../src/hydrogen-bce.cc', | 340 '../../src/hydrogen-bce.cc', |
| 340 '../../src/hydrogen-bce.h', | 341 '../../src/hydrogen-bce.h', |
| 341 '../../src/hydrogen-bch.cc', | 342 '../../src/hydrogen-bch.cc', |
| 342 '../../src/hydrogen-bch.h', | 343 '../../src/hydrogen-bch.h', |
| 343 '../../src/hydrogen-canonicalize.cc', | 344 '../../src/hydrogen-canonicalize.cc', |
| 344 '../../src/hydrogen-canonicalize.h', | 345 '../../src/hydrogen-canonicalize.h', |
| 345 '../../src/hydrogen-dce.cc', | 346 '../../src/hydrogen-dce.cc', |
| 346 '../../src/hydrogen-dce.h', | 347 '../../src/hydrogen-dce.h', |
| 347 '../../src/hydrogen-dehoist.cc', | 348 '../../src/hydrogen-dehoist.cc', |
| 348 '../../src/hydrogen-dehoist.h', | 349 '../../src/hydrogen-dehoist.h', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 '../../src/typing.h', | 525 '../../src/typing.h', |
| 525 '../../src/unbound-queue-inl.h', | 526 '../../src/unbound-queue-inl.h', |
| 526 '../../src/unbound-queue.h', | 527 '../../src/unbound-queue.h', |
| 527 '../../src/unicode-inl.h', | 528 '../../src/unicode-inl.h', |
| 528 '../../src/unicode.cc', | 529 '../../src/unicode.cc', |
| 529 '../../src/unicode.h', | 530 '../../src/unicode.h', |
| 530 '../../src/uri.h', | 531 '../../src/uri.h', |
| 531 '../../src/utils-inl.h', | 532 '../../src/utils-inl.h', |
| 532 '../../src/utils.cc', | 533 '../../src/utils.cc', |
| 533 '../../src/utils.h', | 534 '../../src/utils.h', |
| 535 '../../src/utils/random-number-generator.cc', |
| 536 '../../src/utils/random-number-generator.h', |
| 534 '../../src/v8-counters.cc', | 537 '../../src/v8-counters.cc', |
| 535 '../../src/v8-counters.h', | 538 '../../src/v8-counters.h', |
| 536 '../../src/v8.cc', | 539 '../../src/v8.cc', |
| 537 '../../src/v8.h', | 540 '../../src/v8.h', |
| 538 '../../src/v8checks.h', | 541 '../../src/v8checks.h', |
| 539 '../../src/v8conversions.cc', | 542 '../../src/v8conversions.cc', |
| 540 '../../src/v8conversions.h', | 543 '../../src/v8conversions.h', |
| 541 '../../src/v8globals.h', | 544 '../../src/v8globals.h', |
| 542 '../../src/v8memory.h', | 545 '../../src/v8memory.h', |
| 543 '../../src/v8threads.cc', | 546 '../../src/v8threads.cc', |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1116 }], | 1119 }], |
| 1117 ['v8_compress_startup_data=="bz2"', { | 1120 ['v8_compress_startup_data=="bz2"', { |
| 1118 'libraries': [ | 1121 'libraries': [ |
| 1119 '-lbz2', | 1122 '-lbz2', |
| 1120 ] | 1123 ] |
| 1121 }], | 1124 }], |
| 1122 ], | 1125 ], |
| 1123 }, | 1126 }, |
| 1124 ], | 1127 ], |
| 1125 } | 1128 } |
| OLD | NEW |