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

Unified Diff: gyp/skslc.gyp

Issue 2302723005: Move uils and sksl to a common sources GYP file. (Closed)
Patch Set: Created 4 years, 3 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 | « gyp/sksl.gypi ('k') | gyp/utils.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skslc.gyp
diff --git a/gyp/skslc.gyp b/gyp/skslc.gyp
index 6e234932a8cdd589d33bdb131c1fbbe8313dcced..5bd6c399b8a642234ee009aa1378b775f2824fa4 100644
--- a/gyp/skslc.gyp
+++ b/gyp/skslc.gyp
@@ -6,14 +6,16 @@
'includes': [
'apptype_console.gypi',
],
+ 'variables': {
+ 'includes': [ 'skia_sources.gypi' ],
+ },
'targets': [
{
'target_name': 'skslc',
'type': 'executable',
- 'includes' : [
- 'sksl.gypi',
- ],
+ 'include_dirs': [ '<@(sksl_include_dirs)' ],
'sources': [
+ '<@(sksl_sources)',
'../src/sksl/SkSLMain.cpp',
],
'configurations': {
« no previous file with comments | « gyp/sksl.gypi ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698