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