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

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

Issue 10382121: Add Android cross-compilation support for x86 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 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 | « build/android-ia32.gypi ('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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
1006 }], 1010 }],
1007 ], 1011 ],
1008 'dependencies': [ 1012 'dependencies': [
1009 'v8' 1013 'v8'
1010 ], 1014 ],
1011 }, 1015 },
1012 ], 1016 ],
1013 }], 1017 }],
1014 ], 1018 ],
1015 } 1019 }
OLDNEW
« no previous file with comments | « build/android-ia32.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698