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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 '../../src/deoptimizer.cc', | 283 '../../src/deoptimizer.cc', |
284 '../../src/deoptimizer.h', | 284 '../../src/deoptimizer.h', |
285 '../../src/disasm.h', | 285 '../../src/disasm.h', |
286 '../../src/disassembler.cc', | 286 '../../src/disassembler.cc', |
287 '../../src/disassembler.h', | 287 '../../src/disassembler.h', |
288 '../../src/diy-fp.cc', | 288 '../../src/diy-fp.cc', |
289 '../../src/diy-fp.h', | 289 '../../src/diy-fp.h', |
290 '../../src/double.h', | 290 '../../src/double.h', |
291 '../../src/dtoa.cc', | 291 '../../src/dtoa.cc', |
292 '../../src/dtoa.h', | 292 '../../src/dtoa.h', |
| 293 '../../src/effects.h', |
293 '../../src/elements-kind.cc', | 294 '../../src/elements-kind.cc', |
294 '../../src/elements-kind.h', | 295 '../../src/elements-kind.h', |
295 '../../src/elements.cc', | 296 '../../src/elements.cc', |
296 '../../src/elements.h', | 297 '../../src/elements.h', |
297 '../../src/execution.cc', | 298 '../../src/execution.cc', |
298 '../../src/execution.h', | 299 '../../src/execution.h', |
299 '../../src/extensions/externalize-string-extension.cc', | 300 '../../src/extensions/externalize-string-extension.cc', |
300 '../../src/extensions/externalize-string-extension.h', | 301 '../../src/extensions/externalize-string-extension.h', |
301 '../../src/extensions/gc-extension.cc', | 302 '../../src/extensions/gc-extension.cc', |
302 '../../src/extensions/gc-extension.h', | 303 '../../src/extensions/gc-extension.h', |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 }], | 1036 }], |
1036 ['v8_compress_startup_data=="bz2"', { | 1037 ['v8_compress_startup_data=="bz2"', { |
1037 'libraries': [ | 1038 'libraries': [ |
1038 '-lbz2', | 1039 '-lbz2', |
1039 ] | 1040 ] |
1040 }], | 1041 }], |
1041 ], | 1042 ], |
1042 }, | 1043 }, |
1043 ], | 1044 ], |
1044 } | 1045 } |
OLD | NEW |