| 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 '../../src/codegen.cc', | 386 '../../src/codegen.cc', |
| 387 '../../src/codegen.h', | 387 '../../src/codegen.h', |
| 388 '../../src/compilation-cache.cc', | 388 '../../src/compilation-cache.cc', |
| 389 '../../src/compilation-cache.h', | 389 '../../src/compilation-cache.h', |
| 390 '../../src/compilation-statistics.cc', | 390 '../../src/compilation-statistics.cc', |
| 391 '../../src/compilation-statistics.h', | 391 '../../src/compilation-statistics.h', |
| 392 '../../src/compiler/access-builder.cc', | 392 '../../src/compiler/access-builder.cc', |
| 393 '../../src/compiler/access-builder.h', | 393 '../../src/compiler/access-builder.h', |
| 394 '../../src/compiler/ast-graph-builder.cc', | 394 '../../src/compiler/ast-graph-builder.cc', |
| 395 '../../src/compiler/ast-graph-builder.h', | 395 '../../src/compiler/ast-graph-builder.h', |
| 396 '../../src/compiler/ast-loop-assignment-analyzer.cc', |
| 397 '../../src/compiler/ast-loop-assignment-analyzer.h', |
| 396 '../../src/compiler/basic-block-instrumentor.cc', | 398 '../../src/compiler/basic-block-instrumentor.cc', |
| 397 '../../src/compiler/basic-block-instrumentor.h', | 399 '../../src/compiler/basic-block-instrumentor.h', |
| 398 '../../src/compiler/change-lowering.cc', | 400 '../../src/compiler/change-lowering.cc', |
| 399 '../../src/compiler/change-lowering.h', | 401 '../../src/compiler/change-lowering.h', |
| 400 '../../src/compiler/code-generator-impl.h', | 402 '../../src/compiler/code-generator-impl.h', |
| 401 '../../src/compiler/code-generator.cc', | 403 '../../src/compiler/code-generator.cc', |
| 402 '../../src/compiler/code-generator.h', | 404 '../../src/compiler/code-generator.h', |
| 403 '../../src/compiler/common-node-cache.h', | 405 '../../src/compiler/common-node-cache.h', |
| 404 '../../src/compiler/common-operator.cc', | 406 '../../src/compiler/common-operator.cc', |
| 405 '../../src/compiler/common-operator.h', | 407 '../../src/compiler/common-operator.h', |
| (...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1728 }], | 1730 }], |
| 1729 ['v8_compress_startup_data=="bz2"', { | 1731 ['v8_compress_startup_data=="bz2"', { |
| 1730 'libraries': [ | 1732 'libraries': [ |
| 1731 '-lbz2', | 1733 '-lbz2', |
| 1732 ] | 1734 ] |
| 1733 }], | 1735 }], |
| 1734 ], | 1736 ], |
| 1735 }, | 1737 }, |
| 1736 ], | 1738 ], |
| 1737 } | 1739 } |
| OLD | NEW |