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

Side by Side Diff: gyp/utils.gypi

Issue 729173002: http://skbug.com/3130 step 1 (to fix chromium roll) (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 | « no previous file | no next file » | 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 127 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
128 '<(skia_src_path)/utils/win/SkIStream.cpp', 128 '<(skia_src_path)/utils/win/SkIStream.cpp',
129 '<(skia_src_path)/utils/win/SkWGL.h', 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
138 # TODO(halcanary): delete this http://skbug.com/3130
139 '<(skia_include_path)/utils/SkWGL.h',
137 ], 140 ],
138 } 141 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698