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

Unified Diff: runtime/bin/net/zlib.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
« runtime/bin/bin.gypi ('K') | « runtime/bin/net/ssl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/net/zlib.gyp
diff --git a/runtime/bin/net/zlib.gyp b/runtime/bin/net/zlib.gyp
index 8e3dca9c66e94167aa15296927a3385032284da8..28a813563478573b6406ffe0c20ce9cebb2488b3 100644
--- a/runtime/bin/net/zlib.gyp
+++ b/runtime/bin/net/zlib.gyp
@@ -31,7 +31,7 @@
},
'targets': [
{
- 'target_name': 'zlib',
+ 'target_name': 'zlib_dart',
'type': 'static_library',
'conditions': [
['use_system_zlib==0', {
@@ -94,7 +94,7 @@
],
},
{
- 'target_name': 'minizip',
+ 'target_name': 'minizip_dart',
'type': 'static_library',
'conditions': [
['use_system_minizip==0', {
« runtime/bin/bin.gypi ('K') | « runtime/bin/net/ssl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698