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

Unified Diff: gyp/sksl.gypi

Issue 2296803002: GN: add sksl (Closed)
Patch Set: add tests Created 4 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sksl.gypi
diff --git a/gyp/sksl.gypi b/gyp/sksl.gypi
index 8718c8af53dd1bf423707b06b718eb0025faa6dc..07e380082994c70a18618284d51d12f2ba4a993a 100644
--- a/gyp/sksl.gypi
+++ b/gyp/sksl.gypi
@@ -4,20 +4,19 @@
# found in the LICENSE file.
{
'include_dirs': [
- '../include',
- '../include/config',
- '../include/core',
- '../include/private',
- '../src/sksl',
+ '<(skia_include_path)/config',
+ '<(skia_include_path)/core',
+ '<(skia_include_path)/private',
+ '<(skia_src_path)/sksl',
],
'sources': [
- '../src/sksl/SkSLCompiler.cpp',
- '../src/sksl/SkSLIRGenerator.cpp',
- '../src/sksl/SkSLParser.cpp',
- '../src/sksl/SkSLGLSLCodeGenerator.cpp',
- '../src/sksl/SkSLSPIRVCodeGenerator.cpp',
- '../src/sksl/SkSLUtil.cpp',
- '../src/sksl/ir/SkSLSymbolTable.cpp',
- '../src/sksl/ir/SkSLType.cpp',
+ '<(skia_src_path)/sksl/SkSLCompiler.cpp',
+ '<(skia_src_path)/sksl/SkSLIRGenerator.cpp',
+ '<(skia_src_path)/sksl/SkSLParser.cpp',
+ '<(skia_src_path)/sksl/SkSLGLSLCodeGenerator.cpp',
+ '<(skia_src_path)/sksl/SkSLSPIRVCodeGenerator.cpp',
+ '<(skia_src_path)/sksl/SkSLUtil.cpp',
+ '<(skia_src_path)/sksl/ir/SkSLSymbolTable.cpp',
+ '<(skia_src_path)/sksl/ir/SkSLType.cpp',
],
}
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698