| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 '../../src/handles.h', | 328 '../../src/handles.h', |
| 329 '../../src/hashmap.h', | 329 '../../src/hashmap.h', |
| 330 '../../src/heap-inl.h', | 330 '../../src/heap-inl.h', |
| 331 '../../src/heap-profiler.cc', | 331 '../../src/heap-profiler.cc', |
| 332 '../../src/heap-profiler.h', | 332 '../../src/heap-profiler.h', |
| 333 '../../src/heap-snapshot-generator-inl.h', | 333 '../../src/heap-snapshot-generator-inl.h', |
| 334 '../../src/heap-snapshot-generator.cc', | 334 '../../src/heap-snapshot-generator.cc', |
| 335 '../../src/heap-snapshot-generator.h', | 335 '../../src/heap-snapshot-generator.h', |
| 336 '../../src/heap.cc', | 336 '../../src/heap.cc', |
| 337 '../../src/heap.h', | 337 '../../src/heap.h', |
| 338 '../../src/hydrogen-dce.cc', |
| 339 '../../src/hydrogen-dce.h', |
| 338 '../../src/hydrogen-environment-liveness.cc', | 340 '../../src/hydrogen-environment-liveness.cc', |
| 339 '../../src/hydrogen-environment-liveness.h', | 341 '../../src/hydrogen-environment-liveness.h', |
| 340 '../../src/hydrogen-escape-analysis.cc', | 342 '../../src/hydrogen-escape-analysis.cc', |
| 341 '../../src/hydrogen-escape-analysis.h', | 343 '../../src/hydrogen-escape-analysis.h', |
| 342 '../../src/hydrogen-instructions.cc', | 344 '../../src/hydrogen-instructions.cc', |
| 343 '../../src/hydrogen-instructions.h', | 345 '../../src/hydrogen-instructions.h', |
| 344 '../../src/hydrogen.cc', | 346 '../../src/hydrogen.cc', |
| 345 '../../src/hydrogen.h', | 347 '../../src/hydrogen.h', |
| 346 '../../src/hydrogen-gvn.cc', | 348 '../../src/hydrogen-gvn.cc', |
| 347 '../../src/hydrogen-gvn.h', | 349 '../../src/hydrogen-gvn.h', |
| (...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 }], | 1005 }], |
| 1004 ['v8_compress_startup_data=="bz2"', { | 1006 ['v8_compress_startup_data=="bz2"', { |
| 1005 'libraries': [ | 1007 'libraries': [ |
| 1006 '-lbz2', | 1008 '-lbz2', |
| 1007 ] | 1009 ] |
| 1008 }], | 1010 }], |
| 1009 ], | 1011 ], |
| 1010 }, | 1012 }, |
| 1011 ], | 1013 ], |
| 1012 } | 1014 } |
| OLD | NEW |