Commit 20b05123 authored by Peter K. Lee's avatar Peter K. Lee Committed by Commit Bot

Adds GTMNSData+zlib for iOS compilation.

FeedbackKit V2 needs GTMNSData+zlib.

Bug: 657076
Change-Id: I4b5ab25b4d9c8b2594c34a067935107e11318bbc
Reviewed-on: https://chromium-review.googlesource.com/926041Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Peter Lee <pkl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537781}
parent 5b2de025
...@@ -69,6 +69,8 @@ component("google_toolbox_for_mac") { ...@@ -69,6 +69,8 @@ component("google_toolbox_for_mac") {
# GTMLogger and GTMSQLite are used by Phenotype, a dependency of GrowthKit. # GTMLogger and GTMSQLite are used by Phenotype, a dependency of GrowthKit.
"src/Foundation/GTMLogger.h", "src/Foundation/GTMLogger.h",
"src/Foundation/GTMLogger.m", "src/Foundation/GTMLogger.m",
"src/Foundation/GTMNSData+zlib.h",
"src/Foundation/GTMNSData+zlib.m",
"src/Foundation/GTMNSDictionary+URLArguments.h", "src/Foundation/GTMNSDictionary+URLArguments.h",
"src/Foundation/GTMNSDictionary+URLArguments.m", "src/Foundation/GTMNSDictionary+URLArguments.m",
"src/Foundation/GTMNSString+URLArguments.h", "src/Foundation/GTMNSString+URLArguments.h",
...@@ -90,7 +92,10 @@ component("google_toolbox_for_mac") { ...@@ -90,7 +92,10 @@ component("google_toolbox_for_mac") {
# This should be removed once all deprecation violations have been fixed. # This should be removed once all deprecation violations have been fixed.
cflags = [ "-Wno-deprecated-declarations" ] cflags = [ "-Wno-deprecated-declarations" ]
libs = [ "sqlite3" ] libs = [
"sqlite3",
"z",
]
} }
if (is_component_build) { if (is_component_build) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment