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

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: Remove changes at global level, move to runtime configuration file. Created 8 years, 2 months 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..edfd17a725daa86e73d5046caa5674d0989e110e 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,19 @@
],
},
{
+ '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',
+ ],
+ },
+ {
'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