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

Side by Side Diff: gyp/core.gypi

Issue 2118553002: adding new GM to demostrate new shadows (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Made req changes, and fixed CPU lighting. Created 4 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 unified diff | Download patch
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 '<(skia_src_path)/core/SkWriteBuffer.cpp', 328 '<(skia_src_path)/core/SkWriteBuffer.cpp',
329 '<(skia_src_path)/core/SkWriter32.cpp', 329 '<(skia_src_path)/core/SkWriter32.cpp',
330 '<(skia_src_path)/core/SkXfermode.cpp', 330 '<(skia_src_path)/core/SkXfermode.cpp',
331 '<(skia_src_path)/core/SkXfermode4f.cpp', 331 '<(skia_src_path)/core/SkXfermode4f.cpp',
332 '<(skia_src_path)/core/SkXfermodeF16.cpp', 332 '<(skia_src_path)/core/SkXfermodeF16.cpp',
333 '<(skia_src_path)/core/SkXfermode_proccoeff.h', 333 '<(skia_src_path)/core/SkXfermode_proccoeff.h',
334 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', 334 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
335 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 335 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
336 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 336 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
337 '<(skia_src_path)/core/SkYUVPlanesCache.h', 337 '<(skia_src_path)/core/SkYUVPlanesCache.h',
338 '<(skia_src_path)/core/SkShadowShader.cpp',
339 '<(skia_src_path)/core/SkShadowShader.h',
338 340
339 '<(skia_src_path)/image/SkImage.cpp', 341 '<(skia_src_path)/image/SkImage.cpp',
340 '<(skia_src_path)/image/SkImage_Generator.cpp', 342 '<(skia_src_path)/image/SkImage_Generator.cpp',
341 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 343 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
342 '<(skia_src_path)/image/SkImage_Raster.cpp', 344 '<(skia_src_path)/image/SkImage_Raster.cpp',
343 '<(skia_src_path)/image/SkImageShader.cpp', 345 '<(skia_src_path)/image/SkImageShader.cpp',
344 '<(skia_src_path)/image/SkImageShader.h', 346 '<(skia_src_path)/image/SkImageShader.h',
345 '<(skia_src_path)/image/SkSurface.cpp', 347 '<(skia_src_path)/image/SkSurface.cpp',
346 '<(skia_src_path)/image/SkSurface_Base.h', 348 '<(skia_src_path)/image/SkSurface_Base.h',
347 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 349 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 '<(skia_src_path)/pathops/SkPathOpsLine.h', 500 '<(skia_src_path)/pathops/SkPathOpsLine.h',
499 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 501 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
500 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 502 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
501 '<(skia_src_path)/pathops/SkPathOpsRect.h', 503 '<(skia_src_path)/pathops/SkPathOpsRect.h',
502 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 504 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
503 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 505 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
504 '<(skia_src_path)/pathops/SkPathWriter.h', 506 '<(skia_src_path)/pathops/SkPathWriter.h',
505 '<(skia_src_path)/pathops/SkReduceOrder.h', 507 '<(skia_src_path)/pathops/SkReduceOrder.h',
506 ], 508 ],
507 } 509 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698