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

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

Issue 23690003: Revert "Add Chromium-style TimeDelta, Time and TimeTicks classes, and a new ElapsedTimer class." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « test/cctest/test-time.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 '../../src/string-search.cc', 493 '../../src/string-search.cc',
494 '../../src/string-search.h', 494 '../../src/string-search.h',
495 '../../src/string-stream.cc', 495 '../../src/string-stream.cc',
496 '../../src/string-stream.h', 496 '../../src/string-stream.h',
497 '../../src/strtod.cc', 497 '../../src/strtod.cc',
498 '../../src/strtod.h', 498 '../../src/strtod.h',
499 '../../src/stub-cache.cc', 499 '../../src/stub-cache.cc',
500 '../../src/stub-cache.h', 500 '../../src/stub-cache.h',
501 '../../src/sweeper-thread.h', 501 '../../src/sweeper-thread.h',
502 '../../src/sweeper-thread.cc', 502 '../../src/sweeper-thread.cc',
503 '../../src/time/elapsed-timer.h',
504 '../../src/time/time.cc',
505 '../../src/time/time.h',
506 '../../src/token.cc', 503 '../../src/token.cc',
507 '../../src/token.h', 504 '../../src/token.h',
508 '../../src/transitions-inl.h', 505 '../../src/transitions-inl.h',
509 '../../src/transitions.cc', 506 '../../src/transitions.cc',
510 '../../src/transitions.h', 507 '../../src/transitions.h',
511 '../../src/type-info.cc', 508 '../../src/type-info.cc',
512 '../../src/type-info.h', 509 '../../src/type-info.h',
513 '../../src/types.cc', 510 '../../src/types.cc',
514 '../../src/types.h', 511 '../../src/types.h',
515 '../../src/typing.cc', 512 '../../src/typing.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 }], 681 }],
685 ['OS=="linux"', { 682 ['OS=="linux"', {
686 'link_settings': { 683 'link_settings': {
687 'conditions': [ 684 'conditions': [
688 ['v8_compress_startup_data=="bz2"', { 685 ['v8_compress_startup_data=="bz2"', {
689 'libraries': [ 686 'libraries': [
690 '-lbz2', 687 '-lbz2',
691 ] 688 ]
692 }], 689 }],
693 ], 690 ],
694 'libraries': [
695 '-lrt'
696 ]
697 }, 691 },
698 'sources': [ ### gcmole(os:linux) ### 692 'sources': [ ### gcmole(os:linux) ###
699 '../../src/platform-linux.cc', 693 '../../src/platform-linux.cc',
700 '../../src/platform-posix.cc' 694 '../../src/platform-posix.cc'
701 ], 695 ],
702 } 696 }
703 ], 697 ],
704 ['OS=="android"', { 698 ['OS=="android"', {
705 'defines': [ 699 'defines': [
706 'CAN_USE_VFP_INSTRUCTIONS', 700 'CAN_USE_VFP_INSTRUCTIONS',
707 ], 701 ],
708 'sources': [ 702 'sources': [
709 '../../src/platform-posix.cc' 703 '../../src/platform-posix.cc',
710 ], 704 ],
711 'conditions': [ 705 'conditions': [
712 ['host_os=="mac"', { 706 ['host_os=="mac"', {
713 'target_conditions': [ 707 'target_conditions': [
714 ['_toolset=="host"', { 708 ['_toolset=="host"', {
715 'sources': [ 709 'sources': [
716 '../../src/platform-macos.cc' 710 '../../src/platform-macos.cc'
717 ] 711 ]
718 }, { 712 }, {
719 'sources': [ 713 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 ], 756 ],
763 } 757 }
764 ], 758 ],
765 ['OS=="solaris"', { 759 ['OS=="solaris"', {
766 'link_settings': { 760 'link_settings': {
767 'libraries': [ 761 'libraries': [
768 '-lsocket -lnsl', 762 '-lsocket -lnsl',
769 ]}, 763 ]},
770 'sources': [ 764 'sources': [
771 '../../src/platform-solaris.cc', 765 '../../src/platform-solaris.cc',
772 '../../src/platform-posix.cc' 766 '../../src/platform-posix.cc',
773 ], 767 ],
774 } 768 }
775 ], 769 ],
776 ['OS=="mac"', { 770 ['OS=="mac"', {
777 'sources': [ 771 'sources': [
778 '../../src/platform-macos.cc', 772 '../../src/platform-macos.cc',
779 '../../src/platform-posix.cc' 773 '../../src/platform-posix.cc'
780 ]}, 774 ]},
781 ], 775 ],
782 ['OS=="win"', { 776 ['OS=="win"', {
783 'variables': { 777 'variables': {
784 'gyp_generators': '<!(echo $GYP_GENERATORS)', 778 'gyp_generators': '<!(echo $GYP_GENERATORS)',
785 }, 779 },
786 'conditions': [ 780 'conditions': [
787 ['gyp_generators=="make"', { 781 ['gyp_generators=="make"', {
788 'variables': { 782 'variables': {
789 'build_env': '<!(uname -o)', 783 'build_env': '<!(uname -o)',
790 }, 784 },
791 'conditions': [ 785 'conditions': [
792 ['build_env=="Cygwin"', { 786 ['build_env=="Cygwin"', {
793 'sources': [ 787 'sources': [
794 '../../src/platform-cygwin.cc', 788 '../../src/platform-cygwin.cc',
795 '../../src/platform-posix.cc' 789 '../../src/platform-posix.cc',
796 ], 790 ],
797 }, { 791 }, {
798 'sources': [ 792 'sources': [
799 '../../src/platform-win32.cc', 793 '../../src/platform-win32.cc',
794 '../../src/win32-math.h',
800 '../../src/win32-math.cc', 795 '../../src/win32-math.cc',
801 '../../src/win32-math.h'
802 ], 796 ],
803 }], 797 }],
804 ], 798 ],
805 'link_settings': { 799 'link_settings': {
806 'libraries': [ '-lwinmm', '-lws2_32' ], 800 'libraries': [ '-lwinmm', '-lws2_32' ],
807 }, 801 },
808 }, { 802 }, {
809 'sources': [ 803 'sources': [
810 '../../src/platform-win32.cc', 804 '../../src/platform-win32.cc',
805 '../../src/win32-math.h',
811 '../../src/win32-math.cc', 806 '../../src/win32-math.cc',
812 '../../src/win32-math.h'
813 ], 807 ],
814 'msvs_disabled_warnings': [4351, 4355, 4800], 808 'msvs_disabled_warnings': [4351, 4355, 4800],
815 'link_settings': { 809 'link_settings': {
816 'libraries': [ '-lwinmm.lib', '-lws2_32.lib' ], 810 'libraries': [ '-lwinmm.lib', '-lws2_32.lib' ],
817 }, 811 },
818 }], 812 }],
819 ], 813 ],
820 }], 814 }],
821 ['component=="shared_library"', { 815 ['component=="shared_library"', {
822 'defines': [ 816 'defines': [
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 }], 1033 }],
1040 ['v8_compress_startup_data=="bz2"', { 1034 ['v8_compress_startup_data=="bz2"', {
1041 'libraries': [ 1035 'libraries': [
1042 '-lbz2', 1036 '-lbz2',
1043 ] 1037 ]
1044 }], 1038 }],
1045 ], 1039 ],
1046 }, 1040 },
1047 ], 1041 ],
1048 } 1042 }
OLDNEW
« no previous file with comments | « test/cctest/test-time.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698