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

Unified Diff: gyp/skslc.gyp

Issue 2317683002: Revert of 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 5bd6c399b8a642234ee009aa1378b775f2824fa4..6e234932a8cdd589d33bdb131c1fbbe8313dcced 100644
--- a/gyp/skslc.gyp
+++ b/gyp/skslc.gyp
@@ -6,16 +6,14 @@
'includes': [
'apptype_console.gypi',
],
- 'variables': {
- 'includes': [ 'skia_sources.gypi' ],
- },
'targets': [
{
'target_name': 'skslc',
'type': 'executable',
- 'include_dirs': [ '<@(sksl_include_dirs)' ],
+ 'includes' : [
+ 'sksl.gypi',
+ ],
'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