| 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 }], | 648 }], |
| 649 ], | 649 ], |
| 650 }, | 650 }, |
| 651 'sources': [ | 651 'sources': [ |
| 652 '../../src/platform-linux.cc', | 652 '../../src/platform-linux.cc', |
| 653 '../../src/platform-posix.cc' | 653 '../../src/platform-posix.cc' |
| 654 ], | 654 ], |
| 655 } | 655 } |
| 656 ], | 656 ], |
| 657 ['OS=="android"', { | 657 ['OS=="android"', { |
| 658 'defines': [ | 658 'conditions': [ |
| 659 'CAN_USE_VFP_INSTRUCTIONS', | 659 ['v8_target_arch=="arm"', { |
| 660 'defines': [ |
| 661 'CAN_USE_VFP_INSTRUCTIONS', |
| 662 ], |
| 663 }], |
| 660 ], | 664 ], |
| 661 'sources': [ | 665 'sources': [ |
| 662 '../../src/platform-posix.cc', | 666 '../../src/platform-posix.cc', |
| 663 ], | 667 ], |
| 664 'conditions': [ | 668 'conditions': [ |
| 665 ['host_os=="mac"', { | 669 ['host_os=="mac"', { |
| 666 'target_conditions': [ | 670 'target_conditions': [ |
| 667 ['_toolset=="host"', { | 671 ['_toolset=="host"', { |
| 668 'sources': [ | 672 'sources': [ |
| 669 '../../src/platform-macos.cc' | 673 '../../src/platform-macos.cc' |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 }], | 1010 }], |
| 1007 ], | 1011 ], |
| 1008 'dependencies': [ | 1012 'dependencies': [ |
| 1009 'v8' | 1013 'v8' |
| 1010 ], | 1014 ], |
| 1011 }, | 1015 }, |
| 1012 ], | 1016 ], |
| 1013 }], | 1017 }], |
| 1014 ], | 1018 ], |
| 1015 } | 1019 } |
| OLD | NEW |