diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 18:07:45 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 18:07:45 +0000 |
commit | f2c2bc3b5d1f02aa700f16d2d5e1dbc5fe7ad617 (patch) | |
tree | 3fd76733acfb6955f00a989816243f43c5b9bd2b /content | |
parent | 071ce5f1c6c877c4753579ad4b03da5b9b30b4f3 (diff) | |
download | chromium_src-f2c2bc3b5d1f02aa700f16d2d5e1dbc5fe7ad617.zip chromium_src-f2c2bc3b5d1f02aa700f16d2d5e1dbc5fe7ad617.tar.gz chromium_src-f2c2bc3b5d1f02aa700f16d2d5e1dbc5fe7ad617.tar.bz2 |
Fix checkdeps failure.
TBR=aarya
Review URL: http://codereview.chromium.org/6596038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index ffab3e2..b5cb1c7 100644 --- a/content/DEPS +++ b/content/DEPS @@ -20,6 +20,7 @@ include_rules = [ "-v8", "-tools", + "+third_party/gpsd", "+third_party/npapi/bindings", "+third_party/sqlite", # Allow inclusion of WebKit API files. |