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

Unified Diff: runtime/bin/bin.gypi

Issue 9600017: Force not-Unicode version of libdart_builtin. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: A TODO 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 | no next file » | no next file with comments »
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 2ea33d4cd617ed33a686f4f319d19987fe3fdc9b..49075cf687f523abe6aaf8502feebf8a2a49771d 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -216,9 +216,15 @@
['exclude', '_test\\.(cc|h)$'],
],
'conditions': [
- ['OS=="win"', {'sources/' : [
- ['exclude', 'fdutils.h'],
- ]}],
+ ['OS=="win"', {
+ 'sources/' : [
+ ['exclude', 'fdutils.h'],
+ ],
+ # TODO(antonm): fix the implementation.
Mads Ager (google) 2012/03/05 14:36:10 Could you expand this comment to be explicit about
antonm 2012/03/05 14:54:09 Done.
+ 'msvs_configuration_attributes': {
+ 'CharacterSet': '0',
+ },
+ }],
['OS=="linux"', {
'link_settings': {
'libraries': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698