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

Side by Side Diff: gyp/core.gypi

Issue 2146073003: Creating framework for drawShadowedPicture (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Made changes to better hide changes from public Created 4 years, 5 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 '<(skia_include_path)/core/SkSwizzle.h', 409 '<(skia_include_path)/core/SkSwizzle.h',
410 '<(skia_include_path)/core/SkTRegistry.h', 410 '<(skia_include_path)/core/SkTRegistry.h',
411 '<(skia_include_path)/core/SkTextBlob.h', 411 '<(skia_include_path)/core/SkTextBlob.h',
412 '<(skia_include_path)/core/SkTime.h', 412 '<(skia_include_path)/core/SkTime.h',
413 '<(skia_include_path)/core/SkTLazy.h', 413 '<(skia_include_path)/core/SkTLazy.h',
414 '<(skia_include_path)/core/SkTypeface.h', 414 '<(skia_include_path)/core/SkTypeface.h',
415 '<(skia_include_path)/core/SkTypes.h', 415 '<(skia_include_path)/core/SkTypes.h',
416 '<(skia_include_path)/core/SkUnPreMultiply.h', 416 '<(skia_include_path)/core/SkUnPreMultiply.h',
417 '<(skia_include_path)/core/SkWriter32.h', 417 '<(skia_include_path)/core/SkWriter32.h',
418 '<(skia_include_path)/core/SkXfermode.h', 418 '<(skia_include_path)/core/SkXfermode.h',
419 '<(skia_src_path)/core/SkShadowShader.h',
420 '<(skia_src_path)/core/SkShadowShader.cpp',
419 421
420 # private 422 # private
421 '<(skia_include_path)/private/SkAtomics.h', 423 '<(skia_include_path)/private/SkAtomics.h',
422 '<(skia_include_path)/private/SkChecksum.h', 424 '<(skia_include_path)/private/SkChecksum.h',
423 '<(skia_include_path)/private/SkFixed.h', 425 '<(skia_include_path)/private/SkFixed.h',
424 '<(skia_include_path)/private/SkFloatBits.h', 426 '<(skia_include_path)/private/SkFloatBits.h',
425 '<(skia_include_path)/private/SkFloatingPoint.h', 427 '<(skia_include_path)/private/SkFloatingPoint.h',
426 '<(skia_include_path)/private/SkGpuFenceSync.h', 428 '<(skia_include_path)/private/SkGpuFenceSync.h',
427 '<(skia_include_path)/private/SkMiniRecorder.h', 429 '<(skia_include_path)/private/SkMiniRecorder.h',
428 '<(skia_include_path)/private/SkMutex.h', 430 '<(skia_include_path)/private/SkMutex.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 '<(skia_src_path)/pathops/SkPathOpsLine.h', 499 '<(skia_src_path)/pathops/SkPathOpsLine.h',
498 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 500 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
499 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 501 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
500 '<(skia_src_path)/pathops/SkPathOpsRect.h', 502 '<(skia_src_path)/pathops/SkPathOpsRect.h',
501 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 503 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
502 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 504 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
503 '<(skia_src_path)/pathops/SkPathWriter.h', 505 '<(skia_src_path)/pathops/SkPathWriter.h',
504 '<(skia_src_path)/pathops/SkReduceOrder.h', 506 '<(skia_src_path)/pathops/SkReduceOrder.h',
505 ], 507 ],
506 } 508 }
OLDNEW
« no previous file with comments | « gyp/common_variables.gypi ('k') | include/core/SkCanvas.h » ('j') | src/core/SkPictureRecord.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698