| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 '../../src/api.h', | 255 '../../src/api.h', |
| 256 '../../src/arguments.cc', | 256 '../../src/arguments.cc', |
| 257 '../../src/arguments.h', | 257 '../../src/arguments.h', |
| 258 '../../src/assembler.cc', | 258 '../../src/assembler.cc', |
| 259 '../../src/assembler.h', | 259 '../../src/assembler.h', |
| 260 '../../src/assert-scope.h', | 260 '../../src/assert-scope.h', |
| 261 '../../src/ast.cc', | 261 '../../src/ast.cc', |
| 262 '../../src/ast.h', | 262 '../../src/ast.h', |
| 263 '../../src/atomicops.h', | 263 '../../src/atomicops.h', |
| 264 '../../src/atomicops_internals_x86_gcc.cc', | 264 '../../src/atomicops_internals_x86_gcc.cc', |
| 265 '../../src/base/globals.h', |
| 265 '../../src/bignum-dtoa.cc', | 266 '../../src/bignum-dtoa.cc', |
| 266 '../../src/bignum-dtoa.h', | 267 '../../src/bignum-dtoa.h', |
| 267 '../../src/bignum.cc', | 268 '../../src/bignum.cc', |
| 268 '../../src/bignum.h', | 269 '../../src/bignum.h', |
| 269 '../../src/bootstrapper.cc', | 270 '../../src/bootstrapper.cc', |
| 270 '../../src/bootstrapper.h', | 271 '../../src/bootstrapper.h', |
| 271 '../../src/builtins.cc', | 272 '../../src/builtins.cc', |
| 272 '../../src/builtins.h', | 273 '../../src/builtins.h', |
| 273 '../../src/bytecodes-irregexp.h', | 274 '../../src/bytecodes-irregexp.h', |
| 274 '../../src/cached-powers.cc', | 275 '../../src/cached-powers.cc', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 '../../src/frames.cc', | 353 '../../src/frames.cc', |
| 353 '../../src/frames.h', | 354 '../../src/frames.h', |
| 354 '../../src/full-codegen.cc', | 355 '../../src/full-codegen.cc', |
| 355 '../../src/full-codegen.h', | 356 '../../src/full-codegen.h', |
| 356 '../../src/func-name-inferrer.cc', | 357 '../../src/func-name-inferrer.cc', |
| 357 '../../src/func-name-inferrer.h', | 358 '../../src/func-name-inferrer.h', |
| 358 '../../src/gdb-jit.cc', | 359 '../../src/gdb-jit.cc', |
| 359 '../../src/gdb-jit.h', | 360 '../../src/gdb-jit.h', |
| 360 '../../src/global-handles.cc', | 361 '../../src/global-handles.cc', |
| 361 '../../src/global-handles.h', | 362 '../../src/global-handles.h', |
| 362 '../../src/globals.h', | |
| 363 '../../src/handles-inl.h', | 363 '../../src/handles-inl.h', |
| 364 '../../src/handles.cc', | 364 '../../src/handles.cc', |
| 365 '../../src/handles.h', | 365 '../../src/handles.h', |
| 366 '../../src/hashmap.h', | 366 '../../src/hashmap.h', |
| 367 '../../src/heap-inl.h', | 367 '../../src/heap-inl.h', |
| 368 '../../src/heap-profiler.cc', | 368 '../../src/heap-profiler.cc', |
| 369 '../../src/heap-profiler.h', | 369 '../../src/heap-profiler.h', |
| 370 '../../src/heap-snapshot-generator-inl.h', | 370 '../../src/heap-snapshot-generator-inl.h', |
| 371 '../../src/heap-snapshot-generator.cc', | 371 '../../src/heap-snapshot-generator.cc', |
| 372 '../../src/heap-snapshot-generator.h', | 372 '../../src/heap-snapshot-generator.h', |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 }], | 1119 }], |
| 1120 ['v8_compress_startup_data=="bz2"', { | 1120 ['v8_compress_startup_data=="bz2"', { |
| 1121 'libraries': [ | 1121 'libraries': [ |
| 1122 '-lbz2', | 1122 '-lbz2', |
| 1123 ] | 1123 ] |
| 1124 }], | 1124 }], |
| 1125 ], | 1125 ], |
| 1126 }, | 1126 }, |
| 1127 ], | 1127 ], |
| 1128 } | 1128 } |
| OLD | NEW |