diff options
author | justincohen@chromium.org <justincohen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-18 20:43:07 +0000 |
---|---|---|
committer | justincohen@chromium.org <justincohen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-18 20:43:07 +0000 |
commit | c78ab2db1e911fe927113d01cac3f8d0e149fefe (patch) | |
tree | 3a2a919bbd42102253566d4d0214e04d23baaf1d /breakpad | |
parent | 8d669745b651bb7fcc9edce257054725762b27fe (diff) | |
download | chromium_src-c78ab2db1e911fe927113d01cac3f8d0e149fefe.zip chromium_src-c78ab2db1e911fe927113d01cac3f8d0e149fefe.tar.gz chromium_src-c78ab2db1e911fe927113d01cac3f8d0e149fefe.tar.bz2 |
Remove GTM dependency from iOS breakpad_client.
GTM isn't necessary for iOS's breakpad client.
BUG=339495
TEST=None
Review URL: https://codereview.chromium.org/139203006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index fed737e..51625fe 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -707,9 +707,6 @@ { 'target_name': 'breakpad_client', 'type': 'static_library', - 'dependencies': [ - '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac', - ], 'sources': [ 'src/client/ios/Breakpad.h', 'src/client/ios/Breakpad.mm', |