| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 '../../src/compiler/js-builtin-reducer.cc', | 424 '../../src/compiler/js-builtin-reducer.cc', |
| 425 '../../src/compiler/js-builtin-reducer.h', | 425 '../../src/compiler/js-builtin-reducer.h', |
| 426 '../../src/compiler/js-context-specialization.cc', | 426 '../../src/compiler/js-context-specialization.cc', |
| 427 '../../src/compiler/js-context-specialization.h', | 427 '../../src/compiler/js-context-specialization.h', |
| 428 '../../src/compiler/js-generic-lowering.cc', | 428 '../../src/compiler/js-generic-lowering.cc', |
| 429 '../../src/compiler/js-generic-lowering.h', | 429 '../../src/compiler/js-generic-lowering.h', |
| 430 '../../src/compiler/js-graph.cc', | 430 '../../src/compiler/js-graph.cc', |
| 431 '../../src/compiler/js-graph.h', | 431 '../../src/compiler/js-graph.h', |
| 432 '../../src/compiler/js-inlining.cc', | 432 '../../src/compiler/js-inlining.cc', |
| 433 '../../src/compiler/js-inlining.h', | 433 '../../src/compiler/js-inlining.h', |
| 434 '../../src/compiler/js-operator.cc', |
| 434 '../../src/compiler/js-operator.h', | 435 '../../src/compiler/js-operator.h', |
| 435 '../../src/compiler/js-typed-lowering.cc', | 436 '../../src/compiler/js-typed-lowering.cc', |
| 436 '../../src/compiler/js-typed-lowering.h', | 437 '../../src/compiler/js-typed-lowering.h', |
| 437 '../../src/compiler/linkage-impl.h', | 438 '../../src/compiler/linkage-impl.h', |
| 438 '../../src/compiler/linkage.cc', | 439 '../../src/compiler/linkage.cc', |
| 439 '../../src/compiler/linkage.h', | 440 '../../src/compiler/linkage.h', |
| 440 '../../src/compiler/machine-operator-reducer.cc', | 441 '../../src/compiler/machine-operator-reducer.cc', |
| 441 '../../src/compiler/machine-operator-reducer.h', | 442 '../../src/compiler/machine-operator-reducer.h', |
| 442 '../../src/compiler/machine-operator.cc', | 443 '../../src/compiler/machine-operator.cc', |
| 443 '../../src/compiler/machine-operator.h', | 444 '../../src/compiler/machine-operator.h', |
| (...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1676 }], | 1677 }], |
| 1677 ['v8_compress_startup_data=="bz2"', { | 1678 ['v8_compress_startup_data=="bz2"', { |
| 1678 'libraries': [ | 1679 'libraries': [ |
| 1679 '-lbz2', | 1680 '-lbz2', |
| 1680 ] | 1681 ] |
| 1681 }], | 1682 }], |
| 1682 ], | 1683 ], |
| 1683 }, | 1684 }, |
| 1684 ], | 1685 ], |
| 1685 } | 1686 } |
| OLD | NEW |