| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index bd29d4bf0a1d4ace19ec19fc545dac433a29728a..fffe28c6e196c58e6352ca2318edec1abf449541 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1883,9 +1883,6 @@
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| - 'include_dirs': [
|
| - '../third_party/GTM',
|
| - ],
|
| # TODO(mark): We really want this for all non-static library
|
| # targets, but when we tried to pull it up to the common.gypi
|
| # level, it broke other things like the ui and startup tests. *shrug*
|
| @@ -2177,9 +2174,6 @@
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| - 'include_dirs': [
|
| - '../third_party/GTM',
|
| - ],
|
| # TODO(mark): We really want this for all non-static library
|
| # targets, but when we tried to pull it up to the common.gypi
|
| # level, it broke other things like the ui and startup tests. *shrug*
|
|
|