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

Unified Diff: third_party/google_toolbox_for_mac/BUILD.gn

Issue 2173873002: iOS: Re-add bits of GTM we actually use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix google_toolbox_for_mac.gyp Created 4 years, 5 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
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",
« no previous file with comments | « ios/chrome/test/google_toolbox_unittest.mm ('k') | third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698