| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 '../../src/compiler/js-builtin-reducer.cc', | 429 '../../src/compiler/js-builtin-reducer.cc', |
| 430 '../../src/compiler/js-builtin-reducer.h', | 430 '../../src/compiler/js-builtin-reducer.h', |
| 431 '../../src/compiler/js-context-specialization.cc', | 431 '../../src/compiler/js-context-specialization.cc', |
| 432 '../../src/compiler/js-context-specialization.h', | 432 '../../src/compiler/js-context-specialization.h', |
| 433 '../../src/compiler/js-generic-lowering.cc', | 433 '../../src/compiler/js-generic-lowering.cc', |
| 434 '../../src/compiler/js-generic-lowering.h', | 434 '../../src/compiler/js-generic-lowering.h', |
| 435 '../../src/compiler/js-graph.cc', | 435 '../../src/compiler/js-graph.cc', |
| 436 '../../src/compiler/js-graph.h', | 436 '../../src/compiler/js-graph.h', |
| 437 '../../src/compiler/js-inlining.cc', | 437 '../../src/compiler/js-inlining.cc', |
| 438 '../../src/compiler/js-inlining.h', | 438 '../../src/compiler/js-inlining.h', |
| 439 '../../src/compiler/js-intrinsic-builder.cc', |
| 440 '../../src/compiler/js-intrinsic-builder.h', |
| 439 '../../src/compiler/js-operator.cc', | 441 '../../src/compiler/js-operator.cc', |
| 440 '../../src/compiler/js-operator.h', | 442 '../../src/compiler/js-operator.h', |
| 441 '../../src/compiler/js-typed-lowering.cc', | 443 '../../src/compiler/js-typed-lowering.cc', |
| 442 '../../src/compiler/js-typed-lowering.h', | 444 '../../src/compiler/js-typed-lowering.h', |
| 443 '../../src/compiler/linkage-impl.h', | 445 '../../src/compiler/linkage-impl.h', |
| 444 '../../src/compiler/linkage.cc', | 446 '../../src/compiler/linkage.cc', |
| 445 '../../src/compiler/linkage.h', | 447 '../../src/compiler/linkage.h', |
| 446 '../../src/compiler/machine-operator-reducer.cc', | 448 '../../src/compiler/machine-operator-reducer.cc', |
| 447 '../../src/compiler/machine-operator-reducer.h', | 449 '../../src/compiler/machine-operator-reducer.h', |
| 448 '../../src/compiler/machine-operator.cc', | 450 '../../src/compiler/machine-operator.cc', |
| (...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1718 }], | 1720 }], |
| 1719 ['v8_compress_startup_data=="bz2"', { | 1721 ['v8_compress_startup_data=="bz2"', { |
| 1720 'libraries': [ | 1722 'libraries': [ |
| 1721 '-lbz2', | 1723 '-lbz2', |
| 1722 ] | 1724 ] |
| 1723 }], | 1725 }], |
| 1724 ], | 1726 ], |
| 1725 }, | 1727 }, |
| 1726 ], | 1728 ], |
| 1727 } | 1729 } |
| OLD | NEW |