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

Unified Diff: dart.gyp

Issue 11362103: Rotating spheres sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More cleanup Created 8 years, 1 month 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 | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index be6cf2640f25643861702be427673e6cf64e1a90..1fef1ff878589ded1306295919c67e4a8e02eb9c 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -115,6 +115,14 @@
'dependencies': [
'samples/sample_extension/sample_extension.gyp:sample_extension',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'dependencies': [
+ 'samples/android/android.gyp:android',
+ ],
+ },
+ ]
+ ],
},
],
}
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698