diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 21:30:22 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 21:30:22 +0000 |
commit | 8a0c096afe8a849da5a0a0624021b8af92e8d7a7 (patch) | |
tree | d086aea7e0366228cfafb059fe27f734e4d6fc36 /content/gpu | |
parent | 06c0191fb6991aec6c30167c62b938d71f047cfa (diff) | |
download | chromium_src-8a0c096afe8a849da5a0a0624021b8af92e8d7a7.zip chromium_src-8a0c096afe8a849da5a0a0624021b8af92e8d7a7.tar.gz chromium_src-8a0c096afe8a849da5a0a0624021b8af92e8d7a7.tar.bz2 |
Cleanup link dependency and include rules.
BUG=230477
TEST=win bots link fine, check_deps
R=apatrick@chromium.org, piman@chromium.org
Review URL: https://codereview.chromium.org/16019008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/DEPS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/gpu/DEPS b/content/gpu/DEPS index 044e6ac..b17f125 100644 --- a/content/gpu/DEPS +++ b/content/gpu/DEPS @@ -3,7 +3,4 @@ include_rules = [ "+libGLESv2", "+sandbox", "+skia", - "+third_party/libxml", # For parsing WinSAT results files. - "+third_party/libXNVCtrl", # For NV driver version query. - "+third_party/re2", ] |