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

Unified Diff: gyp/libjpeg-turbo.gyp

Issue 1261433009: Refugee from Dead Machine 11: Add SkCanvas::drawLitAtlas call Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 4 years, 8 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/effects.gypi ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libjpeg-turbo.gyp
diff --git a/gyp/libjpeg-turbo.gyp b/gyp/libjpeg-turbo.gyp
index 7ef744ff8b49692258b5597ce1d5d7a0c85ad1c4..c55cf85ec6c4b530b2cc336444e55b32670026f1 100644
--- a/gyp/libjpeg-turbo.gyp
+++ b/gyp/libjpeg-turbo.gyp
@@ -230,7 +230,7 @@
'-D__x86__',
'-DWIN32',
'-DMSVC',
- '-I../third_party/externals/libjpeg-turbo/win/'
+ '-I../../third_party/externals/libjpeg-turbo/win/'
],
}, {
'yasm_format': '-fwin64',
@@ -238,7 +238,7 @@
'-D__x86_64__',
'-DWIN64',
'-DMSVC',
- '-I../third_party/externals/libjpeg-turbo/win/'
+ '-I../../third_party/externals/libjpeg-turbo/win/'
],
}],
],
« no previous file with comments | « gyp/effects.gypi ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698