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

Unified Diff: gyp/utils.gypi

Issue 2070983002: Move headers in include/utils/win to src/utils/win. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Really rebase. Created 4 years, 6 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/utils.gyp ('k') | include/utils/win/SkAutoCoInitialize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gypi
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index fb8805eecd34faf1bf4e2b632829958b96a7ad50..eeadafbe53a13af3c8851c0004e5565f9ad33fcc 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -93,10 +93,7 @@
'<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
#windows
- '<(skia_include_path)/utils/win/SkAutoCoInitialize.h',
- '<(skia_include_path)/utils/win/SkHRESULT.h',
- '<(skia_include_path)/utils/win/SkIStream.h',
- '<(skia_include_path)/utils/win/SkTScopedComPtr.h',
+ '<(skia_src_path)/utils/win/SkAutoCoInitialize.h',
'<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp',
'<(skia_src_path)/utils/win/SkDWrite.h',
'<(skia_src_path)/utils/win/SkDWrite.cpp',
@@ -104,8 +101,11 @@
'<(skia_src_path)/utils/win/SkDWriteFontFileStream.h',
'<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
'<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
+ '<(skia_src_path)/utils/win/SkHRESULT.h',
'<(skia_src_path)/utils/win/SkHRESULT.cpp',
+ '<(skia_src_path)/utils/win/SkIStream.h',
'<(skia_src_path)/utils/win/SkIStream.cpp',
+ '<(skia_src_path)/utils/win/SkTScopedComPtr.h',
'<(skia_src_path)/utils/win/SkWGL.h',
'<(skia_src_path)/utils/win/SkWGL_win.cpp',
« no previous file with comments | « gyp/utils.gyp ('k') | include/utils/win/SkAutoCoInitialize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698