Chromium Code Reviews| 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 715 'sources': [ | 715 'sources': [ |
| 716 '../../src/platform-macos.cc' | 716 '../../src/platform-macos.cc' |
| 717 ] | 717 ] |
| 718 }, { | 718 }, { |
| 719 'sources': [ | 719 'sources': [ |
| 720 '../../src/platform-linux.cc' | 720 '../../src/platform-linux.cc' |
| 721 ] | 721 ] |
| 722 }], | 722 }], |
| 723 ], | 723 ], |
| 724 }, { | 724 }, { |
| 725 'link_settings': { | |
| 726 'target_conditions': [ | |
|
yurys
2013/08/28 14:08:34
Will it work on Mac OS X?
Benedikt Meurer
2013/08/28 14:10:08
Yes, Mac OS X uses mach_absolute_time() instead of
| |
| 727 ['_toolset=="host"', { | |
| 728 'libraries': [ | |
| 729 '-lrt' | |
| 730 ] | |
| 731 }] | |
| 732 ] | |
| 733 }, | |
| 725 'sources': [ | 734 'sources': [ |
| 726 '../../src/platform-linux.cc' | 735 '../../src/platform-linux.cc' |
| 727 ] | 736 ] |
| 728 }], | 737 }], |
| 729 ], | 738 ], |
| 730 }, | 739 }, |
| 731 ], | 740 ], |
| 732 ['OS=="freebsd"', { | 741 ['OS=="freebsd"', { |
| 733 'link_settings': { | 742 'link_settings': { |
| 734 'libraries': [ | 743 'libraries': [ |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1039 }], | 1048 }], |
| 1040 ['v8_compress_startup_data=="bz2"', { | 1049 ['v8_compress_startup_data=="bz2"', { |
| 1041 'libraries': [ | 1050 'libraries': [ |
| 1042 '-lbz2', | 1051 '-lbz2', |
| 1043 ] | 1052 ] |
| 1044 }], | 1053 }], |
| 1045 ], | 1054 ], |
| 1046 }, | 1055 }, |
| 1047 ], | 1056 ], |
| 1048 } | 1057 } |
| OLD | NEW |