Index: breakpad/breakpad.gyp |
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp |
index 066bf28d3e2231a961ab7ab39a21d72c14332f3e..f384131ee0ba2810fc5679750ff2465ce4083c87 100644 |
--- a/breakpad/breakpad.gyp |
+++ b/breakpad/breakpad.gyp |
@@ -757,8 +757,8 @@ |
'src/client/mac/Framework', |
'src/common/mac', |
# For GTMLogger. |
Mark Mentovai
2013/12/13 23:07:26
As discussed elsewhere, make this target depend on
tfarina
2013/12/16 02:42:04
Done.
tfarina
2013/12/16 02:42:04
Done.
|
- '<(DEPTH)/third_party/GTM', |
- '<(DEPTH)/third_party/GTM/Foundation', |
+ '<(DEPTH)/third_party/google_toolbox_for_mac/src', |
+ '<(DEPTH)/third_party/google_toolbox_for_mac/src/Foundation', |
], |
'link_settings': { |
# Build the version of GTMLogger.m in third_party rather than the |
@@ -766,12 +766,12 @@ |
# whereas the latter lets them propagate, which can cause odd |
# crashes. |
'sources': [ |
- '<(DEPTH)/third_party/GTM/Foundation/GTMLogger.h', |
- '<(DEPTH)/third_party/GTM/Foundation/GTMLogger.m', |
+ '<(DEPTH)/third_party/google_toolbox_for_mac/src/Foundation/GTMLogger.h', |
+ '<(DEPTH)/third_party/google_toolbox_for_mac/src/Foundation/GTMLogger.m', |
], |
'include_dirs': [ |
- '<(DEPTH)/third_party/GTM', |
- '<(DEPTH)/third_party/GTM/Foundation', |
+ '<(DEPTH)/third_party/google_toolbox_for_mac/src', |
+ '<(DEPTH)/third_party/google_toolbox_for_mac/src/Foundation', |
], |
}, |
} |