| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 '../../src/allocation-tracker.cc', | 256 '../../src/allocation-tracker.cc', |
| 257 '../../src/allocation-tracker.h', | 257 '../../src/allocation-tracker.h', |
| 258 '../../src/api.cc', | 258 '../../src/api.cc', |
| 259 '../../src/api.h', | 259 '../../src/api.h', |
| 260 '../../src/arguments.cc', | 260 '../../src/arguments.cc', |
| 261 '../../src/arguments.h', | 261 '../../src/arguments.h', |
| 262 '../../src/assembler.cc', | 262 '../../src/assembler.cc', |
| 263 '../../src/assembler.h', | 263 '../../src/assembler.h', |
| 264 '../../src/assert-scope.h', | 264 '../../src/assert-scope.h', |
| 265 '../../src/assert-scope.cc', | 265 '../../src/assert-scope.cc', |
| 266 '../../src/ast-value-factory.cc', | |
| 267 '../../src/ast-value-factory.h', | |
| 268 '../../src/ast.cc', | 266 '../../src/ast.cc', |
| 269 '../../src/ast.h', | 267 '../../src/ast.h', |
| 270 '../../src/bignum-dtoa.cc', | 268 '../../src/bignum-dtoa.cc', |
| 271 '../../src/bignum-dtoa.h', | 269 '../../src/bignum-dtoa.h', |
| 272 '../../src/bignum.cc', | 270 '../../src/bignum.cc', |
| 273 '../../src/bignum.h', | 271 '../../src/bignum.h', |
| 274 '../../src/bootstrapper.cc', | 272 '../../src/bootstrapper.cc', |
| 275 '../../src/bootstrapper.h', | 273 '../../src/bootstrapper.h', |
| 276 '../../src/builtins.cc', | 274 '../../src/builtins.cc', |
| 277 '../../src/builtins.h', | 275 '../../src/builtins.h', |
| (...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1242 }], | 1240 }], |
| 1243 ['v8_compress_startup_data=="bz2"', { | 1241 ['v8_compress_startup_data=="bz2"', { |
| 1244 'libraries': [ | 1242 'libraries': [ |
| 1245 '-lbz2', | 1243 '-lbz2', |
| 1246 ] | 1244 ] |
| 1247 }], | 1245 }], |
| 1248 ], | 1246 ], |
| 1249 }, | 1247 }, |
| 1250 ], | 1248 ], |
| 1251 } | 1249 } |
| OLD | NEW |