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

Side by Side Diff: gyp/core.gypi

Issue 23553006: Move SkBitmapDevice functions to their own file (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Add SkBitmapDevice.cpp to CL Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/core/SkBitmapDevice.cpp » ('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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
11 '<(skia_src_path)/core/Sk64.cpp', 11 '<(skia_src_path)/core/Sk64.cpp',
12 '<(skia_src_path)/core/SkAAClip.cpp', 12 '<(skia_src_path)/core/SkAAClip.cpp',
13 '<(skia_src_path)/core/SkAnnotation.cpp', 13 '<(skia_src_path)/core/SkAnnotation.cpp',
14 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', 14 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp',
15 '<(skia_src_path)/core/SkAlphaRuns.cpp', 15 '<(skia_src_path)/core/SkAlphaRuns.cpp',
16 '<(skia_src_path)/core/SkAntiRun.h', 16 '<(skia_src_path)/core/SkAntiRun.h',
17 '<(skia_src_path)/core/SkBBoxHierarchy.cpp', 17 '<(skia_src_path)/core/SkBBoxHierarchy.cpp',
18 '<(skia_src_path)/core/SkBBoxHierarchy.h', 18 '<(skia_src_path)/core/SkBBoxHierarchy.h',
19 '<(skia_src_path)/core/SkBBoxRecord.cpp', 19 '<(skia_src_path)/core/SkBBoxRecord.cpp',
20 '<(skia_src_path)/core/SkBBoxRecord.h', 20 '<(skia_src_path)/core/SkBBoxRecord.h',
21 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp', 21 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp',
22 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h', 22 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h',
23 '<(skia_src_path)/core/SkBitmap.cpp', 23 '<(skia_src_path)/core/SkBitmap.cpp',
24 '<(skia_src_path)/core/SkBitmapDevice.cpp',
24 '<(skia_src_path)/core/SkBitmapFilter.h', 25 '<(skia_src_path)/core/SkBitmapFilter.h',
25 '<(skia_src_path)/core/SkBitmapFilter.cpp', 26 '<(skia_src_path)/core/SkBitmapFilter.cpp',
26 '<(skia_src_path)/core/SkBitmapHeap.cpp', 27 '<(skia_src_path)/core/SkBitmapHeap.cpp',
27 '<(skia_src_path)/core/SkBitmapHeap.h', 28 '<(skia_src_path)/core/SkBitmapHeap.h',
28 '<(skia_src_path)/core/SkBitmapProcShader.cpp', 29 '<(skia_src_path)/core/SkBitmapProcShader.cpp',
29 '<(skia_src_path)/core/SkBitmapProcShader.h', 30 '<(skia_src_path)/core/SkBitmapProcShader.h',
30 '<(skia_src_path)/core/SkBitmapProcState.cpp', 31 '<(skia_src_path)/core/SkBitmapProcState.cpp',
31 '<(skia_src_path)/core/SkBitmapProcState.h', 32 '<(skia_src_path)/core/SkBitmapProcState.h',
32 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', 33 '<(skia_src_path)/core/SkBitmapProcState_matrix.h',
33 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp', 34 '<(skia_src_path)/core/SkBitmapProcState_matrixProcs.cpp',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '<(skia_src_path)/pathops/SkQuarticRoot.h', 372 '<(skia_src_path)/pathops/SkQuarticRoot.h',
372 '<(skia_src_path)/pathops/SkReduceOrder.h', 373 '<(skia_src_path)/pathops/SkReduceOrder.h',
373 ], 374 ],
374 } 375 }
375 376
376 # Local Variables: 377 # Local Variables:
377 # tab-width:2 378 # tab-width:2
378 # indent-tabs-mode:nil 379 # indent-tabs-mode:nil
379 # End: 380 # End:
380 # vim: set expandtab tabstop=2 shiftwidth=2: 381 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/core/SkBitmapDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698