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

Unified Diff: skia/skia.gyp

Issue 10834258: Revert 150822 - Roll Skia DEPS to 5029 & skia.gyp changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 150855)
+++ skia/skia.gyp (working copy)
@@ -272,7 +272,6 @@
'../third_party/skia/src/core/SkPathHeap.cpp',
'../third_party/skia/src/core/SkPathHeap.h',
'../third_party/skia/src/core/SkPathMeasure.cpp',
- '../third_party/skia/src/core/SkPerspIter.h',
'../third_party/skia/src/core/SkPicture.cpp',
'../third_party/skia/src/core/SkPictureFlat.cpp',
'../third_party/skia/src/core/SkPictureFlat.h',
@@ -642,6 +641,7 @@
'../third_party/skia/include/core/SkPath.h',
'../third_party/skia/include/core/SkPathEffect.h',
'../third_party/skia/include/core/SkPathMeasure.h',
+ '../third_party/skia/include/core/SkPerspIter.h',
'../third_party/skia/include/core/SkPicture.h',
'../third_party/skia/include/core/SkPixelRef.h',
'../third_party/skia/include/core/SkPoint.h',
@@ -1252,7 +1252,6 @@
'sources': [
'../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp',
'../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp',
- '../third_party/skia/src/opts/SkBlitRow_opts_arm.h',
'../third_party/skia/src/opts/opts_check_arm.cpp',
],
}],
@@ -1265,11 +1264,9 @@
'sources': [
'../third_party/skia/src/opts/memset16_neon.S',
'../third_party/skia/src/opts/memset32_neon.S',
- '../third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp',
'../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp',
'../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h',
'../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h',
- '../third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp',
],
}],
[ 'target_arch == "arm" and armv7 != 1', {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698