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

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

Issue 3195022: Move code stubs from codegen*.* files to code-stub*.* files. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « src/x64/stub-cache-x64.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'sources': [ 486 'sources': [
487 '../../src/jump-target-light.h', 487 '../../src/jump-target-light.h',
488 '../../src/jump-target-light-inl.h', 488 '../../src/jump-target-light-inl.h',
489 '../../src/jump-target-light.cc', 489 '../../src/jump-target-light.cc',
490 '../../src/virtual-frame-light-inl.h', 490 '../../src/virtual-frame-light-inl.h',
491 '../../src/virtual-frame-light.cc', 491 '../../src/virtual-frame-light.cc',
492 '../../src/arm/assembler-arm-inl.h', 492 '../../src/arm/assembler-arm-inl.h',
493 '../../src/arm/assembler-arm.cc', 493 '../../src/arm/assembler-arm.cc',
494 '../../src/arm/assembler-arm.h', 494 '../../src/arm/assembler-arm.h',
495 '../../src/arm/builtins-arm.cc', 495 '../../src/arm/builtins-arm.cc',
496 '../../src/arm/code-stubs-arm.cc',
497 '../../src/arm/code-stubs-arm.h',
496 '../../src/arm/codegen-arm.cc', 498 '../../src/arm/codegen-arm.cc',
497 '../../src/arm/codegen-arm.h', 499 '../../src/arm/codegen-arm.h',
498 '../../src/arm/constants-arm.h', 500 '../../src/arm/constants-arm.h',
499 '../../src/arm/constants-arm.cc', 501 '../../src/arm/constants-arm.cc',
500 '../../src/arm/cpu-arm.cc', 502 '../../src/arm/cpu-arm.cc',
501 '../../src/arm/debug-arm.cc', 503 '../../src/arm/debug-arm.cc',
502 '../../src/arm/disasm-arm.cc', 504 '../../src/arm/disasm-arm.cc',
503 '../../src/arm/frames-arm.cc', 505 '../../src/arm/frames-arm.cc',
504 '../../src/arm/frames-arm.h', 506 '../../src/arm/frames-arm.h',
505 '../../src/arm/full-codegen-arm.cc', 507 '../../src/arm/full-codegen-arm.cc',
(...skipping 26 matching lines...) Expand all
532 'sources': [ 534 'sources': [
533 '../../src/jump-target-heavy.h', 535 '../../src/jump-target-heavy.h',
534 '../../src/jump-target-heavy-inl.h', 536 '../../src/jump-target-heavy-inl.h',
535 '../../src/jump-target-heavy.cc', 537 '../../src/jump-target-heavy.cc',
536 '../../src/virtual-frame-heavy-inl.h', 538 '../../src/virtual-frame-heavy-inl.h',
537 '../../src/virtual-frame-heavy.cc', 539 '../../src/virtual-frame-heavy.cc',
538 '../../src/ia32/assembler-ia32-inl.h', 540 '../../src/ia32/assembler-ia32-inl.h',
539 '../../src/ia32/assembler-ia32.cc', 541 '../../src/ia32/assembler-ia32.cc',
540 '../../src/ia32/assembler-ia32.h', 542 '../../src/ia32/assembler-ia32.h',
541 '../../src/ia32/builtins-ia32.cc', 543 '../../src/ia32/builtins-ia32.cc',
544 '../../src/ia32/code-stubs-ia32.cc',
545 '../../src/ia32/code-stubs-ia32.h',
542 '../../src/ia32/codegen-ia32.cc', 546 '../../src/ia32/codegen-ia32.cc',
543 '../../src/ia32/codegen-ia32.h', 547 '../../src/ia32/codegen-ia32.h',
544 '../../src/ia32/cpu-ia32.cc', 548 '../../src/ia32/cpu-ia32.cc',
545 '../../src/ia32/debug-ia32.cc', 549 '../../src/ia32/debug-ia32.cc',
546 '../../src/ia32/disasm-ia32.cc', 550 '../../src/ia32/disasm-ia32.cc',
547 '../../src/ia32/frames-ia32.cc', 551 '../../src/ia32/frames-ia32.cc',
548 '../../src/ia32/frames-ia32.h', 552 '../../src/ia32/frames-ia32.h',
549 '../../src/ia32/full-codegen-ia32.cc', 553 '../../src/ia32/full-codegen-ia32.cc',
550 '../../src/ia32/ic-ia32.cc', 554 '../../src/ia32/ic-ia32.cc',
551 '../../src/ia32/jump-target-ia32.cc', 555 '../../src/ia32/jump-target-ia32.cc',
(...skipping 14 matching lines...) Expand all
566 'sources': [ 570 'sources': [
567 '../../src/jump-target-heavy.h', 571 '../../src/jump-target-heavy.h',
568 '../../src/jump-target-heavy-inl.h', 572 '../../src/jump-target-heavy-inl.h',
569 '../../src/jump-target-heavy.cc', 573 '../../src/jump-target-heavy.cc',
570 '../../src/virtual-frame-heavy-inl.h', 574 '../../src/virtual-frame-heavy-inl.h',
571 '../../src/virtual-frame-heavy.cc', 575 '../../src/virtual-frame-heavy.cc',
572 '../../src/x64/assembler-x64-inl.h', 576 '../../src/x64/assembler-x64-inl.h',
573 '../../src/x64/assembler-x64.cc', 577 '../../src/x64/assembler-x64.cc',
574 '../../src/x64/assembler-x64.h', 578 '../../src/x64/assembler-x64.h',
575 '../../src/x64/builtins-x64.cc', 579 '../../src/x64/builtins-x64.cc',
580 '../../src/x64/code-stubs-x64.cc',
581 '../../src/x64/code-stubs-x64.h',
576 '../../src/x64/codegen-x64.cc', 582 '../../src/x64/codegen-x64.cc',
577 '../../src/x64/codegen-x64.h', 583 '../../src/x64/codegen-x64.h',
578 '../../src/x64/cpu-x64.cc', 584 '../../src/x64/cpu-x64.cc',
579 '../../src/x64/debug-x64.cc', 585 '../../src/x64/debug-x64.cc',
580 '../../src/x64/disasm-x64.cc', 586 '../../src/x64/disasm-x64.cc',
581 '../../src/x64/frames-x64.cc', 587 '../../src/x64/frames-x64.cc',
582 '../../src/x64/frames-x64.h', 588 '../../src/x64/frames-x64.h',
583 '../../src/x64/full-codegen-x64.cc', 589 '../../src/x64/full-codegen-x64.cc',
584 '../../src/x64/ic-x64.cc', 590 '../../src/x64/ic-x64.cc',
585 '../../src/x64/jump-target-x64.cc', 591 '../../src/x64/jump-target-x64.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 ], 737 ],
732 'conditions': [ 738 'conditions': [
733 ['OS=="win"', { 739 ['OS=="win"', {
734 # This could be gotten by not setting chromium_code, if that's OK. 740 # This could be gotten by not setting chromium_code, if that's OK.
735 'defines': ['_CRT_SECURE_NO_WARNINGS'], 741 'defines': ['_CRT_SECURE_NO_WARNINGS'],
736 }], 742 }],
737 ], 743 ],
738 }, 744 },
739 ], 745 ],
740 } 746 }
OLDNEW
« no previous file with comments | « src/x64/stub-cache-x64.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698