| Index: runtime/bin/net/sqlite.gyp
|
| diff --git a/runtime/bin/net/sqlite.gyp b/runtime/bin/net/sqlite.gyp
|
| index 26b93a33dc12be6fd40cfeca4ab2a183fbe17bb4..4f671a166dd9071c5122f571dea42c4f1a3fb4ee 100644
|
| --- a/runtime/bin/net/sqlite.gyp
|
| +++ b/runtime/bin/net/sqlite.gyp
|
| @@ -36,7 +36,7 @@
|
| },
|
| 'targets': [
|
| {
|
| - 'target_name': 'sqlite',
|
| + 'target_name': 'sqlite_dart',
|
| 'conditions': [
|
| [ 'chromeos==1' , {
|
| 'defines': [
|
| @@ -187,7 +187,7 @@
|
| 'dependencies': [
|
| # Disabled by Dart.
|
| # '../icu/icu.gyp:icuuc',
|
| - 'sqlite',
|
| + 'sqlite_dart',
|
| ],
|
| 'sources': [
|
| '<(sqlite_directory)/src/src/shell.c',
|
|
|