From 2f6a40903e3b340d497369312bdf6b99d291e158 Mon Sep 17 00:00:00 2001 From: tfarina Date: Fri, 3 Jul 2015 12:01:24 -0700 Subject: [PATCH] components/autofill: Remove libjingle deps from content browser. They are not needed for content browser, only core browser needs it. BUG=None TEST=autofill_content_browser still builds R=isherman@chromium.org Review URL: https://codereview.chromium.org/1209213004 Cr-Commit-Position: refs/heads/master@{#337324} --- components/autofill.gypi | 1 - components/autofill/content/browser/BUILD.gn | 1 - components/autofill/content/browser/DEPS | 1 - 3 files changed, 3 deletions(-) diff --git a/components/autofill.gypi b/components/autofill.gypi index baa477d1b05c..06ea5f5412ce 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -340,7 +340,6 @@ '../sql/sql.gyp:sql', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', - '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn index 65f6c882d325..1c3b9a0ab016 100644 --- a/components/autofill/content/browser/BUILD.gn +++ b/components/autofill/content/browser/BUILD.gn @@ -65,7 +65,6 @@ static_library("browser") { "//sql", "//third_party/icu", "//third_party/libphonenumber", - "//third_party/libjingle", "//ui/base", "//ui/gfx", "//ui/gfx/geometry", diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS index 35b6dfdfa38d..58131085a11e 100644 --- a/components/autofill/content/browser/DEPS +++ b/components/autofill/content/browser/DEPS @@ -6,7 +6,6 @@ include_rules = [ "+google_apis/google_api_keys.h", "+gpu/config/gpu_info.h", "+sql", - "+third_party/libjingle", "+third_party/libphonenumber", # For phone number i18n. ] -- 2.11.4.GIT