summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 03:58:36 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 03:58:36 +0000
commita023dca90dc6df662487330d8ae7fcdaa1265ae1 (patch)
tree78bdf35f46b62f2873c9888cb1a11b5622dab6d7 /chrome/chrome_nibs.gyp
parenta48af48689ea25337faca27197ba8f7c7c83128c (diff)
downloadchromium_src-a023dca90dc6df662487330d8ae7fcdaa1265ae1.zip
chromium_src-a023dca90dc6df662487330d8ae7fcdaa1265ae1.tar.gz
chromium_src-a023dca90dc6df662487330d8ae7fcdaa1265ae1.tar.bz2
Get rid of ui_cocoa_third_party_toolkits target from ui.gyp
Instead we add a gyp file in third_party/google_toolbox_for_mac to build the sources from third_party/GTM. This is the third and last patch in this series. BUG=299841 TEST=None R=mark@chromium.org,ben@chromium.org TBR=ben Review URL: https://codereview.chromium.org/107933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r--chrome/chrome_nibs.gyp7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index cdc4c52..5b1b982 100644
--- a/chrome/chrome_nibs.gyp
+++ b/chrome/chrome_nibs.gyp
@@ -34,11 +34,10 @@
'target_name': 'chrome_nibs',
'type': 'executable',
'mac_bundle': 1,
+ 'dependencies': [
+ '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
+ ],
'sources': [
- '../third_party/GTM/AppKit/GTMUILocalizer.h',
- '../third_party/GTM/AppKit/GTMUILocalizer.mm',
- '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
- '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.mm',
'../ui/base/cocoa/base_view.h',
'../ui/base/cocoa/base_view.mm',
'../ui/base/cocoa/controls/hyperlink_button_cell.h',