Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: chrome/chrome_tests.gypi

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: check it in third_party/google_toolbox_for_mac Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« DEPS ('K') | « chrome/chrome_nibs.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698