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

Unified Diff: third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp

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
« no previous file with comments | « third_party/google_toolbox_for_mac/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
diff --git a/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp b/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
index a39b6d790edef8d5f02409f5eb8b374ae0cc1f99..1598250f3b43b573ed3ad83d7d0aa94eb9d508d9 100644
--- a/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
+++ b/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
@@ -45,11 +45,15 @@
'src/AppKit/GTMUILocalizerAndLayoutTweaker.h',
'src/AppKit/GTMUILocalizerAndLayoutTweaker.m',
'src/DebugUtils/GTMDebugSelectorValidation.h',
+ 'src/DebugUtils/GTMMethodCheck.h',
+ 'src/DebugUtils/GTMMethodCheck.m',
'src/DebugUtils/GTMTypeCasting.h',
'src/Foundation/GTMLightweightProxy.h',
'src/Foundation/GTMLightweightProxy.m',
'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/Foundation/GTMServiceManagement.c',
@@ -83,7 +87,9 @@
['OS!="ios"', {
'sources/': [
['exclude', '^src/iPhone/'],
+ ['exclude', '^src/DebugUtils/GTMMethodCheck\\.m$'],
['exclude', '^src/Foundation/GTMLogger\\.m$'],
+ ['exclude', '^src/Foundation/GTMNSDictionary\\+URLArguments\\.m$'],
],
'link_settings': {
'libraries': [
@@ -98,8 +104,10 @@
'sources/': [
# Exclude everything except what's needed for iOS.
['exclude', '\\.(c|m)$'],
+ ['include', '^src/DebugUtils/GTMMethodCheck\\.m$'],
['include', '^src/Foundation/GTMLightweightProxy\\.m$'],
['include', '^src/Foundation/GTMLogger\\.m$'],
+ ['include', '^src/Foundation/GTMNSDictionary\\+URLArguments\\.m$'],
['include', '^src/Foundation/GTMNSString\\+URLArguments\\.m$'],
['include', '^src/Foundation/GTMStringEncoding\\.m$'],
['include', '^src/iPhone/'],
« no previous file with comments | « third_party/google_toolbox_for_mac/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698