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

Side by Side Diff: gyp/core.gypi

Issue 1697523003: make SkComposeShader.h private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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/composeshader.cpp ('k') | include/core/SkComposeShader.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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 '<(skia_include_path)/core/SkBBHFactory.h', 325 '<(skia_include_path)/core/SkBBHFactory.h',
326 '<(skia_include_path)/core/SkBitmap.h', 326 '<(skia_include_path)/core/SkBitmap.h',
327 '<(skia_include_path)/core/SkBitmapDevice.h', 327 '<(skia_include_path)/core/SkBitmapDevice.h',
328 '<(skia_include_path)/core/SkBlitRow.h', 328 '<(skia_include_path)/core/SkBlitRow.h',
329 '<(skia_include_path)/core/SkCanvas.h', 329 '<(skia_include_path)/core/SkCanvas.h',
330 '<(skia_include_path)/core/SkChunkAlloc.h', 330 '<(skia_include_path)/core/SkChunkAlloc.h',
331 '<(skia_include_path)/core/SkClipStack.h', 331 '<(skia_include_path)/core/SkClipStack.h',
332 '<(skia_include_path)/core/SkColor.h', 332 '<(skia_include_path)/core/SkColor.h',
333 '<(skia_include_path)/core/SkColorFilter.h', 333 '<(skia_include_path)/core/SkColorFilter.h',
334 '<(skia_include_path)/core/SkColorPriv.h', 334 '<(skia_include_path)/core/SkColorPriv.h',
335 '<(skia_include_path)/core/SkComposeShader.h',
336 '<(skia_include_path)/core/SkData.h', 335 '<(skia_include_path)/core/SkData.h',
337 '<(skia_include_path)/core/SkDeque.h', 336 '<(skia_include_path)/core/SkDeque.h',
338 '<(skia_include_path)/core/SkDevice.h', 337 '<(skia_include_path)/core/SkDevice.h',
339 '<(skia_include_path)/core/SkDraw.h', 338 '<(skia_include_path)/core/SkDraw.h',
340 '<(skia_include_path)/core/SkDrawable.h', 339 '<(skia_include_path)/core/SkDrawable.h',
341 '<(skia_include_path)/core/SkDrawFilter.h', 340 '<(skia_include_path)/core/SkDrawFilter.h',
342 '<(skia_include_path)/core/SkDrawLooper.h', 341 '<(skia_include_path)/core/SkDrawLooper.h',
343 '<(skia_include_path)/core/SkError.h', 342 '<(skia_include_path)/core/SkError.h',
344 '<(skia_include_path)/core/SkFixed.h', 343 '<(skia_include_path)/core/SkFixed.h',
345 '<(skia_include_path)/core/SkFlattenable.h', 344 '<(skia_include_path)/core/SkFlattenable.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 '<(skia_src_path)/pathops/SkPathOpsLine.h', 475 '<(skia_src_path)/pathops/SkPathOpsLine.h',
477 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 476 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
478 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 477 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
479 '<(skia_src_path)/pathops/SkPathOpsRect.h', 478 '<(skia_src_path)/pathops/SkPathOpsRect.h',
480 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 479 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
481 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 480 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
482 '<(skia_src_path)/pathops/SkPathWriter.h', 481 '<(skia_src_path)/pathops/SkPathWriter.h',
483 '<(skia_src_path)/pathops/SkReduceOrder.h', 482 '<(skia_src_path)/pathops/SkReduceOrder.h',
484 ], 483 ],
485 } 484 }
OLDNEW
« no previous file with comments | « gm/composeshader.cpp ('k') | include/core/SkComposeShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698