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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 '../../src/hydrogen-instructions.cc', | 342 '../../src/hydrogen-instructions.cc', |
343 '../../src/hydrogen-instructions.h', | 343 '../../src/hydrogen-instructions.h', |
344 '../../src/hydrogen.cc', | 344 '../../src/hydrogen.cc', |
345 '../../src/hydrogen.h', | 345 '../../src/hydrogen.h', |
346 '../../src/hydrogen-gvn.cc', | 346 '../../src/hydrogen-gvn.cc', |
347 '../../src/hydrogen-gvn.h', | 347 '../../src/hydrogen-gvn.h', |
348 '../../src/hydrogen-infer-representation.cc', | 348 '../../src/hydrogen-infer-representation.cc', |
349 '../../src/hydrogen-infer-representation.h', | 349 '../../src/hydrogen-infer-representation.h', |
350 '../../src/hydrogen-uint32-analysis.cc', | 350 '../../src/hydrogen-uint32-analysis.cc', |
351 '../../src/hydrogen-uint32-analysis.h', | 351 '../../src/hydrogen-uint32-analysis.h', |
| 352 '../../src/hydrogen-osr.cc', |
| 353 '../../src/hydrogen-osr.h', |
352 '../../src/ic-inl.h', | 354 '../../src/ic-inl.h', |
353 '../../src/ic.cc', | 355 '../../src/ic.cc', |
354 '../../src/ic.h', | 356 '../../src/ic.h', |
355 '../../src/incremental-marking.cc', | 357 '../../src/incremental-marking.cc', |
356 '../../src/incremental-marking.h', | 358 '../../src/incremental-marking.h', |
357 '../../src/interface.cc', | 359 '../../src/interface.cc', |
358 '../../src/interface.h', | 360 '../../src/interface.h', |
359 '../../src/interpreter-irregexp.cc', | 361 '../../src/interpreter-irregexp.cc', |
360 '../../src/interpreter-irregexp.h', | 362 '../../src/interpreter-irregexp.h', |
361 '../../src/isolate.cc', | 363 '../../src/isolate.cc', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 }], | 1001 }], |
1000 ['v8_compress_startup_data=="bz2"', { | 1002 ['v8_compress_startup_data=="bz2"', { |
1001 'libraries': [ | 1003 'libraries': [ |
1002 '-lbz2', | 1004 '-lbz2', |
1003 ] | 1005 ] |
1004 }], | 1006 }], |
1005 ], | 1007 ], |
1006 }, | 1008 }, |
1007 ], | 1009 ], |
1008 } | 1010 } |
OLD | NEW |