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

Unified Diff: runtime/bin/bin.gypi

Issue 10909189: Add gyp files to build NSS in Dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix remaining Dartium build errors 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
« no previous file with comments | « no previous file | runtime/bin/net/nss.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index b9658b617489972141ac229cacd34945609ec429..7cb4feb3b6cba873c9ac7df13d972136fa626d6d 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -306,6 +306,9 @@
{
'target_name': 'libdart_io',
'type': 'static_library',
+ 'dependencies': [
+ 'nss',
Ivan Posva 2012/11/09 23:00:20 Can you list the different nss dependencies here?
+ ],
'include_dirs': [
'..',
],
@@ -334,6 +337,28 @@
],
},
{
+ 'target_name': 'nss',
+ 'type': 'none',
+ 'dependencies': [
+ 'bin/net/nss.gyp:nss',
+ 'bin/net/nss.gyp:nspr',
+ 'bin/net/nss.gyp:nssckbi',
+ 'bin/net/nss.gyp:nss_static',
+ 'bin/net/ssl.gyp:libssl',
+ 'bin/net/zlib.gyp:zlib',
+ 'bin/net/sqlite.gyp:sqlite',
+ ],
+ 'export_dependent_settings': [
+ 'bin/net/nss.gyp:nss',
+ 'bin/net/nss.gyp:nspr',
+ 'bin/net/nss.gyp:nssckbi',
+ 'bin/net/nss.gyp:nss_static',
+ 'bin/net/ssl.gyp:libssl',
+ 'bin/net/zlib.gyp:zlib',
+ 'bin/net/sqlite.gyp:sqlite',
+ ],
+ },
+ {
'target_name': 'libdart_withcore',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « no previous file | runtime/bin/net/nss.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698