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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 '../../src/cpu-profiler.h', | 306 '../../src/cpu-profiler.h', |
307 '../../src/cpu.cc', | 307 '../../src/cpu.cc', |
308 '../../src/cpu.h', | 308 '../../src/cpu.h', |
309 '../../src/data-flow.cc', | 309 '../../src/data-flow.cc', |
310 '../../src/data-flow.h', | 310 '../../src/data-flow.h', |
311 '../../src/date.cc', | 311 '../../src/date.cc', |
312 '../../src/date.h', | 312 '../../src/date.h', |
313 '../../src/dateparser-inl.h', | 313 '../../src/dateparser-inl.h', |
314 '../../src/dateparser.cc', | 314 '../../src/dateparser.cc', |
315 '../../src/dateparser.h', | 315 '../../src/dateparser.h', |
316 '../../src/debug-agent.cc', | |
317 '../../src/debug-agent.h', | |
318 '../../src/debug.cc', | 316 '../../src/debug.cc', |
319 '../../src/debug.h', | 317 '../../src/debug.h', |
320 '../../src/deoptimizer.cc', | 318 '../../src/deoptimizer.cc', |
321 '../../src/deoptimizer.h', | 319 '../../src/deoptimizer.h', |
322 '../../src/disasm.h', | 320 '../../src/disasm.h', |
323 '../../src/disassembler.cc', | 321 '../../src/disassembler.cc', |
324 '../../src/disassembler.h', | 322 '../../src/disassembler.h', |
325 '../../src/diy-fp.cc', | 323 '../../src/diy-fp.cc', |
326 '../../src/diy-fp.h', | 324 '../../src/diy-fp.h', |
327 '../../src/double.h', | 325 '../../src/double.h', |
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1201 }], | 1199 }], |
1202 ['v8_compress_startup_data=="bz2"', { | 1200 ['v8_compress_startup_data=="bz2"', { |
1203 'libraries': [ | 1201 'libraries': [ |
1204 '-lbz2', | 1202 '-lbz2', |
1205 ] | 1203 ] |
1206 }], | 1204 }], |
1207 ], | 1205 ], |
1208 }, | 1206 }, |
1209 ], | 1207 ], |
1210 } | 1208 } |
OLD | NEW |