diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 11:26:29 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 11:26:29 +0000 |
commit | 1df19867af241e2836829a16e22322ae5bc005b1 (patch) | |
tree | 02e315274de069b2d7ac072e25cf89a67befa8df /gpu/DEPS | |
parent | 48ed8de2c0ccec2a03afa8f1a26b15700ef1e523 (diff) | |
download | chromium_src-1df19867af241e2836829a16e22322ae5bc005b1.zip chromium_src-1df19867af241e2836829a16e22322ae5bc005b1.tar.gz chromium_src-1df19867af241e2836829a16e22322ae5bc005b1.tar.bz2 |
Get rid of the relative paths in command_buffer client/common
Per discussion with gman, we used relative include paths for
nacl, but that's no longer necessary.
BUG=
TEST=tree
R=gman
Review URL: https://chromiumcodereview.appspot.com/15938002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/DEPS')
-rw-r--r-- | gpu/DEPS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -5,12 +5,6 @@ include_rules = [ "+third_party/re2", "+third_party/smhasher", "+third_party/protbuf", - "+../../gpu_export.h", - "+../command_buffer", - "+../client", - "+../common", - "+../GLES2", - "+../service", "+crypto", "+ui/gfx", "+ui/gl", |