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

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

Issue 11369152: Disable NSS build targets in a Dartium build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add comma, comment. 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 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 @@
],
},]
],
+ }]],
}
« no previous file with comments | « runtime/bin/net/nss.gyp ('k') | runtime/bin/net/ssl.gyp » ('j') | tools/gyp/all.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698