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

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 typos 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') | runtime/bin/net/nss.gyp » ('J')
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 c851c9757a7383021ec6bb7fdd95b1b5c3cc3edc..1385c130f85fee5fb6faa0a3986379b7adf71128 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -260,6 +260,7 @@
'generate_json_cc_file',
'generate_uri_cc_file',
'generate_utf_cc_file',
+ 'nss',
],
'include_dirs': [
'..',
@@ -303,6 +304,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': [
Ivan Posva 2012/11/02 15:58:52 Can you briefly explain what this does and why it
Bill Hesse 2012/11/02 16:08:15 The targets like nss and zlib include direct-depen
+ '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') | runtime/bin/net/nss.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698