Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index b747d0357964fdc4ff15aff96e0f6eca3fd430f2..3fe42d0083cfc745b1ddff4bda1f7ef82fac285a 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/src', |
Mark Mentovai
2013/12/13 23:03:20
Same here and line 2180. Depend on GTM, since it’s
tfarina
2013/12/16 02:42:03
Done.
|
], |
# 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/src', |
Mark Mentovai
2013/12/13 23:03:20
Me too.
tfarina
2013/12/16 02:42:03
Done.
tfarina
2013/12/16 02:42:03
Done.
|
], |
# TODO(mark): We really want this for all non-static library |
# targets, but when we tried to pull it up to the common.gypi |