diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 17:25:59 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 17:25:59 +0000 |
commit | 7e21bd1e1d7559ded0497a9e33de2d611651fdf8 (patch) | |
tree | e7d04d10fd7a98d9a26efc47051717ec79fe5faa /skia/skia_library.gypi | |
parent | 7bd1df0507d25562b3726ad14114763a814d5828 (diff) | |
download | chromium_src-7e21bd1e1d7559ded0497a9e33de2d611651fdf8.zip chromium_src-7e21bd1e1d7559ded0497a9e33de2d611651fdf8.tar.gz chromium_src-7e21bd1e1d7559ded0497a9e33de2d611651fdf8.tar.bz2 |
skia: remove gpu/gl from include path.
include/gpu/gl is not normally part of the skia include path; don't
add it to include_dirs when building skia inside chromium. References
to gl headers have been fixed to qualify the path properly.
BUG=
Review URL: https://chromiumcodereview.appspot.com/22736003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index 6d3f1c5..2900553 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -199,7 +199,6 @@ ], 'include_dirs': [ '../third_party/skia/include/gpu', - '../third_party/skia/include/gpu/gl', '../third_party/skia/src/gpu', ], }], @@ -460,7 +459,6 @@ '../third_party/skia/include/effects', '../third_party/skia/include/pdf', '../third_party/skia/include/gpu', - '../third_party/skia/include/gpu/gl', '../third_party/skia/include/lazy', '../third_party/skia/include/pathops', '../third_party/skia/include/pipe', |