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

Unified Diff: gyp/utils.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/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 12e7836db3de641ae7b6220b47f321e698213a79..b6ce7fde1bc1e3db7bf2b4292c7d6a5fdc20ab69 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -4,9 +4,6 @@
# found in the LICENSE file.
# Gyp for utils.
{
- 'variables': {
- 'includes': [ 'skia_sources.gypi' ],
- },
'targets': [
{
'target_name': 'utils',
@@ -16,6 +13,9 @@
'dependencies': [
'core.gyp:*',
'etc1.gyp:libetc1',
+ ],
+ 'includes': [
+ 'utils.gypi',
],
'include_dirs': [
'../include/effects',
@@ -33,7 +33,7 @@
'../src/utils/win',
],
'sources': [
- '<@(utils_sources)', # Makes the sources appear in IDEs (but does not modify the build).
+ 'utils.gypi', # Makes the gypi 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