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

Unified Diff: gyp/opts.gyp

Issue 1273103002: Port SkTextureCompression opts to SkOpts (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update include_dirs Created 5 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 | « no previous file | gyp/opts.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 52d883138d1692046744009a0ec6e7211d986234..d05d456d29ac3f8daeaebd0c61b359fe17171fa9 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -92,6 +92,7 @@
'include_dirs': [
'../include/private',
'../src/core',
+ '../src/utils',
],
'sources': [ '<@(ssse3_sources)' ],
'conditions': [
@@ -112,6 +113,7 @@
'include_dirs': [
'../include/private',
'../src/core',
+ '../src/utils',
],
'sources': [ '<@(sse41_sources)' ],
'conditions': [
« no previous file with comments | « no previous file | gyp/opts.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698