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

Unified Diff: runtime/bin/bin.gypi

Issue 11377098: Change gyp flag from in_dartium to dart_io_support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove intermediate nss_runtime target, and redundant dependencies. 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 a96345e2c3bc965043e0ef414dd4161b0ffb00c6..00358fd291da4d56936454360bc5a59aaae85abf 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -306,9 +306,6 @@
{
'target_name': 'libdart_io',
'type': 'static_library',
- 'dependencies': [
- 'nss_runtime',
- ],
'include_dirs': [
'..',
],
@@ -320,6 +317,11 @@
'io_impl_sources.gypi',
],
'conditions': [
+ [ 'dart_io_support==1', {
+ 'dependencies': [
+ 'bin/net/ssl.gyp:libssl_dart',
+ ],
+ }],
['OS=="win"', {
# TODO(antonm): fix the implementation.
# Current implementation accepts char* strings
@@ -337,30 +339,6 @@
],
},
{
- 'target_name': 'nss_runtime',
- 'type': 'none',
- 'conditions': [[ 'in_dartium==0', {
- 'dependencies': [
- 'bin/net/nss.gyp:nss_dart',
- 'bin/net/nss.gyp:nspr_dart',
- 'bin/net/nss.gyp:nssckbi_dart',
- 'bin/net/nss.gyp:nss_static_dart',
- 'bin/net/ssl.gyp:libssl_dart',
- 'bin/net/zlib.gyp:zlib_dart',
- 'bin/net/sqlite.gyp:sqlite_dart',
- ],
- 'export_dependent_settings': [
- 'bin/net/nss.gyp:nss_dart',
- 'bin/net/nss.gyp:nspr_dart',
- 'bin/net/nss.gyp:nssckbi_dart',
- 'bin/net/nss.gyp:nss_static_dart',
- 'bin/net/ssl.gyp:libssl_dart',
- 'bin/net/zlib.gyp:zlib_dart',
- 'bin/net/sqlite.gyp:sqlite_dart',
- ],
- }]],
- },
- {
'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