| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 '../../src/accessors.cc', | 246 '../../src/accessors.cc', |
| 247 '../../src/accessors.h', | 247 '../../src/accessors.h', |
| 248 '../../src/allocation.cc', | 248 '../../src/allocation.cc', |
| 249 '../../src/allocation.h', | 249 '../../src/allocation.h', |
| 250 '../../src/allocation-site-scopes.cc', | 250 '../../src/allocation-site-scopes.cc', |
| 251 '../../src/allocation-site-scopes.h', | 251 '../../src/allocation-site-scopes.h', |
| 252 '../../src/allocation-tracker.cc', | 252 '../../src/allocation-tracker.cc', |
| 253 '../../src/allocation-tracker.h', | 253 '../../src/allocation-tracker.h', |
| 254 '../../src/api.cc', | 254 '../../src/api.cc', |
| 255 '../../src/api.h', | 255 '../../src/api.h', |
| 256 '../../src/apiutils.h', | |
| 257 '../../src/arguments.cc', | 256 '../../src/arguments.cc', |
| 258 '../../src/arguments.h', | 257 '../../src/arguments.h', |
| 259 '../../src/assembler.cc', | 258 '../../src/assembler.cc', |
| 260 '../../src/assembler.h', | 259 '../../src/assembler.h', |
| 261 '../../src/assert-scope.h', | 260 '../../src/assert-scope.h', |
| 262 '../../src/ast.cc', | 261 '../../src/ast.cc', |
| 263 '../../src/ast.h', | 262 '../../src/ast.h', |
| 264 '../../src/atomicops.h', | 263 '../../src/atomicops.h', |
| 265 '../../src/atomicops_internals_x86_gcc.cc', | 264 '../../src/atomicops_internals_x86_gcc.cc', |
| 266 '../../src/bignum-dtoa.cc', | 265 '../../src/bignum-dtoa.cc', |
| (...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 }], | 1192 }], |
| 1194 ['v8_compress_startup_data=="bz2"', { | 1193 ['v8_compress_startup_data=="bz2"', { |
| 1195 'libraries': [ | 1194 'libraries': [ |
| 1196 '-lbz2', | 1195 '-lbz2', |
| 1197 ] | 1196 ] |
| 1198 }], | 1197 }], |
| 1199 ], | 1198 ], |
| 1200 }, | 1199 }, |
| 1201 ], | 1200 ], |
| 1202 } | 1201 } |
| OLD | NEW |