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

Unified Diff: runtime/dart-runtime.gyp

Issue 12726011: Enables cross-compilation of the VM for ARM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | « runtime/bin/bin.gypi ('k') | runtime/platform/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/dart-runtime.gyp
===================================================================
--- runtime/dart-runtime.gyp (revision 21755)
+++ runtime/dart-runtime.gyp (working copy)
@@ -11,8 +11,9 @@
'third_party/jscre/jscre.gypi',
],
'variables': {
+ 'gen_source_dir': '<(LIB_DIR)',
'version_in_cc_file': 'vm/version_in.cc',
- 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc',
+ 'version_cc_file': '<(gen_source_dir)/version.cc',
# Disable the OpenGLUI embedder by default on desktop OSes. Note,
# to build this on the desktop, you need GLUT installed.
@@ -61,6 +62,7 @@
{
'target_name': 'generate_version_cc_file',
'type': 'none',
+ 'toolsets':['target','host'],
'dependencies': [
'libdart_dependency_helper',
],
@@ -94,6 +96,7 @@
{
'target_name': 'libdart_dependency_helper',
'type': 'executable',
+ 'toolsets':['target','host'],
# The dependencies here are the union of the dependencies of libdart and
# libdart_withcore.
'dependencies': [
@@ -106,6 +109,7 @@
'sources': [
'vm/libdart_dependency_helper.cc',
],
+ 'product_dir':'<(PRODUCT_DIR)/<(_toolset)'
},
{
'target_name': 'runtime_packages',
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/platform/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698