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

Side by Side Diff: gyp/utils.gypi

Issue 728823002: Move WGL header from include to src (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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/tools.gyp ('k') | include/utils/SkWGL.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 # Include this gypi to include all 'utils' files 1 # Include this gypi to include all 'utils' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 # Classes for a threadpool. 10 # Classes for a threadpool.
(...skipping 20 matching lines...) Expand all
31 '<(skia_include_path)/utils/SkNWayCanvas.h', 31 '<(skia_include_path)/utils/SkNWayCanvas.h',
32 '<(skia_include_path)/utils/SkNullCanvas.h', 32 '<(skia_include_path)/utils/SkNullCanvas.h',
33 '<(skia_include_path)/utils/SkParse.h', 33 '<(skia_include_path)/utils/SkParse.h',
34 '<(skia_include_path)/utils/SkParsePaint.h', 34 '<(skia_include_path)/utils/SkParsePaint.h',
35 '<(skia_include_path)/utils/SkParsePath.h', 35 '<(skia_include_path)/utils/SkParsePath.h',
36 '<(skia_include_path)/utils/SkPictureUtils.h', 36 '<(skia_include_path)/utils/SkPictureUtils.h',
37 '<(skia_include_path)/utils/SkRandom.h', 37 '<(skia_include_path)/utils/SkRandom.h',
38 '<(skia_include_path)/utils/SkRTConf.h', 38 '<(skia_include_path)/utils/SkRTConf.h',
39 '<(skia_include_path)/utils/SkProxyCanvas.h', 39 '<(skia_include_path)/utils/SkProxyCanvas.h',
40 '<(skia_include_path)/utils/SkTextBox.h', 40 '<(skia_include_path)/utils/SkTextBox.h',
41 '<(skia_include_path)/utils/SkWGL.h',
42 41
43 '<(skia_src_path)/utils/SkBase64.cpp', 42 '<(skia_src_path)/utils/SkBase64.cpp',
44 '<(skia_src_path)/utils/SkBase64.h', 43 '<(skia_src_path)/utils/SkBase64.h',
45 '<(skia_src_path)/utils/SkBitmapHasher.cpp', 44 '<(skia_src_path)/utils/SkBitmapHasher.cpp',
46 '<(skia_src_path)/utils/SkBitmapHasher.h', 45 '<(skia_src_path)/utils/SkBitmapHasher.h',
47 '<(skia_src_path)/utils/SkBitSet.cpp', 46 '<(skia_src_path)/utils/SkBitSet.cpp',
48 '<(skia_src_path)/utils/SkBitSet.h', 47 '<(skia_src_path)/utils/SkBitSet.h',
49 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', 48 '<(skia_src_path)/utils/SkBoundaryPatch.cpp',
50 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', 49 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp',
51 '<(skia_src_path)/utils/SkCamera.cpp', 50 '<(skia_src_path)/utils/SkCamera.cpp',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '<(skia_include_path)/utils/win/SkTScopedComPtr.h', 119 '<(skia_include_path)/utils/win/SkTScopedComPtr.h',
121 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp', 120 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp',
122 '<(skia_src_path)/utils/win/SkDWrite.h', 121 '<(skia_src_path)/utils/win/SkDWrite.h',
123 '<(skia_src_path)/utils/win/SkDWrite.cpp', 122 '<(skia_src_path)/utils/win/SkDWrite.cpp',
124 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', 123 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp',
125 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', 124 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h',
126 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', 125 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
127 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', 126 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
128 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 127 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
129 '<(skia_src_path)/utils/win/SkIStream.cpp', 128 '<(skia_src_path)/utils/win/SkIStream.cpp',
129 '<(skia_src_path)/utils/win/SkWGL.h',
130 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 130 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
131 131
132 #testing 132 #testing
133 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 133 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
134 '<(skia_src_path)/fonts/SkGScalerContext.h', 134 '<(skia_src_path)/fonts/SkGScalerContext.h',
135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
136 '<(skia_src_path)/fonts/SkTestScalerContext.h', 136 '<(skia_src_path)/fonts/SkTestScalerContext.h',
137 ], 137 ],
138 } 138 }
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | include/utils/SkWGL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698