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

Unified Diff: gyp/utils.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/skslc.gyp ('k') | gyp/utils.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index b6ce7fde1bc1e3db7bf2b4292c7d6a5fdc20ab69..12e7836db3de641ae7b6220b47f321e698213a79 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -4,6 +4,9 @@
# found in the LICENSE file.
# Gyp for utils.
{
+ 'variables': {
+ 'includes': [ 'skia_sources.gypi' ],
+ },
'targets': [
{
'target_name': 'utils',
@@ -14,9 +17,6 @@
'core.gyp:*',
'etc1.gyp:libetc1',
],
- 'includes': [
- 'utils.gypi',
- ],
'include_dirs': [
'../include/effects',
'../include/gpu',
@@ -33,7 +33,7 @@
'../src/utils/win',
],
'sources': [
- 'utils.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
+ '<@(utils_sources)', # Makes the sources appear in IDEs (but does not modify the build).
],
'conditions': [
[ 'skia_os == "mac"', {
« no previous file with comments | « gyp/skslc.gyp ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698