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

Side by Side Diff: gyp/core.gypi

Issue 665203004: move c api into include (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/core.gyp ('k') | gyp/experimental.gyp » ('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)/c/sk_surface.cpp',
11 '<(skia_include_path)/c/sk_surface.h',
12
10 '<(skia_src_path)/core/SkAAClip.cpp', 13 '<(skia_src_path)/core/SkAAClip.cpp',
11 '<(skia_src_path)/core/SkAnnotation.cpp', 14 '<(skia_src_path)/core/SkAnnotation.cpp',
12 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', 15 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp',
13 '<(skia_src_path)/core/SkAlphaRuns.cpp', 16 '<(skia_src_path)/core/SkAlphaRuns.cpp',
14 '<(skia_src_path)/core/SkAntiRun.h', 17 '<(skia_src_path)/core/SkAntiRun.h',
15 '<(skia_src_path)/core/SkBBHFactory.cpp', 18 '<(skia_src_path)/core/SkBBHFactory.cpp',
16 '<(skia_src_path)/core/SkBBoxHierarchy.h', 19 '<(skia_src_path)/core/SkBBoxHierarchy.h',
17 '<(skia_src_path)/core/SkBitmap.cpp', 20 '<(skia_src_path)/core/SkBitmap.cpp',
18 '<(skia_src_path)/core/SkBitmapCache.cpp', 21 '<(skia_src_path)/core/SkBitmapCache.cpp',
19 '<(skia_src_path)/core/SkBitmapDevice.cpp', 22 '<(skia_src_path)/core/SkBitmapDevice.cpp',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 366 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 367 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
365 '<(skia_src_path)/pathops/SkPathOpsRect.h', 368 '<(skia_src_path)/pathops/SkPathOpsRect.h',
366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 369 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 370 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
368 '<(skia_src_path)/pathops/SkPathWriter.h', 371 '<(skia_src_path)/pathops/SkPathWriter.h',
369 '<(skia_src_path)/pathops/SkQuarticRoot.h', 372 '<(skia_src_path)/pathops/SkQuarticRoot.h',
370 '<(skia_src_path)/pathops/SkReduceOrder.h', 373 '<(skia_src_path)/pathops/SkReduceOrder.h',
371 ], 374 ],
372 } 375 }
OLDNEW
« no previous file with comments | « gyp/core.gyp ('k') | gyp/experimental.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698