| Index: third_party/google_toolbox_for_mac/BUILD.gn
|
| diff --git a/third_party/google_toolbox_for_mac/BUILD.gn b/third_party/google_toolbox_for_mac/BUILD.gn
|
| index 5791180bc55b3d69a70255a97fa00787e992c35c..abbff2a1f8bfd7d9acb86532f836a05d237779aa 100644
|
| --- a/third_party/google_toolbox_for_mac/BUILD.gn
|
| +++ b/third_party/google_toolbox_for_mac/BUILD.gn
|
| @@ -60,12 +60,16 @@ component("google_toolbox_for_mac") {
|
| ]
|
| } else { # is_ios
|
| sources += [
|
| + "src/DebugUtils/GTMMethodCheck.h",
|
| + "src/DebugUtils/GTMMethodCheck.m",
|
| "src/Foundation/GTMLightweightProxy.h",
|
| "src/Foundation/GTMLightweightProxy.m",
|
|
|
| # GTMLogger is used by breakpad, which is still used on iOS.
|
| "src/Foundation/GTMLogger.h",
|
| "src/Foundation/GTMLogger.m",
|
| + "src/Foundation/GTMNSDictionary+URLArguments.h",
|
| + "src/Foundation/GTMNSDictionary+URLArguments.m",
|
| "src/Foundation/GTMNSString+URLArguments.h",
|
| "src/Foundation/GTMNSString+URLArguments.m",
|
| "src/iPhone/GTMFadeTruncatingLabel.h",
|
|
|