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

Unified Diff: runtime/bin/net/nss.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/nss.gyp
diff --git a/runtime/bin/net/nss.gyp b/runtime/bin/net/nss.gyp
index c5aa3450b68f9b449b3d135efd4131783c1df82a..f88f3cd56393b3be5864508c883a18a8adf70614 100644
--- a/runtime/bin/net/nss.gyp
+++ b/runtime/bin/net/nss.gyp
@@ -84,6 +84,8 @@
}],
],
},
+ # Added by Dart. We do not indent, so diffs with the original are clearer.
+ 'conditions': [[ 'in_dartium==0', {
'targets': [
{
'target_name': 'nspr_dart',
@@ -1270,4 +1272,5 @@
],
},
],
+ }]],
}
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/net/sqlite.gyp » ('j') | tools/gyp/all.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698