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

Side by Side Diff: gyp/core.gypi

Issue 1196683003: remove SkDeviceProperties (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Clean up Created 5 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/SkBitmapDevice.h » ('j') | src/gpu/SkGpuDevice.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '<(skia_src_path)/core/SkCoreBlitters.h', 68 '<(skia_src_path)/core/SkCoreBlitters.h',
69 '<(skia_src_path)/core/SkCubicClipper.cpp', 69 '<(skia_src_path)/core/SkCubicClipper.cpp',
70 '<(skia_src_path)/core/SkCubicClipper.h', 70 '<(skia_src_path)/core/SkCubicClipper.h',
71 '<(skia_src_path)/core/SkData.cpp', 71 '<(skia_src_path)/core/SkData.cpp',
72 '<(skia_src_path)/core/SkDataTable.cpp', 72 '<(skia_src_path)/core/SkDataTable.cpp',
73 '<(skia_src_path)/core/SkDebug.cpp', 73 '<(skia_src_path)/core/SkDebug.cpp',
74 '<(skia_src_path)/core/SkDeque.cpp', 74 '<(skia_src_path)/core/SkDeque.cpp',
75 '<(skia_src_path)/core/SkDevice.cpp', 75 '<(skia_src_path)/core/SkDevice.cpp',
76 '<(skia_src_path)/core/SkDeviceLooper.cpp', 76 '<(skia_src_path)/core/SkDeviceLooper.cpp',
77 '<(skia_src_path)/core/SkDeviceProfile.cpp', 77 '<(skia_src_path)/core/SkDeviceProfile.cpp',
78 '<(skia_src_path)/core/SkDeviceProperties.h',
79 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp', 78 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
80 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', 79 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
81 '<(skia_src_path)/core/SkDistanceFieldGen.cpp', 80 '<(skia_src_path)/core/SkDistanceFieldGen.cpp',
82 '<(skia_src_path)/core/SkDistanceFieldGen.h', 81 '<(skia_src_path)/core/SkDistanceFieldGen.h',
83 '<(skia_src_path)/core/SkDither.cpp', 82 '<(skia_src_path)/core/SkDither.cpp',
84 '<(skia_src_path)/core/SkDraw.cpp', 83 '<(skia_src_path)/core/SkDraw.cpp',
85 '<(skia_src_path)/core/SkDrawable.cpp', 84 '<(skia_src_path)/core/SkDrawable.cpp',
86 '<(skia_src_path)/core/SkDrawLooper.cpp', 85 '<(skia_src_path)/core/SkDrawLooper.cpp',
87 '<(skia_src_path)/core/SkDrawProcs.h', 86 '<(skia_src_path)/core/SkDrawProcs.h',
88 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 87 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 '<(skia_src_path)/pathops/SkPathOpsLine.h', 393 '<(skia_src_path)/pathops/SkPathOpsLine.h',
395 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 394 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
396 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 395 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
397 '<(skia_src_path)/pathops/SkPathOpsRect.h', 396 '<(skia_src_path)/pathops/SkPathOpsRect.h',
398 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 397 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
399 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 398 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
400 '<(skia_src_path)/pathops/SkPathWriter.h', 399 '<(skia_src_path)/pathops/SkPathWriter.h',
401 '<(skia_src_path)/pathops/SkReduceOrder.h', 400 '<(skia_src_path)/pathops/SkReduceOrder.h',
402 ], 401 ],
403 } 402 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkBitmapDevice.h » ('j') | src/gpu/SkGpuDevice.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698