| 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 '../../src/stub-cache.h', | 447 '../../src/stub-cache.h', |
| 448 '../../src/sweeper-thread.h', | 448 '../../src/sweeper-thread.h', |
| 449 '../../src/sweeper-thread.cc', | 449 '../../src/sweeper-thread.cc', |
| 450 '../../src/token.cc', | 450 '../../src/token.cc', |
| 451 '../../src/token.h', | 451 '../../src/token.h', |
| 452 '../../src/transitions-inl.h', | 452 '../../src/transitions-inl.h', |
| 453 '../../src/transitions.cc', | 453 '../../src/transitions.cc', |
| 454 '../../src/transitions.h', | 454 '../../src/transitions.h', |
| 455 '../../src/type-info.cc', | 455 '../../src/type-info.cc', |
| 456 '../../src/type-info.h', | 456 '../../src/type-info.h', |
| 457 '../../src/types.cc', |
| 458 '../../src/types.h', |
| 457 '../../src/typing.cc', | 459 '../../src/typing.cc', |
| 458 '../../src/typing.h', | 460 '../../src/typing.h', |
| 459 '../../src/unbound-queue-inl.h', | 461 '../../src/unbound-queue-inl.h', |
| 460 '../../src/unbound-queue.h', | 462 '../../src/unbound-queue.h', |
| 461 '../../src/unicode-inl.h', | 463 '../../src/unicode-inl.h', |
| 462 '../../src/unicode.cc', | 464 '../../src/unicode.cc', |
| 463 '../../src/unicode.h', | 465 '../../src/unicode.h', |
| 464 '../../src/uri.h', | 466 '../../src/uri.h', |
| 465 '../../src/utils-inl.h', | 467 '../../src/utils-inl.h', |
| 466 '../../src/utils.cc', | 468 '../../src/utils.cc', |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 }], | 925 }], |
| 924 ['v8_compress_startup_data=="bz2"', { | 926 ['v8_compress_startup_data=="bz2"', { |
| 925 'libraries': [ | 927 'libraries': [ |
| 926 '-lbz2', | 928 '-lbz2', |
| 927 ] | 929 ] |
| 928 }], | 930 }], |
| 929 ], | 931 ], |
| 930 }, | 932 }, |
| 931 ], | 933 ], |
| 932 } | 934 } |
| OLD | NEW |