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

Unified Diff: runtime/tools/gyp/runtime-configurations.gypi

Issue 15023007: Fix Clank+Dart compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 7 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
Index: runtime/tools/gyp/runtime-configurations.gypi
diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi
index 96ce6aa6cdd4e968a75724fd5187f48f9c0bda8c..0a30aaad325f9069ed8a6f1bfc197ff1954ff4b1 100644
--- a/runtime/tools/gyp/runtime-configurations.gypi
+++ b/runtime/tools/gyp/runtime-configurations.gypi
@@ -20,6 +20,10 @@
],
},
+ 'conditions': [
+ [ 'OS=="android"', { 'includes': [ 'runtime_configurations_android.gypi', ], } ],
Ivan Posva 2013/05/08 09:27:35 Split on multiple lines please. See the conditions
podivilov 2013/05/13 09:47:20 Done.
+ ],
+
'target_defaults': {
'configurations': {

Powered by Google App Engine
This is Rietveld 408576698