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/data-flow.h', | 306 '../../src/data-flow.h', |
307 '../../src/date.cc', | 307 '../../src/date.cc', |
308 '../../src/date.h', | 308 '../../src/date.h', |
309 '../../src/dateparser-inl.h', | 309 '../../src/dateparser-inl.h', |
310 '../../src/dateparser.cc', | 310 '../../src/dateparser.cc', |
311 '../../src/dateparser.h', | 311 '../../src/dateparser.h', |
312 '../../src/debug-agent.cc', | 312 '../../src/debug-agent.cc', |
313 '../../src/debug-agent.h', | 313 '../../src/debug-agent.h', |
314 '../../src/debug.cc', | 314 '../../src/debug.cc', |
315 '../../src/debug.h', | 315 '../../src/debug.h', |
316 '../../src/default-platform.cc', | |
317 '../../src/default-platform.h', | |
318 '../../src/deoptimizer.cc', | 316 '../../src/deoptimizer.cc', |
319 '../../src/deoptimizer.h', | 317 '../../src/deoptimizer.h', |
320 '../../src/disasm.h', | 318 '../../src/disasm.h', |
321 '../../src/disassembler.cc', | 319 '../../src/disassembler.cc', |
322 '../../src/disassembler.h', | 320 '../../src/disassembler.h', |
323 '../../src/diy-fp.cc', | 321 '../../src/diy-fp.cc', |
324 '../../src/diy-fp.h', | 322 '../../src/diy-fp.h', |
325 '../../src/double.h', | 323 '../../src/double.h', |
326 '../../src/dtoa.cc', | 324 '../../src/dtoa.cc', |
327 '../../src/dtoa.h', | 325 '../../src/dtoa.h', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 '../../src/interpreter-irregexp.cc', | 435 '../../src/interpreter-irregexp.cc', |
438 '../../src/interpreter-irregexp.h', | 436 '../../src/interpreter-irregexp.h', |
439 '../../src/isolate.cc', | 437 '../../src/isolate.cc', |
440 '../../src/isolate.h', | 438 '../../src/isolate.h', |
441 '../../src/json-parser.h', | 439 '../../src/json-parser.h', |
442 '../../src/json-stringifier.h', | 440 '../../src/json-stringifier.h', |
443 '../../src/jsregexp-inl.h', | 441 '../../src/jsregexp-inl.h', |
444 '../../src/jsregexp.cc', | 442 '../../src/jsregexp.cc', |
445 '../../src/jsregexp.h', | 443 '../../src/jsregexp.h', |
446 '../../src/lazy-instance.h', | 444 '../../src/lazy-instance.h', |
| 445 # TODO(jochen): move libplatform/ files to their own target. |
| 446 '../../src/libplatform/default-platform.cc', |
| 447 '../../src/libplatform/default-platform.h', |
| 448 '../../src/libplatform/task-queue.cc', |
| 449 '../../src/libplatform/task-queue.h', |
| 450 '../../src/libplatform/worker-thread.cc', |
| 451 '../../src/libplatform/worker-thread.h', |
447 '../../src/list-inl.h', | 452 '../../src/list-inl.h', |
448 '../../src/list.h', | 453 '../../src/list.h', |
449 '../../src/lithium-allocator-inl.h', | 454 '../../src/lithium-allocator-inl.h', |
450 '../../src/lithium-allocator.cc', | 455 '../../src/lithium-allocator.cc', |
451 '../../src/lithium-allocator.h', | 456 '../../src/lithium-allocator.h', |
452 '../../src/lithium-codegen.cc', | 457 '../../src/lithium-codegen.cc', |
453 '../../src/lithium-codegen.h', | 458 '../../src/lithium-codegen.h', |
454 '../../src/lithium.cc', | 459 '../../src/lithium.cc', |
455 '../../src/lithium.h', | 460 '../../src/lithium.h', |
456 '../../src/liveedit.cc', | 461 '../../src/liveedit.cc', |
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 }], | 1107 }], |
1103 ['v8_compress_startup_data=="bz2"', { | 1108 ['v8_compress_startup_data=="bz2"', { |
1104 'libraries': [ | 1109 'libraries': [ |
1105 '-lbz2', | 1110 '-lbz2', |
1106 ] | 1111 ] |
1107 }], | 1112 }], |
1108 ], | 1113 ], |
1109 }, | 1114 }, |
1110 ], | 1115 ], |
1111 } | 1116 } |
OLD | NEW |