| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 '../../src/circular-queue-inl.h', | 335 '../../src/circular-queue-inl.h', |
| 336 '../../src/circular-queue.h', | 336 '../../src/circular-queue.h', |
| 337 '../../src/code-stubs.cc', | 337 '../../src/code-stubs.cc', |
| 338 '../../src/code-stubs.h', | 338 '../../src/code-stubs.h', |
| 339 '../../src/code-stubs-hydrogen.cc', | 339 '../../src/code-stubs-hydrogen.cc', |
| 340 '../../src/code.h', | 340 '../../src/code.h', |
| 341 '../../src/codegen.cc', | 341 '../../src/codegen.cc', |
| 342 '../../src/codegen.h', | 342 '../../src/codegen.h', |
| 343 '../../src/compilation-cache.cc', | 343 '../../src/compilation-cache.cc', |
| 344 '../../src/compilation-cache.h', | 344 '../../src/compilation-cache.h', |
| 345 '../../src/compiler/access-builder.h', |
| 345 '../../src/compiler/ast-graph-builder.cc', | 346 '../../src/compiler/ast-graph-builder.cc', |
| 346 '../../src/compiler/ast-graph-builder.h', | 347 '../../src/compiler/ast-graph-builder.h', |
| 347 '../../src/compiler/change-lowering.cc', | 348 '../../src/compiler/change-lowering.cc', |
| 348 '../../src/compiler/change-lowering.h', | 349 '../../src/compiler/change-lowering.h', |
| 349 '../../src/compiler/code-generator-impl.h', | 350 '../../src/compiler/code-generator-impl.h', |
| 350 '../../src/compiler/code-generator.cc', | 351 '../../src/compiler/code-generator.cc', |
| 351 '../../src/compiler/code-generator.h', | 352 '../../src/compiler/code-generator.h', |
| 352 '../../src/compiler/common-node-cache.h', | 353 '../../src/compiler/common-node-cache.h', |
| 353 '../../src/compiler/common-operator.h', | 354 '../../src/compiler/common-operator.h', |
| 354 '../../src/compiler/control-builders.cc', | 355 '../../src/compiler/control-builders.cc', |
| (...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1574 }], | 1575 }], |
| 1575 ['v8_compress_startup_data=="bz2"', { | 1576 ['v8_compress_startup_data=="bz2"', { |
| 1576 'libraries': [ | 1577 'libraries': [ |
| 1577 '-lbz2', | 1578 '-lbz2', |
| 1578 ] | 1579 ] |
| 1579 }], | 1580 }], |
| 1580 ], | 1581 ], |
| 1581 }, | 1582 }, |
| 1582 ], | 1583 ], |
| 1583 } | 1584 } |
| OLD | NEW |