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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 10823209: Add support for building the Dart VM for Android OS. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address cshapiro's review comments, pass 2 Created 8 years, 4 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
Index: utils/apidoc/apidoc.gyp
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp
index 2fe6f83c13879e32cca694a831e9216a38d7499c..e47334948fed6900a1d63e0070795cd62aa28bc8 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -47,6 +47,13 @@
'message': 'Running apidoc: <(_action)',
},
],
+ 'conditions': [
Emily Fortuna 2012/08/08 01:28:37 You're almost certainly much more of a gyp expert
jackpal 2012/08/08 23:06:45 It's complicated. Here's my understanding of this
+ ['dart_want_separate_host_toolset==1', {
+ 'toolsets': ['host'],
+ }, {
+ 'toolsets': ['target'],
+ }]
+ ],
}
],
}

Powered by Google App Engine
This is Rietveld 408576698