aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi1
-rw-r--r--gyp/ports.gyp1
-rw-r--r--gyp/qcms.gyp2
3 files changed, 1 insertions, 3 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index ff3e270534..3319e6311c 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -76,7 +76,6 @@
'<(skia_src_path)/core/SkColorShader.cpp',
'<(skia_src_path)/core/SkColorShader.h',
'<(skia_src_path)/core/SkColorSpace.cpp',
- '<(skia_src_path)/core/SkColorSpaceXform.cpp',
'<(skia_src_path)/core/SkColorTable.cpp',
'<(skia_src_path)/core/SkComposeShader.cpp',
'<(skia_src_path)/core/SkConfig8888.cpp',
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 536ae9ce49..6b29052144 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -14,7 +14,6 @@
'core.gyp:*',
'qcms.gyp:qcms',
],
- 'export_dependent_settings': [ 'qcms.gyp:qcms', ],
'include_dirs': [
'../include/effects',
'../include/client/android',
diff --git a/gyp/qcms.gyp b/gyp/qcms.gyp
index fc007b3eee..ebd3fa4c84 100644
--- a/gyp/qcms.gyp
+++ b/gyp/qcms.gyp
@@ -19,7 +19,7 @@
'direct_dependent_settings': {
'include_dirs': [
- '../third_party/qcms/src/',
+ './src',
],
},