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

Side by Side Diff: gyp/core.gypi

Issue 335413004: Move SkStringUtils.h to src/core. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 | « no previous file | include/core/SkStringUtils.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 'core' files 1 # Include this gypi to include all 'core' 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 '<(skia_src_path)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 '<(skia_include_path)/core/SkRasterizer.h', 279 '<(skia_include_path)/core/SkRasterizer.h',
280 '<(skia_include_path)/core/SkReader32.h', 280 '<(skia_include_path)/core/SkReader32.h',
281 '<(skia_include_path)/core/SkRect.h', 281 '<(skia_include_path)/core/SkRect.h',
282 '<(skia_include_path)/core/SkRefCnt.h', 282 '<(skia_include_path)/core/SkRefCnt.h',
283 '<(skia_include_path)/core/SkRegion.h', 283 '<(skia_include_path)/core/SkRegion.h',
284 '<(skia_include_path)/core/SkRRect.h', 284 '<(skia_include_path)/core/SkRRect.h',
285 '<(skia_include_path)/core/SkScalar.h', 285 '<(skia_include_path)/core/SkScalar.h',
286 '<(skia_include_path)/core/SkShader.h', 286 '<(skia_include_path)/core/SkShader.h',
287 '<(skia_include_path)/core/SkStream.h', 287 '<(skia_include_path)/core/SkStream.h',
288 '<(skia_include_path)/core/SkString.h', 288 '<(skia_include_path)/core/SkString.h',
289 '<(skia_include_path)/core/SkStringUtils.h',
290 '<(skia_include_path)/core/SkStrokeRec.h', 289 '<(skia_include_path)/core/SkStrokeRec.h',
291 '<(skia_include_path)/core/SkSurface.h', 290 '<(skia_include_path)/core/SkSurface.h',
292 '<(skia_include_path)/core/SkTArray.h', 291 '<(skia_include_path)/core/SkTArray.h',
293 '<(skia_include_path)/core/SkTDArray.h', 292 '<(skia_include_path)/core/SkTDArray.h',
294 '<(skia_include_path)/core/SkTDStack.h', 293 '<(skia_include_path)/core/SkTDStack.h',
295 '<(skia_include_path)/core/SkTDict.h', 294 '<(skia_include_path)/core/SkTDict.h',
296 '<(skia_include_path)/core/SkTInternalLList.h', 295 '<(skia_include_path)/core/SkTInternalLList.h',
297 '<(skia_include_path)/core/SkTRegistry.h', 296 '<(skia_include_path)/core/SkTRegistry.h',
298 '<(skia_include_path)/core/SkTSearch.h', 297 '<(skia_include_path)/core/SkTSearch.h',
299 '<(skia_include_path)/core/SkTemplates.h', 298 '<(skia_include_path)/core/SkTemplates.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
365 '<(skia_src_path)/pathops/SkPathOpsRect.h', 364 '<(skia_src_path)/pathops/SkPathOpsRect.h',
366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
368 '<(skia_src_path)/pathops/SkPathWriter.h', 367 '<(skia_src_path)/pathops/SkPathWriter.h',
369 '<(skia_src_path)/pathops/SkQuarticRoot.h', 368 '<(skia_src_path)/pathops/SkQuarticRoot.h',
370 '<(skia_src_path)/pathops/SkReduceOrder.h', 369 '<(skia_src_path)/pathops/SkReduceOrder.h',
371 ], 370 ],
372 } 371 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkStringUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698