| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 02390a5d8b7159414aad9cdbaa329bcf512e4aae..39104d2260f02eb6ed7854d86fb5b9c4a3a8c12e 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1885,9 +1885,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*
|
| @@ -2179,9 +2176,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*
|
|
|