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

Unified Diff: tools/gyp/v8.gyp

Issue 7059015: Platform and build updates for Android build (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform-posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 2a8aa429bbd0385d3d5a94290d77bb07feaca9ed..e3b7acb906178ab9eb8d8ee72b15cd3317c96a38 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -55,6 +55,7 @@
'v8_use_arm_eabi_hardfloat%': 'false',
'v8_use_snapshot%': 'true',
+ 'host_os%': '<(OS)',
'v8_use_liveobjectlist%': 'false',
},
'conditions': [
@@ -862,6 +863,7 @@
'type': 'executable',
'toolsets': ['host'],
'dependencies': [
+ 'v8_base',
Mads Ager (chromium) 2011/05/23 15:26:26 I don't understand why this should be needed? v8_n
Søren Thygesen Gjesse 2011/05/24 13:20:42 Right, removed.
'v8_nosnapshot',
],
'include_dirs+': [
« no previous file with comments | « src/platform-posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698