Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1119)

Unified Diff: skia/skia_library.gypi

Issue 22736003: skia: remove gpu/gl from include path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 6d3f1c5f3d85bea19f14203d16c77b0fa8cdd982..2900553361458dd2c55b5610618811eaed2e3dba 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698