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

Side by Side Diff: gyp/core.gypi

Issue 2224163005: Made shadows blurry (thru implementing variance mapping) (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Trying different include path Created 4 years, 3 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 | « gm/shadowmaps.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »
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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 '<(skia_include_path)/private/SkChecksum.h', 436 '<(skia_include_path)/private/SkChecksum.h',
437 '<(skia_include_path)/private/SkFixed.h', 437 '<(skia_include_path)/private/SkFixed.h',
438 '<(skia_include_path)/private/SkFloatBits.h', 438 '<(skia_include_path)/private/SkFloatBits.h',
439 '<(skia_include_path)/private/SkFloatingPoint.h', 439 '<(skia_include_path)/private/SkFloatingPoint.h',
440 '<(skia_include_path)/private/SkGpuFenceSync.h', 440 '<(skia_include_path)/private/SkGpuFenceSync.h',
441 '<(skia_include_path)/private/SkMiniRecorder.h', 441 '<(skia_include_path)/private/SkMiniRecorder.h',
442 '<(skia_include_path)/private/SkMutex.h', 442 '<(skia_include_path)/private/SkMutex.h',
443 '<(skia_include_path)/private/SkOnce.h', 443 '<(skia_include_path)/private/SkOnce.h',
444 '<(skia_include_path)/private/SkRecords.h', 444 '<(skia_include_path)/private/SkRecords.h',
445 '<(skia_include_path)/private/SkSemaphore.h', 445 '<(skia_include_path)/private/SkSemaphore.h',
446 '<(skia_include_path)/private/SkShadowParams.h',
446 '<(skia_include_path)/private/SkSpinlock.h', 447 '<(skia_include_path)/private/SkSpinlock.h',
447 '<(skia_include_path)/private/SkTemplates.h', 448 '<(skia_include_path)/private/SkTemplates.h',
448 '<(skia_include_path)/private/SkTArray.h', 449 '<(skia_include_path)/private/SkTArray.h',
449 '<(skia_include_path)/private/SkTDArray.h', 450 '<(skia_include_path)/private/SkTDArray.h',
450 '<(skia_include_path)/private/SkTFitsIn.h', 451 '<(skia_include_path)/private/SkTFitsIn.h',
451 '<(skia_include_path)/private/SkTHash.h', 452 '<(skia_include_path)/private/SkTHash.h',
452 '<(skia_include_path)/private/SkThreadID.h', 453 '<(skia_include_path)/private/SkThreadID.h',
453 '<(skia_include_path)/private/SkTDict.h', 454 '<(skia_include_path)/private/SkTDict.h',
454 '<(skia_include_path)/private/SkTSearch.h', 455 '<(skia_include_path)/private/SkTSearch.h',
455 '<(skia_include_path)/private/SkTLogic.h', 456 '<(skia_include_path)/private/SkTLogic.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '<(skia_src_path)/pathops/SkPathOpsLine.h', 512 '<(skia_src_path)/pathops/SkPathOpsLine.h',
512 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 513 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
513 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 514 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
514 '<(skia_src_path)/pathops/SkPathOpsRect.h', 515 '<(skia_src_path)/pathops/SkPathOpsRect.h',
515 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 516 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
516 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 517 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
517 '<(skia_src_path)/pathops/SkPathWriter.h', 518 '<(skia_src_path)/pathops/SkPathWriter.h',
518 '<(skia_src_path)/pathops/SkReduceOrder.h', 519 '<(skia_src_path)/pathops/SkReduceOrder.h',
519 ], 520 ],
520 } 521 }
OLDNEW
« no previous file with comments | « gm/shadowmaps.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698