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

Side by Side Diff: gyp/core.gypi

Issue 1839653002: Make SkFixed private. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 8 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 | include/core/SkFixed.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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 '<(skia_include_path)/core/SkColorFilter.h', 346 '<(skia_include_path)/core/SkColorFilter.h',
347 '<(skia_include_path)/core/SkColorPriv.h', 347 '<(skia_include_path)/core/SkColorPriv.h',
348 '<(skia_include_path)/core/SkData.h', 348 '<(skia_include_path)/core/SkData.h',
349 '<(skia_include_path)/core/SkDeque.h', 349 '<(skia_include_path)/core/SkDeque.h',
350 '<(skia_include_path)/core/SkDevice.h', 350 '<(skia_include_path)/core/SkDevice.h',
351 '<(skia_include_path)/core/SkDraw.h', 351 '<(skia_include_path)/core/SkDraw.h',
352 '<(skia_include_path)/core/SkDrawable.h', 352 '<(skia_include_path)/core/SkDrawable.h',
353 '<(skia_include_path)/core/SkDrawFilter.h', 353 '<(skia_include_path)/core/SkDrawFilter.h',
354 '<(skia_include_path)/core/SkDrawLooper.h', 354 '<(skia_include_path)/core/SkDrawLooper.h',
355 '<(skia_include_path)/core/SkError.h', 355 '<(skia_include_path)/core/SkError.h',
356 '<(skia_include_path)/core/SkFixed.h',
357 '<(skia_include_path)/core/SkFlattenable.h', 356 '<(skia_include_path)/core/SkFlattenable.h',
358 '<(skia_include_path)/core/SkFlattenableSerialization.h', 357 '<(skia_include_path)/core/SkFlattenableSerialization.h',
359 '<(skia_include_path)/core/SkFontHost.h', 358 '<(skia_include_path)/core/SkFontHost.h',
360 '<(skia_include_path)/core/SkFontStyle.h', 359 '<(skia_include_path)/core/SkFontStyle.h',
361 '<(skia_include_path)/core/SkGraphics.h', 360 '<(skia_include_path)/core/SkGraphics.h',
362 '<(skia_include_path)/core/SkImage.h', 361 '<(skia_include_path)/core/SkImage.h',
363 '<(skia_include_path)/core/SkImageEncoder.h', 362 '<(skia_include_path)/core/SkImageEncoder.h',
364 '<(skia_include_path)/core/SkImageFilter.h', 363 '<(skia_include_path)/core/SkImageFilter.h',
365 '<(skia_include_path)/core/SkImageInfo.h', 364 '<(skia_include_path)/core/SkImageInfo.h',
366 '<(skia_include_path)/core/SkMallocPixelRef.h', 365 '<(skia_include_path)/core/SkMallocPixelRef.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '<(skia_include_path)/core/SkTLazy.h', 399 '<(skia_include_path)/core/SkTLazy.h',
401 '<(skia_include_path)/core/SkTypeface.h', 400 '<(skia_include_path)/core/SkTypeface.h',
402 '<(skia_include_path)/core/SkTypes.h', 401 '<(skia_include_path)/core/SkTypes.h',
403 '<(skia_include_path)/core/SkUnPreMultiply.h', 402 '<(skia_include_path)/core/SkUnPreMultiply.h',
404 '<(skia_include_path)/core/SkWriter32.h', 403 '<(skia_include_path)/core/SkWriter32.h',
405 '<(skia_include_path)/core/SkXfermode.h', 404 '<(skia_include_path)/core/SkXfermode.h',
406 405
407 # private 406 # private
408 '<(skia_include_path)/private/SkAtomics.h', 407 '<(skia_include_path)/private/SkAtomics.h',
409 '<(skia_include_path)/private/SkChecksum.h', 408 '<(skia_include_path)/private/SkChecksum.h',
409 '<(skia_include_path)/private/SkFixed.h',
410 '<(skia_include_path)/private/SkFloatBits.h', 410 '<(skia_include_path)/private/SkFloatBits.h',
411 '<(skia_include_path)/private/SkFloatingPoint.h', 411 '<(skia_include_path)/private/SkFloatingPoint.h',
412 '<(skia_include_path)/private/SkGpuFenceSync.h', 412 '<(skia_include_path)/private/SkGpuFenceSync.h',
413 '<(skia_include_path)/private/SkMiniRecorder.h', 413 '<(skia_include_path)/private/SkMiniRecorder.h',
414 '<(skia_include_path)/private/SkMutex.h', 414 '<(skia_include_path)/private/SkMutex.h',
415 '<(skia_include_path)/private/SkOnce.h', 415 '<(skia_include_path)/private/SkOnce.h',
416 '<(skia_include_path)/private/SkOncePtr.h', 416 '<(skia_include_path)/private/SkOncePtr.h',
417 '<(skia_include_path)/private/SkRecords.h', 417 '<(skia_include_path)/private/SkRecords.h',
418 '<(skia_include_path)/private/SkSemaphore.h', 418 '<(skia_include_path)/private/SkSemaphore.h',
419 '<(skia_include_path)/private/SkSpinlock.h', 419 '<(skia_include_path)/private/SkSpinlock.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 '<(skia_src_path)/pathops/SkPathOpsLine.h', 484 '<(skia_src_path)/pathops/SkPathOpsLine.h',
485 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 485 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
486 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 486 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
487 '<(skia_src_path)/pathops/SkPathOpsRect.h', 487 '<(skia_src_path)/pathops/SkPathOpsRect.h',
488 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 488 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
489 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 489 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
490 '<(skia_src_path)/pathops/SkPathWriter.h', 490 '<(skia_src_path)/pathops/SkPathWriter.h',
491 '<(skia_src_path)/pathops/SkReduceOrder.h', 491 '<(skia_src_path)/pathops/SkReduceOrder.h',
492 ], 492 ],
493 } 493 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkFixed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698