| 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 '../../src/assert-scope.h', | 344 '../../src/assert-scope.h', |
| 345 '../../src/assert-scope.cc', | 345 '../../src/assert-scope.cc', |
| 346 '../../src/ast-value-factory.cc', | 346 '../../src/ast-value-factory.cc', |
| 347 '../../src/ast-value-factory.h', | 347 '../../src/ast-value-factory.h', |
| 348 '../../src/ast.cc', | 348 '../../src/ast.cc', |
| 349 '../../src/ast.h', | 349 '../../src/ast.h', |
| 350 '../../src/background-parsing-task.cc', | 350 '../../src/background-parsing-task.cc', |
| 351 '../../src/background-parsing-task.h', | 351 '../../src/background-parsing-task.h', |
| 352 '../../src/bailout-reason.cc', | 352 '../../src/bailout-reason.cc', |
| 353 '../../src/bailout-reason.h', | 353 '../../src/bailout-reason.h', |
| 354 '../../src/basic-block-profiler.cc', |
| 355 '../../src/basic-block-profiler.h', |
| 354 '../../src/bignum-dtoa.cc', | 356 '../../src/bignum-dtoa.cc', |
| 355 '../../src/bignum-dtoa.h', | 357 '../../src/bignum-dtoa.h', |
| 356 '../../src/bignum.cc', | 358 '../../src/bignum.cc', |
| 357 '../../src/bignum.h', | 359 '../../src/bignum.h', |
| 358 '../../src/bootstrapper.cc', | 360 '../../src/bootstrapper.cc', |
| 359 '../../src/bootstrapper.h', | 361 '../../src/bootstrapper.h', |
| 360 '../../src/builtins.cc', | 362 '../../src/builtins.cc', |
| 361 '../../src/builtins.h', | 363 '../../src/builtins.h', |
| 362 '../../src/bytecodes-irregexp.h', | 364 '../../src/bytecodes-irregexp.h', |
| 363 '../../src/cached-powers.cc', | 365 '../../src/cached-powers.cc', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 375 '../../src/code-stubs-hydrogen.cc', | 377 '../../src/code-stubs-hydrogen.cc', |
| 376 '../../src/code.h', | 378 '../../src/code.h', |
| 377 '../../src/codegen.cc', | 379 '../../src/codegen.cc', |
| 378 '../../src/codegen.h', | 380 '../../src/codegen.h', |
| 379 '../../src/compilation-cache.cc', | 381 '../../src/compilation-cache.cc', |
| 380 '../../src/compilation-cache.h', | 382 '../../src/compilation-cache.h', |
| 381 '../../src/compiler/access-builder.cc', | 383 '../../src/compiler/access-builder.cc', |
| 382 '../../src/compiler/access-builder.h', | 384 '../../src/compiler/access-builder.h', |
| 383 '../../src/compiler/ast-graph-builder.cc', | 385 '../../src/compiler/ast-graph-builder.cc', |
| 384 '../../src/compiler/ast-graph-builder.h', | 386 '../../src/compiler/ast-graph-builder.h', |
| 387 '../../src/compiler/basic-block-instrumentor.cc', |
| 388 '../../src/compiler/basic-block-instrumentor.h', |
| 385 '../../src/compiler/change-lowering.cc', | 389 '../../src/compiler/change-lowering.cc', |
| 386 '../../src/compiler/change-lowering.h', | 390 '../../src/compiler/change-lowering.h', |
| 387 '../../src/compiler/code-generator-impl.h', | 391 '../../src/compiler/code-generator-impl.h', |
| 388 '../../src/compiler/code-generator.cc', | 392 '../../src/compiler/code-generator.cc', |
| 389 '../../src/compiler/code-generator.h', | 393 '../../src/compiler/code-generator.h', |
| 390 '../../src/compiler/common-node-cache.h', | 394 '../../src/compiler/common-node-cache.h', |
| 391 '../../src/compiler/common-operator.cc', | 395 '../../src/compiler/common-operator.cc', |
| 392 '../../src/compiler/common-operator.h', | 396 '../../src/compiler/common-operator.h', |
| 393 '../../src/compiler/control-builders.cc', | 397 '../../src/compiler/control-builders.cc', |
| 394 '../../src/compiler/control-builders.h', | 398 '../../src/compiler/control-builders.h', |
| (...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1659 }], | 1663 }], |
| 1660 ['v8_compress_startup_data=="bz2"', { | 1664 ['v8_compress_startup_data=="bz2"', { |
| 1661 'libraries': [ | 1665 'libraries': [ |
| 1662 '-lbz2', | 1666 '-lbz2', |
| 1663 ] | 1667 ] |
| 1664 }], | 1668 }], |
| 1665 ], | 1669 ], |
| 1666 }, | 1670 }, |
| 1667 ], | 1671 ], |
| 1668 } | 1672 } |
| OLD | NEW |