| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 '../../src/unique.h', | 579 '../../src/unique.h', |
| 580 '../../src/uri.h', | 580 '../../src/uri.h', |
| 581 '../../src/utils-inl.h', | 581 '../../src/utils-inl.h', |
| 582 '../../src/utils.cc', | 582 '../../src/utils.cc', |
| 583 '../../src/utils.h', | 583 '../../src/utils.h', |
| 584 '../../src/utils/random-number-generator.cc', | 584 '../../src/utils/random-number-generator.cc', |
| 585 '../../src/utils/random-number-generator.h', | 585 '../../src/utils/random-number-generator.h', |
| 586 '../../src/v8.cc', | 586 '../../src/v8.cc', |
| 587 '../../src/v8.h', | 587 '../../src/v8.h', |
| 588 '../../src/v8checks.h', | 588 '../../src/v8checks.h', |
| 589 '../../src/v8globals.h', | |
| 590 '../../src/v8memory.h', | 589 '../../src/v8memory.h', |
| 591 '../../src/v8threads.cc', | 590 '../../src/v8threads.cc', |
| 592 '../../src/v8threads.h', | 591 '../../src/v8threads.h', |
| 593 '../../src/variables.cc', | 592 '../../src/variables.cc', |
| 594 '../../src/variables.h', | 593 '../../src/variables.h', |
| 595 '../../src/vector.h', | 594 '../../src/vector.h', |
| 596 '../../src/version.cc', | 595 '../../src/version.cc', |
| 597 '../../src/version.h', | 596 '../../src/version.h', |
| 598 '../../src/vm-state-inl.h', | 597 '../../src/vm-state-inl.h', |
| 599 '../../src/vm-state.h', | 598 '../../src/vm-state.h', |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 }], | 1220 }], |
| 1222 ['v8_compress_startup_data=="bz2"', { | 1221 ['v8_compress_startup_data=="bz2"', { |
| 1223 'libraries': [ | 1222 'libraries': [ |
| 1224 '-lbz2', | 1223 '-lbz2', |
| 1225 ] | 1224 ] |
| 1226 }], | 1225 }], |
| 1227 ], | 1226 ], |
| 1228 }, | 1227 }, |
| 1229 ], | 1228 ], |
| 1230 } | 1229 } |
| OLD | NEW |