diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 05:55:35 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 05:55:35 +0000 |
commit | 2ddc8a6e51376b4f61148d7a4bce20558f91ae4b (patch) | |
tree | fca7cf30cd7418603697f8158910b1d2c1da560a /chrome/browser/chromeos/DEPS | |
parent | fc5ec231af39dc96bcf923dce64f33d7ee5e3c56 (diff) | |
download | chromium_src-2ddc8a6e51376b4f61148d7a4bce20558f91ae4b.zip chromium_src-2ddc8a6e51376b4f61148d7a4bce20558f91ae4b.tar.gz chromium_src-2ddc8a6e51376b4f61148d7a4bce20558f91ae4b.tar.bz2 |
Cleanup: Clamp down DEPS in chrome/browser.
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/35903005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230338 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/DEPS')
-rw-r--r-- | chrome/browser/chromeos/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/DEPS b/chrome/browser/chromeos/DEPS index 9eab34c..21243e5 100644 --- a/chrome/browser/chromeos/DEPS +++ b/chrome/browser/chromeos/DEPS @@ -4,4 +4,7 @@ include_rules = [ "+dbus", "+device/bluetooth", "+media/base/media_switches.h", # For media command line switches. + + # Other libraries. + "+third_party/libjingle", ] |