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

Side by Side Diff: skia/skia.gyp

Issue 15967010: Add skiaBenchmarking.getOps() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative "Win" bot compilation fix. Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', 122 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp',
123 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', 123 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp',
124 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', 124 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
125 125
126 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 126 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
127 '../third_party/skia/src/sfnt/SkOTUtils.h', 127 '../third_party/skia/src/sfnt/SkOTUtils.h',
128 128
129 '../third_party/skia/include/utils/mac/SkCGUtils.h', 129 '../third_party/skia/include/utils/mac/SkCGUtils.h',
130 '../third_party/skia/include/utils/SkDeferredCanvas.h', 130 '../third_party/skia/include/utils/SkDeferredCanvas.h',
131 '../third_party/skia/include/utils/SkMatrix44.h', 131 '../third_party/skia/include/utils/SkMatrix44.h',
132 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp',
133 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h',
134 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp',
135 '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
136 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
137 '../third_party/skia/src/utils/debugger/SkObjectParser.h',
Stephen White 2013/06/20 19:06:02 Note for posterity: we should probably create a ut
132 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 138 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
133 '../third_party/skia/src/utils/SkBase64.cpp', 139 '../third_party/skia/src/utils/SkBase64.cpp',
134 '../third_party/skia/src/utils/SkBase64.h', 140 '../third_party/skia/src/utils/SkBase64.h',
135 '../third_party/skia/src/utils/SkBitSet.cpp', 141 '../third_party/skia/src/utils/SkBitSet.cpp',
136 '../third_party/skia/src/utils/SkBitSet.h', 142 '../third_party/skia/src/utils/SkBitSet.h',
137 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 143 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
138 '../third_party/skia/src/utils/SkMatrix44.cpp', 144 '../third_party/skia/src/utils/SkMatrix44.cpp',
139 '../third_party/skia/src/utils/SkNullCanvas.cpp', 145 '../third_party/skia/src/utils/SkNullCanvas.cpp',
140 '../third_party/skia/include/utils/SkNWayCanvas.h', 146 '../third_party/skia/include/utils/SkNWayCanvas.h',
141 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 147 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'sources': [ 915 'sources': [
910 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 916 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
911 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 917 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
912 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 918 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
913 ], 919 ],
914 }, 920 },
915 ], 921 ],
916 }], 922 }],
917 ], 923 ],
918 } 924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698