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

Unified Diff: runtime/bin/net/ssl.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/ssl.gyp
diff --git a/runtime/bin/net/ssl.gyp b/runtime/bin/net/ssl.gyp
index 0099d417d55ad2764ddd20b4023c98205af6738e..17b7461238f67e3fae7e0e58600a89783e89662f 100644
--- a/runtime/bin/net/ssl.gyp
+++ b/runtime/bin/net/ssl.gyp
@@ -26,6 +26,8 @@
'ssl_directory': '../../../third_party/net_nss',
'os_posix': 0,
},
+ # Added by Dart. We do not indent, so diffs with the original are clearer.
+ 'conditions': [[ 'in_dartium==0', {
'targets': [
{
'target_name': 'libssl_dart',
@@ -162,4 +164,5 @@
},
},
],
+ }]],
}
« no previous file with comments | « runtime/bin/net/sqlite.gyp ('k') | runtime/bin/net/zlib.gyp » ('j') | tools/gyp/all.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698