Chromium Code Reviews| Index: runtime/bin/net/sqlite.gyp |
| diff --git a/runtime/bin/net/sqlite.gyp b/runtime/bin/net/sqlite.gyp |
| index 4f671a166dd9071c5122f571dea42c4f1a3fb4ee..3e9148b1fd433b62b07903af4b351dcedce8be6d 100644 |
| --- a/runtime/bin/net/sqlite.gyp |
| +++ b/runtime/bin/net/sqlite.gyp |
| @@ -34,6 +34,8 @@ |
| '_HAS_EXCEPTIONS=0', |
| ], |
| }, |
| + # Added by Dart. We do not indent, so diffs with the original are clearer. |
| + 'conditions': [[ 'in_dartium==0', { |
| 'targets': [ |
| { |
| 'target_name': 'sqlite_dart', |
| @@ -200,4 +202,5 @@ |
| ], |
| },] |
| ], |
| + }]], |
| } |