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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « gyp/utils.gyp ('k') | include/utils/win/SkAutoCoInitialize.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'utils' files 5 # Include this gypi to include all 'utils' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', 86 '<(skia_src_path)/utils/SkThreadUtils_pthread.h',
87 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', 87 '<(skia_src_path)/utils/SkThreadUtils_win.cpp',
88 '<(skia_src_path)/utils/SkThreadUtils_win.h', 88 '<(skia_src_path)/utils/SkThreadUtils_win.h',
89 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp', 89 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp',
90 90
91 #mac 91 #mac
92 '<(skia_include_path)/utils/mac/SkCGUtils.h', 92 '<(skia_include_path)/utils/mac/SkCGUtils.h',
93 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', 93 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
94 94
95 #windows 95 #windows
96 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', 96 '<(skia_src_path)/utils/win/SkAutoCoInitialize.h',
97 '<(skia_include_path)/utils/win/SkHRESULT.h',
98 '<(skia_include_path)/utils/win/SkIStream.h',
99 '<(skia_include_path)/utils/win/SkTScopedComPtr.h',
100 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp', 97 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp',
101 '<(skia_src_path)/utils/win/SkDWrite.h', 98 '<(skia_src_path)/utils/win/SkDWrite.h',
102 '<(skia_src_path)/utils/win/SkDWrite.cpp', 99 '<(skia_src_path)/utils/win/SkDWrite.cpp',
103 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', 100 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp',
104 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', 101 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h',
105 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', 102 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
106 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', 103 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
104 '<(skia_src_path)/utils/win/SkHRESULT.h',
107 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 105 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
106 '<(skia_src_path)/utils/win/SkIStream.h',
108 '<(skia_src_path)/utils/win/SkIStream.cpp', 107 '<(skia_src_path)/utils/win/SkIStream.cpp',
108 '<(skia_src_path)/utils/win/SkTScopedComPtr.h',
109 '<(skia_src_path)/utils/win/SkWGL.h', 109 '<(skia_src_path)/utils/win/SkWGL.h',
110 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 110 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
111 111
112 #testing 112 #testing
113 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 113 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
114 '<(skia_src_path)/fonts/SkGScalerContext.h', 114 '<(skia_src_path)/fonts/SkGScalerContext.h',
115 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 115 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
116 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 116 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
117 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 117 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
118 '<(skia_src_path)/fonts/SkTestScalerContext.h', 118 '<(skia_src_path)/fonts/SkTestScalerContext.h',
119 ], 119 ],
120 } 120 }
OLDNEW
« 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