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

Unified Diff: runtime/bin/bin.gypi

Issue 9599014: Add native extensions for the Dart shell to the MacOs platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | runtime/bin/builtin_impl_sources.gypi » ('j') | runtime/bin/extensions_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 27567b274ba43d328679bdc7082601e65528c2d4..1a6ad0bac78381fe3e9b6e05a698e22d90a86dbc 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -419,7 +419,7 @@
},
],
'conditions': [
- ['OS=="linux"', {
+ ['OS!="win"', {
'targets': [
{
'target_name': 'test_extension',
@@ -430,7 +430,7 @@
'.',
],
'sources': [
- 'test_extension_linux.cc',
+ 'test_extension_posix.cc',
Mads Ager (google) 2012/03/06 07:39:50 This should just be test_extension.cc and everythi
],
'defines': [
'DART_SHARED_LIB',
« no previous file with comments | « no previous file | runtime/bin/builtin_impl_sources.gypi » ('j') | runtime/bin/extensions_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698