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

Unified Diff: runtime/bin/net/zlib.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/zlib.gyp
diff --git a/runtime/bin/net/zlib.gyp b/runtime/bin/net/zlib.gyp
index 28a813563478573b6406ffe0c20ce9cebb2488b3..4536598f97c7e92c3f918c468a5e68daea446fe0 100644
--- a/runtime/bin/net/zlib.gyp
+++ b/runtime/bin/net/zlib.gyp
@@ -29,6 +29,8 @@
],
'use_system_minizip%': 0,
},
+ # Added by Dart. We do not indent, so diffs with the original are clearer.
+ 'conditions': [[ 'in_dartium==0', {
'targets': [
{
'target_name': 'zlib_dart',
@@ -164,4 +166,5 @@
],
}
],
+ }]],
}
« no previous file with comments | « runtime/bin/net/ssl.gyp ('k') | runtime/dart-runtime.gyp » ('j') | tools/gyp/all.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698