Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: tools/gyp/v8.gyp

Issue 6529055: [Isolates] Merge crankshaft (r5922 from bleeding_edge). (Closed)
Patch Set: Win32 port Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/sputnik/sputnik.status ('k') | tools/test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '../../src/allocation.h', 273 '../../src/allocation.h',
274 '../../src/api.cc', 274 '../../src/api.cc',
275 '../../src/api.h', 275 '../../src/api.h',
276 '../../src/apiutils.h', 276 '../../src/apiutils.h',
277 '../../src/arguments.h', 277 '../../src/arguments.h',
278 '../../src/assembler.cc', 278 '../../src/assembler.cc',
279 '../../src/assembler.h', 279 '../../src/assembler.h',
280 '../../src/ast.cc', 280 '../../src/ast.cc',
281 '../../src/ast-inl.h', 281 '../../src/ast-inl.h',
282 '../../src/ast.h', 282 '../../src/ast.h',
283 '../../src/atomicops_internals_x86_gcc.cc',
283 '../../src/bignum.cc', 284 '../../src/bignum.cc',
284 '../../src/bignum.h', 285 '../../src/bignum.h',
285 '../../src/bignum-dtoa.cc', 286 '../../src/bignum-dtoa.cc',
286 '../../src/bignum-dtoa.h', 287 '../../src/bignum-dtoa.h',
287 '../../src/bootstrapper.cc', 288 '../../src/bootstrapper.cc',
288 '../../src/bootstrapper.h', 289 '../../src/bootstrapper.h',
289 '../../src/builtins.cc', 290 '../../src/builtins.cc',
290 '../../src/builtins.h', 291 '../../src/builtins.h',
291 '../../src/bytecodes-irregexp.h', 292 '../../src/bytecodes-irregexp.h',
292 '../../src/cached-powers.cc', 293 '../../src/cached-powers.cc',
(...skipping 28 matching lines...) Expand all
321 '../../src/cpu-profiler.h', 322 '../../src/cpu-profiler.h',
322 '../../src/data-flow.cc', 323 '../../src/data-flow.cc',
323 '../../src/data-flow.h', 324 '../../src/data-flow.h',
324 '../../src/dateparser.cc', 325 '../../src/dateparser.cc',
325 '../../src/dateparser.h', 326 '../../src/dateparser.h',
326 '../../src/dateparser-inl.h', 327 '../../src/dateparser-inl.h',
327 '../../src/debug.cc', 328 '../../src/debug.cc',
328 '../../src/debug.h', 329 '../../src/debug.h',
329 '../../src/debug-agent.cc', 330 '../../src/debug-agent.cc',
330 '../../src/debug-agent.h', 331 '../../src/debug-agent.h',
332 '../../src/deoptimizer.cc',
333 '../../src/deoptimizer.h',
331 '../../src/disasm.h', 334 '../../src/disasm.h',
332 '../../src/disassembler.cc', 335 '../../src/disassembler.cc',
333 '../../src/disassembler.h', 336 '../../src/disassembler.h',
334 '../../src/dtoa.cc', 337 '../../src/dtoa.cc',
335 '../../src/dtoa.h', 338 '../../src/dtoa.h',
336 '../../src/diy-fp.cc', 339 '../../src/diy-fp.cc',
337 '../../src/diy-fp.h', 340 '../../src/diy-fp.h',
338 '../../src/double.h', 341 '../../src/double.h',
339 '../../src/execution.cc', 342 '../../src/execution.cc',
340 '../../src/execution.h', 343 '../../src/execution.h',
(...skipping 21 matching lines...) Expand all
362 '../../src/handles-inl.h', 365 '../../src/handles-inl.h',
363 '../../src/handles.cc', 366 '../../src/handles.cc',
364 '../../src/handles.h', 367 '../../src/handles.h',
365 '../../src/hashmap.cc', 368 '../../src/hashmap.cc',
366 '../../src/hashmap.h', 369 '../../src/hashmap.h',
367 '../../src/heap-inl.h', 370 '../../src/heap-inl.h',
368 '../../src/heap.cc', 371 '../../src/heap.cc',
369 '../../src/heap.h', 372 '../../src/heap.h',
370 '../../src/heap-profiler.cc', 373 '../../src/heap-profiler.cc',
371 '../../src/heap-profiler.h', 374 '../../src/heap-profiler.h',
375 '../../src/hydrogen.cc',
376 '../../src/hydrogen.h',
377 '../../src/hydrogen-instructions.cc',
378 '../../src/hydrogen-instructions.h',
372 '../../src/ic-inl.h', 379 '../../src/ic-inl.h',
373 '../../src/ic.cc', 380 '../../src/ic.cc',
374 '../../src/ic.h', 381 '../../src/ic.h',
375 '../../src/interpreter-irregexp.cc', 382 '../../src/interpreter-irregexp.cc',
376 '../../src/interpreter-irregexp.h', 383 '../../src/interpreter-irregexp.h',
377 '../../src/isolate.cc', 384 '../../src/isolate.cc',
378 '../../src/isolate.h', 385 '../../src/isolate.h',
379 '../../src/jump-target-inl.h', 386 '../../src/jump-target-inl.h',
380 '../../src/jump-target.cc', 387 '../../src/jump-target.cc',
381 '../../src/jump-target.h', 388 '../../src/jump-target.h',
382 '../../src/jsregexp.cc', 389 '../../src/jsregexp.cc',
383 '../../src/jsregexp.h', 390 '../../src/jsregexp.h',
384 '../../src/list-inl.h', 391 '../../src/list-inl.h',
385 '../../src/list.h', 392 '../../src/list.h',
393 '../../src/lithium-allocator.cc',
394 '../../src/lithium-allocator.h',
386 '../../src/liveedit.cc', 395 '../../src/liveedit.cc',
387 '../../src/liveedit.h', 396 '../../src/liveedit.h',
388 '../../src/log-inl.h', 397 '../../src/log-inl.h',
389 '../../src/log-utils.cc', 398 '../../src/log-utils.cc',
390 '../../src/log-utils.h', 399 '../../src/log-utils.h',
391 '../../src/log.cc', 400 '../../src/log.cc',
392 '../../src/log.h', 401 '../../src/log.h',
393 '../../src/macro-assembler.h', 402 '../../src/macro-assembler.h',
394 '../../src/mark-compact.cc', 403 '../../src/mark-compact.cc',
395 '../../src/mark-compact.h', 404 '../../src/mark-compact.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 '../../src/regexp-macro-assembler.h', 437 '../../src/regexp-macro-assembler.h',
429 '../../src/regexp-stack.cc', 438 '../../src/regexp-stack.cc',
430 '../../src/regexp-stack.h', 439 '../../src/regexp-stack.h',
431 '../../src/register-allocator.h', 440 '../../src/register-allocator.h',
432 '../../src/register-allocator-inl.h', 441 '../../src/register-allocator-inl.h',
433 '../../src/register-allocator.cc', 442 '../../src/register-allocator.cc',
434 '../../src/rewriter.cc', 443 '../../src/rewriter.cc',
435 '../../src/rewriter.h', 444 '../../src/rewriter.h',
436 '../../src/runtime.cc', 445 '../../src/runtime.cc',
437 '../../src/runtime.h', 446 '../../src/runtime.h',
447 '../../src/runtime-profiler.cc',
448 '../../src/runtime-profiler.h',
449 '../../src/safepoint-table.cc',
450 '../../src/safepoint-table.h',
438 '../../src/scanner-base.cc', 451 '../../src/scanner-base.cc',
439 '../../src/scanner-base.h', 452 '../../src/scanner-base.h',
440 '../../src/scanner.cc', 453 '../../src/scanner.cc',
441 '../../src/scanner.h', 454 '../../src/scanner.h',
442 '../../src/scopeinfo.cc', 455 '../../src/scopeinfo.cc',
443 '../../src/scopeinfo.h', 456 '../../src/scopeinfo.h',
444 '../../src/scopes.cc', 457 '../../src/scopes.cc',
445 '../../src/scopes.h', 458 '../../src/scopes.h',
446 '../../src/serialize.cc', 459 '../../src/serialize.cc',
447 '../../src/serialize.h', 460 '../../src/serialize.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 '../../src/arm/assembler-arm.h', 528 '../../src/arm/assembler-arm.h',
516 '../../src/arm/builtins-arm.cc', 529 '../../src/arm/builtins-arm.cc',
517 '../../src/arm/code-stubs-arm.cc', 530 '../../src/arm/code-stubs-arm.cc',
518 '../../src/arm/code-stubs-arm.h', 531 '../../src/arm/code-stubs-arm.h',
519 '../../src/arm/codegen-arm.cc', 532 '../../src/arm/codegen-arm.cc',
520 '../../src/arm/codegen-arm.h', 533 '../../src/arm/codegen-arm.h',
521 '../../src/arm/constants-arm.h', 534 '../../src/arm/constants-arm.h',
522 '../../src/arm/constants-arm.cc', 535 '../../src/arm/constants-arm.cc',
523 '../../src/arm/cpu-arm.cc', 536 '../../src/arm/cpu-arm.cc',
524 '../../src/arm/debug-arm.cc', 537 '../../src/arm/debug-arm.cc',
538 '../../src/arm/deoptimizer-arm.cc',
525 '../../src/arm/disasm-arm.cc', 539 '../../src/arm/disasm-arm.cc',
526 '../../src/arm/frames-arm.cc', 540 '../../src/arm/frames-arm.cc',
527 '../../src/arm/frames-arm.h', 541 '../../src/arm/frames-arm.h',
528 '../../src/arm/full-codegen-arm.cc', 542 '../../src/arm/full-codegen-arm.cc',
529 '../../src/arm/ic-arm.cc', 543 '../../src/arm/ic-arm.cc',
530 '../../src/arm/jump-target-arm.cc', 544 '../../src/arm/jump-target-arm.cc',
531 '../../src/arm/macro-assembler-arm.cc', 545 '../../src/arm/macro-assembler-arm.cc',
532 '../../src/arm/macro-assembler-arm.h', 546 '../../src/arm/macro-assembler-arm.h',
533 '../../src/arm/regexp-macro-assembler-arm.cc', 547 '../../src/arm/regexp-macro-assembler-arm.cc',
534 '../../src/arm/regexp-macro-assembler-arm.h', 548 '../../src/arm/regexp-macro-assembler-arm.h',
(...skipping 26 matching lines...) Expand all
561 '../../src/ia32/assembler-ia32-inl.h', 575 '../../src/ia32/assembler-ia32-inl.h',
562 '../../src/ia32/assembler-ia32.cc', 576 '../../src/ia32/assembler-ia32.cc',
563 '../../src/ia32/assembler-ia32.h', 577 '../../src/ia32/assembler-ia32.h',
564 '../../src/ia32/builtins-ia32.cc', 578 '../../src/ia32/builtins-ia32.cc',
565 '../../src/ia32/code-stubs-ia32.cc', 579 '../../src/ia32/code-stubs-ia32.cc',
566 '../../src/ia32/code-stubs-ia32.h', 580 '../../src/ia32/code-stubs-ia32.h',
567 '../../src/ia32/codegen-ia32.cc', 581 '../../src/ia32/codegen-ia32.cc',
568 '../../src/ia32/codegen-ia32.h', 582 '../../src/ia32/codegen-ia32.h',
569 '../../src/ia32/cpu-ia32.cc', 583 '../../src/ia32/cpu-ia32.cc',
570 '../../src/ia32/debug-ia32.cc', 584 '../../src/ia32/debug-ia32.cc',
585 '../../src/ia32/deoptimizer-ia32.cc',
571 '../../src/ia32/disasm-ia32.cc', 586 '../../src/ia32/disasm-ia32.cc',
572 '../../src/ia32/frames-ia32.cc', 587 '../../src/ia32/frames-ia32.cc',
573 '../../src/ia32/frames-ia32.h', 588 '../../src/ia32/frames-ia32.h',
574 '../../src/ia32/full-codegen-ia32.cc', 589 '../../src/ia32/full-codegen-ia32.cc',
575 '../../src/ia32/ic-ia32.cc', 590 '../../src/ia32/ic-ia32.cc',
576 '../../src/ia32/jump-target-ia32.cc', 591 '../../src/ia32/jump-target-ia32.cc',
592 '../../src/ia32/lithium-codegen-ia32.cc',
593 '../../src/ia32/lithium-codegen-ia32.h',
594 '../../src/ia32/lithium-ia32.cc',
595 '../../src/ia32/lithium-ia32.h',
577 '../../src/ia32/macro-assembler-ia32.cc', 596 '../../src/ia32/macro-assembler-ia32.cc',
578 '../../src/ia32/macro-assembler-ia32.h', 597 '../../src/ia32/macro-assembler-ia32.h',
579 '../../src/ia32/regexp-macro-assembler-ia32.cc', 598 '../../src/ia32/regexp-macro-assembler-ia32.cc',
580 '../../src/ia32/regexp-macro-assembler-ia32.h', 599 '../../src/ia32/regexp-macro-assembler-ia32.h',
581 '../../src/ia32/register-allocator-ia32.cc', 600 '../../src/ia32/register-allocator-ia32.cc',
582 '../../src/ia32/stub-cache-ia32.cc', 601 '../../src/ia32/stub-cache-ia32.cc',
583 '../../src/ia32/virtual-frame-ia32.cc', 602 '../../src/ia32/virtual-frame-ia32.cc',
584 '../../src/ia32/virtual-frame-ia32.h', 603 '../../src/ia32/virtual-frame-ia32.h',
585 ], 604 ],
586 }], 605 }],
(...skipping 10 matching lines...) Expand all
597 '../../src/x64/assembler-x64-inl.h', 616 '../../src/x64/assembler-x64-inl.h',
598 '../../src/x64/assembler-x64.cc', 617 '../../src/x64/assembler-x64.cc',
599 '../../src/x64/assembler-x64.h', 618 '../../src/x64/assembler-x64.h',
600 '../../src/x64/builtins-x64.cc', 619 '../../src/x64/builtins-x64.cc',
601 '../../src/x64/code-stubs-x64.cc', 620 '../../src/x64/code-stubs-x64.cc',
602 '../../src/x64/code-stubs-x64.h', 621 '../../src/x64/code-stubs-x64.h',
603 '../../src/x64/codegen-x64.cc', 622 '../../src/x64/codegen-x64.cc',
604 '../../src/x64/codegen-x64.h', 623 '../../src/x64/codegen-x64.h',
605 '../../src/x64/cpu-x64.cc', 624 '../../src/x64/cpu-x64.cc',
606 '../../src/x64/debug-x64.cc', 625 '../../src/x64/debug-x64.cc',
626 '../../src/x64/deoptimizer-x64.cc',
607 '../../src/x64/disasm-x64.cc', 627 '../../src/x64/disasm-x64.cc',
608 '../../src/x64/frames-x64.cc', 628 '../../src/x64/frames-x64.cc',
609 '../../src/x64/frames-x64.h', 629 '../../src/x64/frames-x64.h',
610 '../../src/x64/full-codegen-x64.cc', 630 '../../src/x64/full-codegen-x64.cc',
611 '../../src/x64/ic-x64.cc', 631 '../../src/x64/ic-x64.cc',
612 '../../src/x64/jump-target-x64.cc', 632 '../../src/x64/jump-target-x64.cc',
613 '../../src/x64/macro-assembler-x64.cc', 633 '../../src/x64/macro-assembler-x64.cc',
614 '../../src/x64/macro-assembler-x64.h', 634 '../../src/x64/macro-assembler-x64.h',
615 '../../src/x64/regexp-macro-assembler-x64.cc', 635 '../../src/x64/regexp-macro-assembler-x64.cc',
616 '../../src/x64/regexp-macro-assembler-x64.h', 636 '../../src/x64/regexp-macro-assembler-x64.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 ], 774 ],
755 'conditions': [ 775 'conditions': [
756 ['OS=="win"', { 776 ['OS=="win"', {
757 # This could be gotten by not setting chromium_code, if that's OK. 777 # This could be gotten by not setting chromium_code, if that's OK.
758 'defines': ['_CRT_SECURE_NO_WARNINGS'], 778 'defines': ['_CRT_SECURE_NO_WARNINGS'],
759 }], 779 }],
760 ], 780 ],
761 }, 781 },
762 ], 782 ],
763 } 783 }
OLDNEW
« no previous file with comments | « test/sputnik/sputnik.status ('k') | tools/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698