| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 '../../src/hydrogen-removable-simulates.cc', | 362 '../../src/hydrogen-removable-simulates.cc', |
| 363 '../../src/hydrogen-removable-simulates.h', | 363 '../../src/hydrogen-removable-simulates.h', |
| 364 '../../src/hydrogen-representation-changes.cc', | 364 '../../src/hydrogen-representation-changes.cc', |
| 365 '../../src/hydrogen-representation-changes.h', | 365 '../../src/hydrogen-representation-changes.h', |
| 366 '../../src/hydrogen-sce.cc', | 366 '../../src/hydrogen-sce.cc', |
| 367 '../../src/hydrogen-sce.h', | 367 '../../src/hydrogen-sce.h', |
| 368 '../../src/hydrogen-uint32-analysis.cc', | 368 '../../src/hydrogen-uint32-analysis.cc', |
| 369 '../../src/hydrogen-uint32-analysis.h', | 369 '../../src/hydrogen-uint32-analysis.h', |
| 370 '../../src/hydrogen-osr.cc', | 370 '../../src/hydrogen-osr.cc', |
| 371 '../../src/hydrogen-osr.h', | 371 '../../src/hydrogen-osr.h', |
| 372 '../../src/icu_util.cc', |
| 373 '../../src/icu_util.h', |
| 372 '../../src/ic-inl.h', | 374 '../../src/ic-inl.h', |
| 373 '../../src/ic.cc', | 375 '../../src/ic.cc', |
| 374 '../../src/ic.h', | 376 '../../src/ic.h', |
| 375 '../../src/incremental-marking.cc', | 377 '../../src/incremental-marking.cc', |
| 376 '../../src/incremental-marking.h', | 378 '../../src/incremental-marking.h', |
| 377 '../../src/interface.cc', | 379 '../../src/interface.cc', |
| 378 '../../src/interface.h', | 380 '../../src/interface.h', |
| 379 '../../src/interpreter-irregexp.cc', | 381 '../../src/interpreter-irregexp.cc', |
| 380 '../../src/interpreter-irregexp.h', | 382 '../../src/interpreter-irregexp.h', |
| 381 '../../src/isolate.cc', | 383 '../../src/isolate.cc', |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 }], | 1021 }], |
| 1020 ['v8_compress_startup_data=="bz2"', { | 1022 ['v8_compress_startup_data=="bz2"', { |
| 1021 'libraries': [ | 1023 'libraries': [ |
| 1022 '-lbz2', | 1024 '-lbz2', |
| 1023 ] | 1025 ] |
| 1024 }], | 1026 }], |
| 1025 ], | 1027 ], |
| 1026 }, | 1028 }, |
| 1027 ], | 1029 ], |
| 1028 } | 1030 } |
| OLD | NEW |