| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 '../../src/compiler/access-builder.cc', | 377 '../../src/compiler/access-builder.cc', |
| 378 '../../src/compiler/access-builder.h', | 378 '../../src/compiler/access-builder.h', |
| 379 '../../src/compiler/ast-graph-builder.cc', | 379 '../../src/compiler/ast-graph-builder.cc', |
| 380 '../../src/compiler/ast-graph-builder.h', | 380 '../../src/compiler/ast-graph-builder.h', |
| 381 '../../src/compiler/change-lowering.cc', | 381 '../../src/compiler/change-lowering.cc', |
| 382 '../../src/compiler/change-lowering.h', | 382 '../../src/compiler/change-lowering.h', |
| 383 '../../src/compiler/code-generator-impl.h', | 383 '../../src/compiler/code-generator-impl.h', |
| 384 '../../src/compiler/code-generator.cc', | 384 '../../src/compiler/code-generator.cc', |
| 385 '../../src/compiler/code-generator.h', | 385 '../../src/compiler/code-generator.h', |
| 386 '../../src/compiler/common-node-cache.h', | 386 '../../src/compiler/common-node-cache.h', |
| 387 '../../src/compiler/common-operator.cc', |
| 387 '../../src/compiler/common-operator.h', | 388 '../../src/compiler/common-operator.h', |
| 388 '../../src/compiler/control-builders.cc', | 389 '../../src/compiler/control-builders.cc', |
| 389 '../../src/compiler/control-builders.h', | 390 '../../src/compiler/control-builders.h', |
| 390 '../../src/compiler/frame.h', | 391 '../../src/compiler/frame.h', |
| 391 '../../src/compiler/gap-resolver.cc', | 392 '../../src/compiler/gap-resolver.cc', |
| 392 '../../src/compiler/gap-resolver.h', | 393 '../../src/compiler/gap-resolver.h', |
| 393 '../../src/compiler/generic-algorithm-inl.h', | 394 '../../src/compiler/generic-algorithm-inl.h', |
| 394 '../../src/compiler/generic-algorithm.h', | 395 '../../src/compiler/generic-algorithm.h', |
| 395 '../../src/compiler/generic-graph.h', | 396 '../../src/compiler/generic-graph.h', |
| 396 '../../src/compiler/generic-node-inl.h', | 397 '../../src/compiler/generic-node-inl.h', |
| (...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1646 }], | 1647 }], |
| 1647 ['v8_compress_startup_data=="bz2"', { | 1648 ['v8_compress_startup_data=="bz2"', { |
| 1648 'libraries': [ | 1649 'libraries': [ |
| 1649 '-lbz2', | 1650 '-lbz2', |
| 1650 ] | 1651 ] |
| 1651 }], | 1652 }], |
| 1652 ], | 1653 ], |
| 1653 }, | 1654 }, |
| 1654 ], | 1655 ], |
| 1655 } | 1656 } |
| OLD | NEW |