| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 '../../src/preparser.cc', | 508 '../../src/preparser.cc', |
| 509 '../../src/preparser.h', | 509 '../../src/preparser.h', |
| 510 '../../src/prettyprinter.cc', | 510 '../../src/prettyprinter.cc', |
| 511 '../../src/prettyprinter.h', | 511 '../../src/prettyprinter.h', |
| 512 '../../src/profile-generator-inl.h', | 512 '../../src/profile-generator-inl.h', |
| 513 '../../src/profile-generator.cc', | 513 '../../src/profile-generator.cc', |
| 514 '../../src/profile-generator.h', | 514 '../../src/profile-generator.h', |
| 515 '../../src/property-details.h', | 515 '../../src/property-details.h', |
| 516 '../../src/property.cc', | 516 '../../src/property.cc', |
| 517 '../../src/property.h', | 517 '../../src/property.h', |
| 518 '../../src/prototype-iterator.h', |
| 518 '../../src/regexp-macro-assembler-irregexp-inl.h', | 519 '../../src/regexp-macro-assembler-irregexp-inl.h', |
| 519 '../../src/regexp-macro-assembler-irregexp.cc', | 520 '../../src/regexp-macro-assembler-irregexp.cc', |
| 520 '../../src/regexp-macro-assembler-irregexp.h', | 521 '../../src/regexp-macro-assembler-irregexp.h', |
| 521 '../../src/regexp-macro-assembler-tracer.cc', | 522 '../../src/regexp-macro-assembler-tracer.cc', |
| 522 '../../src/regexp-macro-assembler-tracer.h', | 523 '../../src/regexp-macro-assembler-tracer.h', |
| 523 '../../src/regexp-macro-assembler.cc', | 524 '../../src/regexp-macro-assembler.cc', |
| 524 '../../src/regexp-macro-assembler.h', | 525 '../../src/regexp-macro-assembler.h', |
| 525 '../../src/regexp-stack.cc', | 526 '../../src/regexp-stack.cc', |
| 526 '../../src/regexp-stack.h', | 527 '../../src/regexp-stack.h', |
| 527 '../../src/rewriter.cc', | 528 '../../src/rewriter.cc', |
| (...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1241 }], | 1242 }], |
| 1242 ['v8_compress_startup_data=="bz2"', { | 1243 ['v8_compress_startup_data=="bz2"', { |
| 1243 'libraries': [ | 1244 'libraries': [ |
| 1244 '-lbz2', | 1245 '-lbz2', |
| 1245 ] | 1246 ] |
| 1246 }], | 1247 }], |
| 1247 ], | 1248 ], |
| 1248 }, | 1249 }, |
| 1249 ], | 1250 ], |
| 1250 } | 1251 } |
| OLD | NEW |