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

Unified Diff: gyp/core.gyp

Issue 422023005: Remove relative path to GrColor.h in SkShader.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: really fix no-gpu build Created 6 years, 5 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 | include/core/SkShader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 64cc79bf5b116fbc2f1223bc34e9b6f33df4d0c9..164ddfbb9a509e17d368d5724421fce83841f7eb 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -15,6 +15,7 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/gpu',
'../include/pathops',
'../include/pipe',
'../include/ports',
@@ -91,8 +92,7 @@
}],
['skia_gpu == 1', {
'include_dirs': [
- '../include/gpu',
- '../src/gpu',
+ '../src/gpu',
],
}],
],
@@ -100,6 +100,7 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/gpu',
'../include/pathops',
'../include/pipe',
],
« no previous file with comments | « no previous file | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698