| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index bd29d4bf0a1d4ace19ec19fc545dac433a29728a..03eafd29cbab097fd8a9f465023d1ce807331bba 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1884,7 +1884,7 @@
|
| }],
|
| ['OS=="mac"', {
|
| 'include_dirs': [
|
| - '../third_party/GTM',
|
| + '../third_party/google_toolbox_for_mac/src',
|
| ],
|
| # TODO(mark): We really want this for all non-static library
|
| # targets, but when we tried to pull it up to the common.gypi
|
| @@ -2178,7 +2178,7 @@
|
| }],
|
| ['OS=="mac"', {
|
| 'include_dirs': [
|
| - '../third_party/GTM',
|
| + '../third_party/google_toolbox_for_mac/src',
|
| ],
|
| # TODO(mark): We really want this for all non-static library
|
| # targets, but when we tried to pull it up to the common.gypi
|
|
|