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

Unified Diff: dart.gyp

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build Created 7 years, 11 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 | « no previous file | samples/android_sample/AndroidManifest.xml » ('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 4978590209343fc265932729db92857e29a4735d..d206fccbe4e269668a628029d0d2accdb1ef6959 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -116,20 +116,11 @@
{
'target_name': 'samples',
'type': 'none',
+ 'dependencies': [
+ 'samples/openglui/openglui.gyp:openglui_sample',
+ ],
'conditions': [
- ['OS=="android"', {
- 'dependencies': [
- 'samples/android_sample/android_sample.gyp:android_sample',
- ],
- },
- ],
- ['OS=="win"', {
- 'dependencies': [
- 'samples/sample_extension/sample_extension.gyp:sample_extension',
- ],
- },
- ],
- ['OS=="mac" or OS=="linux"', {
+ ['OS!="android"', {
'dependencies': [
'samples/sample_extension/sample_extension.gyp:sample_extension',
],
« no previous file with comments | « no previous file | samples/android_sample/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698