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

Unified Diff: dart/runtime/bin/net/zlib.gyp

Issue 119673004: Version 1.1.0-dev.5.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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 | « dart/runtime/bin/gen_snapshot.cc ('k') | dart/runtime/bin/vmservice/client/build.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/bin/net/zlib.gyp
===================================================================
--- dart/runtime/bin/net/zlib.gyp (revision 31530)
+++ dart/runtime/bin/net/zlib.gyp (working copy)
@@ -66,66 +66,9 @@
'conditions': [
['OS!="win"', {
'product_name': 'chrome_zlib',
- }], ['OS=="android"', {
- 'toolsets': ['target', 'host'],
}],
],
},
- {
- 'target_name': 'minizip_dart', # Added by Dart (the _dart postfix)
- 'type': 'static_library',
- 'sources': [
- '<(zlib_path)/contrib/minizip/ioapi.c',
- '<(zlib_path)/contrib/minizip/ioapi.h',
- '<(zlib_path)/contrib/minizip/iowin32.c',
- '<(zlib_path)/contrib/minizip/iowin32.h',
- '<(zlib_path)/contrib/minizip/unzip.c',
- '<(zlib_path)/contrib/minizip/unzip.h',
- '<(zlib_path)/contrib/minizip/zip.c',
- '<(zlib_path)/contrib/minizip/zip.h',
- ],
- 'dependencies': [
- 'zlib_dart',
- ],
- 'include_dirs': [
- '<(zlib_path)/.',
- '<(zlib_path)/../..',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(zlib_path)/.',
- ],
- },
- 'conditions': [
- ['OS!="win"', {
- 'sources!': [
- '<(zlib_path)/contrib/minizip/iowin32.c'
- ],
- }],
- ['OS=="android"', {
- 'toolsets': ['target', 'host'],
- }],
- ['OS=="mac" or OS=="ios" or os_bsd==1 or OS=="android"', {
- # Mac, Android and the BSDs don't have fopen64, ftello64, or
- # fseeko64. We use fopen, ftell, and fseek instead on these
- # systems.
- 'defines': [
- 'USE_FILE32API'
- ],
- }],
- ['clang==1', {
- 'xcode_settings': {
- 'WARNING_CFLAGS': [
- # zlib uses `if ((a == b))` for some reason.
- '-Wno-parentheses-equality',
- ],
- },
- 'cflags': [
- '-Wno-parentheses-equality',
- ],
- }],
- ],
- },
],
}]],
}
« no previous file with comments | « dart/runtime/bin/gen_snapshot.cc ('k') | dart/runtime/bin/vmservice/client/build.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698