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

Side by Side Diff: dm/Android.mk

Issue 290603002: Generate Android.mk for DM. (Closed) Base URL: https://skia.googlesource.com/skia.git@generate_gm
Patch Set: Created 6 years, 7 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 | dm/DM.cpp » ('j') | gyp/dm.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 ###############################################################################
3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5 #
6 ###############################################################################
7
8 LOCAL_PATH:= $(call my-dir)
9 include $(CLEAR_VARS)
10 LOCAL_CFLAGS += \
11 -Wno-unused-parameter \
12 -U_FORTIFY_SOURCE \
13 -D_FORTIFY_SOURCE=1
14
15 LOCAL_SRC_FILES := \
16 DM.cpp \
17 DMBenchTask.cpp \
18 DMCpuGMTask.cpp \
19 DMExpectationsTask.cpp \
20 DMGpuGMTask.cpp \
21 DMPipeTask.cpp \
22 DMQuiltTask.cpp \
23 DMRecordTask.cpp \
24 DMReplayTask.cpp \
25 DMReporter.cpp \
26 DMSerializeTask.cpp \
27 DMSKPTask.cpp \
28 DMTask.cpp \
29 DMTaskRunner.cpp \
30 DMTestTask.cpp \
31 DMUtil.cpp \
32 DMWriteTask.cpp \
33 ../gm/gm.cpp \
34 ../gm/gm_expectations.cpp \
35 ../src/pipe/utils/SamplePipeControllers.cpp \
36 ../src/utils/debugger/SkDebugCanvas.cpp \
37 ../src/utils/debugger/SkDrawCommand.cpp \
38 ../src/utils/debugger/SkObjectParser.cpp \
39 ../bench/SkBenchmark.cpp \
40 ../bench/AAClipBench.cpp \
41 ../bench/BicubicBench.cpp \
42 ../bench/BitmapBench.cpp \
43 ../bench/BitmapRectBench.cpp \
44 ../bench/BitmapScaleBench.cpp \
45 ../bench/BlurBench.cpp \
46 ../bench/BlurImageFilterBench.cpp \
47 ../bench/BlurRectBench.cpp \
48 ../bench/BlurRoundRectBench.cpp \
49 ../bench/ChartBench.cpp \
50 ../bench/ChecksumBench.cpp \
51 ../bench/ChromeBench.cpp \
52 ../bench/CmapBench.cpp \
53 ../bench/ColorFilterBench.cpp \
54 ../bench/ColorPrivBench.cpp \
55 ../bench/CoverageBench.cpp \
56 ../bench/DashBench.cpp \
57 ../bench/DecodeBench.cpp \
58 ../bench/DeferredCanvasBench.cpp \
59 ../bench/DeferredSurfaceCopyBench.cpp \
60 ../bench/DisplacementBench.cpp \
61 ../bench/FSRectBench.cpp \
62 ../bench/FontCacheBench.cpp \
63 ../bench/FontScalerBench.cpp \
64 ../bench/GameBench.cpp \
65 ../bench/GrMemoryPoolBench.cpp \
66 ../bench/GrResourceCacheBench.cpp \
67 ../bench/GrOrderedSetBench.cpp \
68 ../bench/GradientBench.cpp \
69 ../bench/HairlinePathBench.cpp \
70 ../bench/ImageCacheBench.cpp \
71 ../bench/ImageDecodeBench.cpp \
72 ../bench/ImageFilterDAGBench.cpp \
73 ../bench/InterpBench.cpp \
74 ../bench/LightingBench.cpp \
75 ../bench/LineBench.cpp \
76 ../bench/MagnifierBench.cpp \
77 ../bench/MathBench.cpp \
78 ../bench/Matrix44Bench.cpp \
79 ../bench/MatrixBench.cpp \
80 ../bench/MatrixConvolutionBench.cpp \
81 ../bench/MemoryBench.cpp \
82 ../bench/MemsetBench.cpp \
83 ../bench/MergeBench.cpp \
84 ../bench/MorphologyBench.cpp \
85 ../bench/MutexBench.cpp \
86 ../bench/PathBench.cpp \
87 ../bench/PathIterBench.cpp \
88 ../bench/PathUtilsBench.cpp \
89 ../bench/PerlinNoiseBench.cpp \
90 ../bench/PicturePlaybackBench.cpp \
91 ../bench/PictureRecordBench.cpp \
92 ../bench/PremulAndUnpremulAlphaOpsBench.cpp \
93 ../bench/QuadTreeBench.cpp \
94 ../bench/RTreeBench.cpp \
95 ../bench/ReadPixBench.cpp \
96 ../bench/RectBench.cpp \
97 ../bench/RectoriBench.cpp \
98 ../bench/RefCntBench.cpp \
99 ../bench/RegionBench.cpp \
100 ../bench/RegionContainBench.cpp \
101 ../bench/RepeatTileBench.cpp \
102 ../bench/ScalarBench.cpp \
103 ../bench/ShaderMaskBench.cpp \
104 ../bench/SkipZeroesBench.cpp \
105 ../bench/SortBench.cpp \
106 ../bench/StackBench.cpp \
107 ../bench/StrokeBench.cpp \
108 ../bench/TableBench.cpp \
109 ../bench/TextBench.cpp \
110 ../bench/TileBench.cpp \
111 ../bench/VertBench.cpp \
112 ../bench/WritePixelsBench.cpp \
113 ../bench/WriterBench.cpp \
114 ../bench/XfermodeBench.cpp \
115 ../gm/aaclip.cpp \
116 ../gm/aarectmodes.cpp \
117 ../gm/alphagradients.cpp \
118 ../gm/arcofzorro.cpp \
119 ../gm/arithmode.cpp \
120 ../gm/beziereffects.cpp \
121 ../gm/bicubicfilter.cpp \
122 ../gm/bigblurs.cpp \
123 ../gm/bigmatrix.cpp \
124 ../gm/bigtext.cpp \
125 ../gm/bitmapmatrix.cpp \
126 ../gm/bitmapfilters.cpp \
127 ../gm/bitmappremul.cpp \
128 ../gm/bitmaprect.cpp \
129 ../gm/bitmaprecttest.cpp \
130 ../gm/bitmapscroll.cpp \
131 ../gm/bitmapshader.cpp \
132 ../gm/bitmapsource.cpp \
133 ../gm/bleed.cpp \
134 ../gm/blurcircles.cpp \
135 ../gm/blurs.cpp \
136 ../gm/blurquickreject.cpp \
137 ../gm/blurrect.cpp \
138 ../gm/blurroundrect.cpp \
139 ../gm/canvasstate.cpp \
140 ../gm/circles.cpp \
141 ../gm/circularclips.cpp \
142 ../gm/clippedbitmapshaders.cpp \
143 ../gm/colorfilterimagefilter.cpp \
144 ../gm/colorfilters.cpp \
145 ../gm/colormatrix.cpp \
146 ../gm/colortype.cpp \
147 ../gm/complexclip.cpp \
148 ../gm/complexclip2.cpp \
149 ../gm/composeshader.cpp \
150 ../gm/convexpaths.cpp \
151 ../gm/convexpolyclip.cpp \
152 ../gm/convexpolyeffect.cpp \
153 ../gm/copyTo4444.cpp \
154 ../gm/cubicpaths.cpp \
155 ../gm/cmykjpeg.cpp \
156 ../gm/degeneratesegments.cpp \
157 ../gm/discard.cpp \
158 ../gm/dashcubics.cpp \
159 ../gm/dashing.cpp \
160 ../gm/deviceproperties.cpp \
161 ../gm/distantclip.cpp \
162 ../gm/displacement.cpp \
163 ../gm/downsamplebitmap.cpp \
164 ../gm/drawlooper.cpp \
165 ../gm/dropshadowimagefilter.cpp \
166 ../gm/drrect.cpp \
167 ../gm/extractbitmap.cpp \
168 ../gm/emptypath.cpp \
169 ../gm/fatpathfill.cpp \
170 ../gm/factory.cpp \
171 ../gm/filltypes.cpp \
172 ../gm/filltypespersp.cpp \
173 ../gm/filterbitmap.cpp \
174 ../gm/fontcache.cpp \
175 ../gm/fontmgr.cpp \
176 ../gm/fontscaler.cpp \
177 ../gm/gammatext.cpp \
178 ../gm/getpostextpath.cpp \
179 ../gm/giantbitmap.cpp \
180 ../gm/gradients.cpp \
181 ../gm/gradients_2pt_conical.cpp \
182 ../gm/gradients_no_texture.cpp \
183 ../gm/gradientDirtyLaundry.cpp \
184 ../gm/gradient_matrix.cpp \
185 ../gm/gradtext.cpp \
186 ../gm/hairlines.cpp \
187 ../gm/hairmodes.cpp \
188 ../gm/hittestpath.cpp \
189 ../gm/imagealphathreshold.cpp \
190 ../gm/imageblur.cpp \
191 ../gm/imageblurtiled.cpp \
192 ../gm/imagemagnifier.cpp \
193 ../gm/imageresizetiled.cpp \
194 ../gm/inversepaths.cpp \
195 ../gm/lerpmode.cpp \
196 ../gm/lighting.cpp \
197 ../gm/lumafilter.cpp \
198 ../gm/image.cpp \
199 ../gm/imagefiltersbase.cpp \
200 ../gm/imagefiltersclipped.cpp \
201 ../gm/imagefilterscropped.cpp \
202 ../gm/imagefiltersgraph.cpp \
203 ../gm/imagefiltersscaled.cpp \
204 ../gm/internal_links.cpp \
205 ../gm/lcdtext.cpp \
206 ../gm/linepaths.cpp \
207 ../gm/matrixconvolution.cpp \
208 ../gm/matriximagefilter.cpp \
209 ../gm/megalooper.cpp \
210 ../gm/mixedxfermodes.cpp \
211 ../gm/modecolorfilters.cpp \
212 ../gm/morphology.cpp \
213 ../gm/nested.cpp \
214 ../gm/ninepatchstretch.cpp \
215 ../gm/nonclosedpaths.cpp \
216 ../gm/offsetimagefilter.cpp \
217 ../gm/optimizations.cpp \
218 ../gm/ovals.cpp \
219 ../gm/patheffects.cpp \
220 ../gm/pathfill.cpp \
221 ../gm/pathinterior.cpp \
222 ../gm/pathopsinverse.cpp \
223 ../gm/pathopsskpclip.cpp \
224 ../gm/pathreverse.cpp \
225 ../gm/peekpixels.cpp \
226 ../gm/perlinnoise.cpp \
227 ../gm/pictureimagefilter.cpp \
228 ../gm/pictureshader.cpp \
229 ../gm/points.cpp \
230 ../gm/poly2poly.cpp \
231 ../gm/polygons.cpp \
232 ../gm/quadpaths.cpp \
233 ../gm/rects.cpp \
234 ../gm/resizeimagefilter.cpp \
235 ../gm/rrect.cpp \
236 ../gm/rrects.cpp \
237 ../gm/roundrects.cpp \
238 ../gm/samplerstress.cpp \
239 ../gm/shaderbounds.cpp \
240 ../gm/selftest.cpp \
241 ../gm/shadows.cpp \
242 ../gm/shallowgradient.cpp \
243 ../gm/simpleaaclip.cpp \
244 ../gm/skbug1719.cpp \
245 ../gm/stringart.cpp \
246 ../gm/spritebitmap.cpp \
247 ../gm/srcmode.cpp \
248 ../gm/strokefill.cpp \
249 ../gm/strokerect.cpp \
250 ../gm/strokerects.cpp \
251 ../gm/strokes.cpp \
252 ../gm/stroketext.cpp \
253 ../gm/tablecolorfilter.cpp \
254 ../gm/texteffects.cpp \
255 ../gm/testimagefilters.cpp \
256 ../gm/texdata.cpp \
257 ../gm/texturedomaineffect.cpp \
258 ../gm/thinrects.cpp \
259 ../gm/thinstrokedrects.cpp \
260 ../gm/tileimagefilter.cpp \
261 ../gm/tilemodes.cpp \
262 ../gm/tilemodes_scaled.cpp \
263 ../gm/tinybitmap.cpp \
264 ../gm/twopointradial.cpp \
265 ../gm/typeface.cpp \
266 ../gm/vertices.cpp \
267 ../gm/verttext.cpp \
268 ../gm/verttext2.cpp \
269 ../gm/xfermodeimagefilter.cpp \
270 ../gm/xfermodes.cpp \
271 ../gm/xfermodes2.cpp \
272 ../gm/xfermodes3.cpp \
273 ../tests/PathOpsAngleTest.cpp \
274 ../tests/PathOpsBoundsTest.cpp \
275 ../tests/PathOpsCubicIntersectionTest.cpp \
276 ../tests/PathOpsCubicIntersectionTestData.cpp \
277 ../tests/PathOpsCubicLineIntersectionTest.cpp \
278 ../tests/PathOpsCubicQuadIntersectionTest.cpp \
279 ../tests/PathOpsCubicReduceOrderTest.cpp \
280 ../tests/PathOpsCubicToQuadsTest.cpp \
281 ../tests/PathOpsDCubicTest.cpp \
282 ../tests/PathOpsDLineTest.cpp \
283 ../tests/PathOpsDPointTest.cpp \
284 ../tests/PathOpsDQuadTest.cpp \
285 ../tests/PathOpsDRectTest.cpp \
286 ../tests/PathOpsDTriangleTest.cpp \
287 ../tests/PathOpsDVectorTest.cpp \
288 ../tests/PathOpsExtendedTest.cpp \
289 ../tests/PathOpsInverseTest.cpp \
290 ../tests/PathOpsLineIntersectionTest.cpp \
291 ../tests/PathOpsLineParametetersTest.cpp \
292 ../tests/PathOpsOpCubicThreadedTest.cpp \
293 ../tests/PathOpsOpRectThreadedTest.cpp \
294 ../tests/PathOpsOpTest.cpp \
295 ../tests/PathOpsQuadIntersectionTest.cpp \
296 ../tests/PathOpsQuadIntersectionTestData.cpp \
297 ../tests/PathOpsQuadLineIntersectionTest.cpp \
298 ../tests/PathOpsQuadLineIntersectionThreadedTest.cpp \
299 ../tests/PathOpsQuadParameterizationTest.cpp \
300 ../tests/PathOpsQuadReduceOrderTest.cpp \
301 ../tests/PathOpsSimplifyDegenerateThreadedTest.cpp \
302 ../tests/PathOpsSimplifyFailTest.cpp \
303 ../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp \
304 ../tests/PathOpsSimplifyQuadThreadedTest.cpp \
305 ../tests/PathOpsSimplifyRectThreadedTest.cpp \
306 ../tests/PathOpsSimplifyTest.cpp \
307 ../tests/PathOpsSimplifyTrianglesThreadedTest.cpp \
308 ../tests/PathOpsSkpTest.cpp \
309 ../tests/PathOpsTestCommon.cpp \
310 ../tests/PathOpsThreadedCommon.cpp \
311 ../tests/Test.cpp \
312 ../tests/AAClipTest.cpp \
313 ../tests/ARGBImageEncoderTest.cpp \
314 ../tests/AndroidPaintTest.cpp \
315 ../tests/AnnotationTest.cpp \
316 ../tests/AsADashTest.cpp \
317 ../tests/AtomicTest.cpp \
318 ../tests/BBoxHierarchyTest.cpp \
319 ../tests/BitSetTest.cpp \
320 ../tests/BitmapCopyTest.cpp \
321 ../tests/BitmapGetColorTest.cpp \
322 ../tests/BitmapHasherTest.cpp \
323 ../tests/BitmapHeapTest.cpp \
324 ../tests/BitmapTest.cpp \
325 ../tests/BlendTest.cpp \
326 ../tests/BlitRowTest.cpp \
327 ../tests/BlurTest.cpp \
328 ../tests/CachedDecodingPixelRefTest.cpp \
329 ../tests/CanvasStateTest.cpp \
330 ../tests/CanvasTest.cpp \
331 ../tests/ChecksumTest.cpp \
332 ../tests/ClampRangeTest.cpp \
333 ../tests/ClipCacheTest.cpp \
334 ../tests/ClipCubicTest.cpp \
335 ../tests/ClipStackTest.cpp \
336 ../tests/ClipperTest.cpp \
337 ../tests/ColorFilterTest.cpp \
338 ../tests/ColorPrivTest.cpp \
339 ../tests/ColorTest.cpp \
340 ../tests/DashPathEffectTest.cpp \
341 ../tests/DataRefTest.cpp \
342 ../tests/DeferredCanvasTest.cpp \
343 ../tests/DequeTest.cpp \
344 ../tests/DeviceLooperTest.cpp \
345 ../tests/DiscardableMemoryPoolTest.cpp \
346 ../tests/DiscardableMemoryTest.cpp \
347 ../tests/DocumentTest.cpp \
348 ../tests/DrawBitmapRectTest.cpp \
349 ../tests/DrawPathTest.cpp \
350 ../tests/DrawTextTest.cpp \
351 ../tests/DynamicHashTest.cpp \
352 ../tests/EmptyPathTest.cpp \
353 ../tests/ErrorTest.cpp \
354 ../tests/FillPathTest.cpp \
355 ../tests/FitsInTest.cpp \
356 ../tests/FlatDataTest.cpp \
357 ../tests/FlateTest.cpp \
358 ../tests/FontHostStreamTest.cpp \
359 ../tests/FontHostTest.cpp \
360 ../tests/FontMgrTest.cpp \
361 ../tests/FontNamesTest.cpp \
362 ../tests/FrontBufferedStreamTest.cpp \
363 ../tests/GLInterfaceValidationTest.cpp \
364 ../tests/GLProgramsTest.cpp \
365 ../tests/GeometryTest.cpp \
366 ../tests/GifTest.cpp \
367 ../tests/GpuColorFilterTest.cpp \
368 ../tests/GpuDrawPathTest.cpp \
369 ../tests/GrBinHashKeyTest.cpp \
370 ../tests/GrContextFactoryTest.cpp \
371 ../tests/GrDrawTargetTest.cpp \
372 ../tests/GrMemoryPoolTest.cpp \
373 ../tests/GrRedBlackTreeTest.cpp \
374 ../tests/GrOrderedSetTest.cpp \
375 ../tests/GrSurfaceTest.cpp \
376 ../tests/GrTBSearchTest.cpp \
377 ../tests/GradientTest.cpp \
378 ../tests/HashCacheTest.cpp \
379 ../tests/ImageCacheTest.cpp \
380 ../tests/ImageDecodingTest.cpp \
381 ../tests/ImageFilterTest.cpp \
382 ../tests/InfRectTest.cpp \
383 ../tests/JpegTest.cpp \
384 ../tests/LListTest.cpp \
385 ../tests/LayerDrawLooperTest.cpp \
386 ../tests/LayerRasterizerTest.cpp \
387 ../tests/MD5Test.cpp \
388 ../tests/MallocPixelRefTest.cpp \
389 ../tests/MathTest.cpp \
390 ../tests/Matrix44Test.cpp \
391 ../tests/MatrixClipCollapseTest.cpp \
392 ../tests/MatrixTest.cpp \
393 ../tests/MemoryTest.cpp \
394 ../tests/MemsetTest.cpp \
395 ../tests/MessageBusTest.cpp \
396 ../tests/MetaDataTest.cpp \
397 ../tests/MipMapTest.cpp \
398 ../tests/ObjectPoolTest.cpp \
399 ../tests/OSPathTest.cpp \
400 ../tests/OnceTest.cpp \
401 ../tests/PDFPrimitivesTest.cpp \
402 ../tests/PackBitsTest.cpp \
403 ../tests/PaintTest.cpp \
404 ../tests/ParsePathTest.cpp \
405 ../tests/PathCoverageTest.cpp \
406 ../tests/PathMeasureTest.cpp \
407 ../tests/PathTest.cpp \
408 ../tests/PathUtilsTest.cpp \
409 ../tests/PictureTest.cpp \
410 ../tests/PictureShaderTest.cpp \
411 ../tests/PictureStateTreeTest.cpp \
412 ../tests/PictureUtilsTest.cpp \
413 ../tests/PixelRefTest.cpp \
414 ../tests/PointTest.cpp \
415 ../tests/PremulAlphaRoundTripTest.cpp \
416 ../tests/QuickRejectTest.cpp \
417 ../tests/RTreeTest.cpp \
418 ../tests/RandomTest.cpp \
419 ../tests/ReadPixelsTest.cpp \
420 ../tests/ReadWriteAlphaTest.cpp \
421 ../tests/Reader32Test.cpp \
422 ../tests/RecordDrawTest.cpp \
423 ../tests/RecordOptsTest.cpp \
424 ../tests/RecordPatternTest.cpp \
425 ../tests/RecordTest.cpp \
426 ../tests/RecorderTest.cpp \
427 ../tests/RecordingTest.cpp \
428 ../tests/RefCntTest.cpp \
429 ../tests/RefDictTest.cpp \
430 ../tests/RegionTest.cpp \
431 ../tests/ResourceCacheTest.cpp \
432 ../tests/RoundRectTest.cpp \
433 ../tests/RuntimeConfigTest.cpp \
434 ../tests/SHA1Test.cpp \
435 ../tests/ScalarTest.cpp \
436 ../tests/SerializationTest.cpp \
437 ../tests/ShaderImageFilterTest.cpp \
438 ../tests/ShaderOpacityTest.cpp \
439 ../tests/SkBase64Test.cpp \
440 ../tests/SListTest.cpp \
441 ../tests/SmallAllocatorTest.cpp \
442 ../tests/SortTest.cpp \
443 ../tests/SrcOverTest.cpp \
444 ../tests/StreamTest.cpp \
445 ../tests/StringTest.cpp \
446 ../tests/StrokeTest.cpp \
447 ../tests/SurfaceTest.cpp \
448 ../tests/TArrayTest.cpp \
449 ../tests/TLSTest.cpp \
450 ../tests/TSetTest.cpp \
451 ../tests/TestSize.cpp \
452 ../tests/TileGridTest.cpp \
453 ../tests/ToUnicodeTest.cpp \
454 ../tests/TracingTest.cpp \
455 ../tests/TypefaceTest.cpp \
456 ../tests/UnicodeTest.cpp \
457 ../tests/UnitTestTest.cpp \
458 ../tests/UtilsTest.cpp \
459 ../tests/WArrayTest.cpp \
460 ../tests/WritePixelsTest.cpp \
461 ../tests/Writer32Test.cpp \
462 ../tests/XfermodeTest.cpp \
463 ../tests/PipeTest.cpp \
464 ../tests/TDStackNesterTest.cpp \
465 ../tools/sk_tool_utils.cpp \
466 ../gm/androidfallback.cpp \
467 ../tools/flags/SkCommandLineFlags.cpp \
468 ../src/gpu/GrTest.cpp \
469 ../src/record/SkRecordDraw.cpp \
470 ../src/record/SkRecordOpts.cpp \
471 ../src/record/SkRecorder.cpp \
472 ../src/record/SkRecording.cpp \
473 ../experimental/SkSetPoly3To3.cpp \
474 ../experimental/SkSetPoly3To3_A.cpp \
475 ../experimental/SkSetPoly3To3_D.cpp \
476 ../tools/picture_utils.cpp
477
478 LOCAL_SHARED_LIBRARIES := \
479 liblog \
480 libskia \
481 libcutils \
482 libGLESv2 \
483 libEGL \
484 libz
485
486 LOCAL_C_INCLUDES := \
487 $(LOCAL_PATH)/../include/config \
488 $(LOCAL_PATH)/../include/core \
489 $(LOCAL_PATH)/../include/pathops \
490 $(LOCAL_PATH)/../include/pipe \
491 $(LOCAL_PATH)/../include/effects \
492 $(LOCAL_PATH)/../include/images \
493 $(LOCAL_PATH)/../include/ports \
494 $(LOCAL_PATH)/../src/sfnt \
495 $(LOCAL_PATH)/../include/utils \
496 $(LOCAL_PATH)/../src/utils \
497 $(LOCAL_PATH)/../include/gpu \
498 $(LOCAL_PATH)/../src/core \
499 $(LOCAL_PATH)/../src/gpu \
500 $(LOCAL_PATH)/../include/record \
501 $(LOCAL_PATH)/../bench \
502 $(LOCAL_PATH)/../gm \
503 $(LOCAL_PATH)/../tests \
504 $(LOCAL_PATH)/../src/images \
505 $(LOCAL_PATH)/../src/lazy \
506 $(LOCAL_PATH)/../src/effects \
507 $(LOCAL_PATH)/../src/pipe/utils \
508 $(LOCAL_PATH)/../src/utils/debugger \
509 $(LOCAL_PATH)/../tools \
510 $(LOCAL_PATH)/../src/image \
511 $(LOCAL_PATH)/../src/pathops \
512 $(LOCAL_PATH)/../src/pdf \
513 $(LOCAL_PATH)/../src/record \
514 $(LOCAL_PATH)/../experimental/PdfViewer \
515 $(LOCAL_PATH)/../experimental/PdfViewer/src \
516 $(LOCAL_PATH)/../tools/flags \
517 $(LOCAL_PATH)/../experimental \
518 $(LOCAL_PATH)/../include/pdf
519
520 LOCAL_MODULE_TAGS := \
521 optional
522
523 LOCAL_MODULE := \
524 skia_dm
525
526 include external/stlport/libstlport.mk
527 include $(BUILD_EXECUTABLE)
OLDNEW
« no previous file with comments | « no previous file | dm/DM.cpp » ('j') | gyp/dm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698