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

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

Issue 281723007: Remove socket implementation from V8. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: remove from cctest.h Created 6 years, 7 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-socket.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/platform/elapsed-timer.h', 493 '../../src/platform/elapsed-timer.h',
494 '../../src/platform/time.cc', 494 '../../src/platform/time.cc',
495 '../../src/platform/time.h', 495 '../../src/platform/time.h',
496 '../../src/platform.h', 496 '../../src/platform.h',
497 '../../src/platform/condition-variable.cc', 497 '../../src/platform/condition-variable.cc',
498 '../../src/platform/condition-variable.h', 498 '../../src/platform/condition-variable.h',
499 '../../src/platform/mutex.cc', 499 '../../src/platform/mutex.cc',
500 '../../src/platform/mutex.h', 500 '../../src/platform/mutex.h',
501 '../../src/platform/semaphore.cc', 501 '../../src/platform/semaphore.cc',
502 '../../src/platform/semaphore.h', 502 '../../src/platform/semaphore.h',
503 '../../src/platform/socket.cc',
504 '../../src/platform/socket.h',
505 '../../src/preparse-data-format.h', 503 '../../src/preparse-data-format.h',
506 '../../src/preparse-data.cc', 504 '../../src/preparse-data.cc',
507 '../../src/preparse-data.h', 505 '../../src/preparse-data.h',
508 '../../src/preparser.cc', 506 '../../src/preparser.cc',
509 '../../src/preparser.h', 507 '../../src/preparser.h',
510 '../../src/prettyprinter.cc', 508 '../../src/prettyprinter.cc',
511 '../../src/prettyprinter.h', 509 '../../src/prettyprinter.h',
512 '../../src/profile-generator-inl.h', 510 '../../src/profile-generator-inl.h',
513 '../../src/profile-generator.cc', 511 '../../src/profile-generator.cc',
514 '../../src/profile-generator.h', 512 '../../src/profile-generator.h',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 ['OS=="qnx"', { 858 ['OS=="qnx"', {
861 'link_settings': { 859 'link_settings': {
862 'target_conditions': [ 860 'target_conditions': [
863 ['_toolset=="host" and host_os=="linux"', { 861 ['_toolset=="host" and host_os=="linux"', {
864 'libraries': [ 862 'libraries': [
865 '-lrt' 863 '-lrt'
866 ], 864 ],
867 }], 865 }],
868 ['_toolset=="target"', { 866 ['_toolset=="target"', {
869 'libraries': [ 867 'libraries': [
870 '-lbacktrace', '-lsocket' 868 '-lbacktrace'
871 ], 869 ],
872 }], 870 }],
873 ], 871 ],
874 }, 872 },
875 'sources': [ 873 'sources': [
876 '../../src/platform-posix.cc', 874 '../../src/platform-posix.cc',
877 ], 875 ],
878 'target_conditions': [ 876 'target_conditions': [
879 ['_toolset=="host" and host_os=="linux"', { 877 ['_toolset=="host" and host_os=="linux"', {
880 'sources': [ 878 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 ]}, 921 ]},
924 'sources': [ 922 'sources': [
925 '../../src/platform-openbsd.cc', 923 '../../src/platform-openbsd.cc',
926 '../../src/platform-posix.cc' 924 '../../src/platform-posix.cc'
927 ], 925 ],
928 } 926 }
929 ], 927 ],
930 ['OS=="solaris"', { 928 ['OS=="solaris"', {
931 'link_settings': { 929 'link_settings': {
932 'libraries': [ 930 'libraries': [
933 '-lsocket -lnsl', 931 '-lnsl',
934 ]}, 932 ]},
935 'sources': [ 933 'sources': [
936 '../../src/platform-solaris.cc', 934 '../../src/platform-solaris.cc',
937 '../../src/platform-posix.cc' 935 '../../src/platform-posix.cc'
938 ], 936 ],
939 } 937 }
940 ], 938 ],
941 ['OS=="mac"', { 939 ['OS=="mac"', {
942 'sources': [ 940 'sources': [
943 '../../src/platform-macos.cc', 941 '../../src/platform-macos.cc',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 }], 1197 }],
1200 ['v8_compress_startup_data=="bz2"', { 1198 ['v8_compress_startup_data=="bz2"', {
1201 'libraries': [ 1199 'libraries': [
1202 '-lbz2', 1200 '-lbz2',
1203 ] 1201 ]
1204 }], 1202 }],
1205 ], 1203 ],
1206 }, 1204 },
1207 ], 1205 ],
1208 } 1206 }
OLDNEW
« no previous file with comments | « test/cctest/test-socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698