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

Unified Diff: runtime/bin/net/ssl.gyp

Issue 11365165: Change names of all NSS gyp targets, so they don't conflict with the Chromium target names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/ssl.gyp
diff --git a/runtime/bin/net/ssl.gyp b/runtime/bin/net/ssl.gyp
index 2111aed3b8c18701d915e5f4cc0b98e09f3f7637..0099d417d55ad2764ddd20b4023c98205af6738e 100644
--- a/runtime/bin/net/ssl.gyp
+++ b/runtime/bin/net/ssl.gyp
@@ -28,7 +28,7 @@
},
'targets': [
{
- 'target_name': 'libssl',
+ 'target_name': 'libssl_dart',
'type': 'static_library',
# Changed by Dart: '<(ssl_directory)/' added to all paths.
'sources': [
@@ -90,14 +90,14 @@
'NO_NSPR_10_SUPPORT',
],
'dependencies': [
- 'zlib.gyp:zlib',
+ 'zlib.gyp:zlib_dart',
# Dart: Start of copy of code from 'bodge' conditions section below.
- 'nss.gyp:nspr',
- 'nss.gyp:nss',
+ 'nss.gyp:nspr_dart',
+ 'nss.gyp:nss_dart',
],
'export_dependent_settings': [
- 'nss.gyp:nspr',
- 'nss.gyp:nss',
+ 'nss.gyp:nspr_dart',
+ 'nss.gyp:nss_dart',
],
'direct_dependent_settings': {
'include_dirs': [
« runtime/bin/bin.gypi ('K') | « runtime/bin/net/sqlite.gyp ('k') | runtime/bin/net/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698