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

Unified Diff: runtime/bin/net/sqlite.gyp

Issue 11365165: Change names of all NSS gyp targets, so they don't conflict with the Chromium target names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
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',
« runtime/bin/bin.gypi ('K') | « runtime/bin/net/nss.gyp ('k') | runtime/bin/net/ssl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698