Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 4c70e7417811d948620e5e05db5e68d36bd53afe..9f7415cbd05c26d0f818131c9aa9d73d3d42d4f1 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1888,9 +1888,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* |
@@ -2182,9 +2179,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* |