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

Side by Side Diff: gyp/core.gypi

Issue 1722703003: Move SkUtils.h to src/core. (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 | « gyp/animator.gyp ('k') | gyp/views.gyp » ('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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 '<(skia_src_path)/core/SkTraceEventCommon.h', 294 '<(skia_src_path)/core/SkTraceEventCommon.h',
295 '<(skia_src_path)/core/SkTSearch.cpp', 295 '<(skia_src_path)/core/SkTSearch.cpp',
296 '<(skia_src_path)/core/SkTSort.h', 296 '<(skia_src_path)/core/SkTSort.h',
297 '<(skia_src_path)/core/SkTTopoSort.h', 297 '<(skia_src_path)/core/SkTTopoSort.h',
298 '<(skia_src_path)/core/SkTypeface.cpp', 298 '<(skia_src_path)/core/SkTypeface.cpp',
299 '<(skia_src_path)/core/SkTypefaceCache.cpp', 299 '<(skia_src_path)/core/SkTypefaceCache.cpp',
300 '<(skia_src_path)/core/SkTypefaceCache.h', 300 '<(skia_src_path)/core/SkTypefaceCache.h',
301 '<(skia_src_path)/core/SkTypefacePriv.h', 301 '<(skia_src_path)/core/SkTypefacePriv.h',
302 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 302 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
303 '<(skia_src_path)/core/SkUtils.cpp', 303 '<(skia_src_path)/core/SkUtils.cpp',
304 '<(skia_src_path)/core/SkUtils.h',
304 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 305 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
305 '<(skia_src_path)/core/SkValidatingReadBuffer.h', 306 '<(skia_src_path)/core/SkValidatingReadBuffer.h',
306 '<(skia_src_path)/core/SkValidationUtils.h', 307 '<(skia_src_path)/core/SkValidationUtils.h',
307 '<(skia_src_path)/core/SkVarAlloc.cpp', 308 '<(skia_src_path)/core/SkVarAlloc.cpp',
308 '<(skia_src_path)/core/SkVertState.cpp', 309 '<(skia_src_path)/core/SkVertState.cpp',
309 '<(skia_src_path)/core/SkWriteBuffer.cpp', 310 '<(skia_src_path)/core/SkWriteBuffer.cpp',
310 '<(skia_src_path)/core/SkWriter32.cpp', 311 '<(skia_src_path)/core/SkWriter32.cpp',
311 '<(skia_src_path)/core/SkXfermode.cpp', 312 '<(skia_src_path)/core/SkXfermode.cpp',
312 '<(skia_src_path)/core/SkXfermode4f.cpp', 313 '<(skia_src_path)/core/SkXfermode4f.cpp',
313 '<(skia_src_path)/core/SkXfermodeU64.cpp', 314 '<(skia_src_path)/core/SkXfermodeU64.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 '<(skia_include_path)/core/SkString.h', 391 '<(skia_include_path)/core/SkString.h',
391 '<(skia_include_path)/core/SkStrokeRec.h', 392 '<(skia_include_path)/core/SkStrokeRec.h',
392 '<(skia_include_path)/core/SkSurface.h', 393 '<(skia_include_path)/core/SkSurface.h',
393 '<(skia_include_path)/core/SkTRegistry.h', 394 '<(skia_include_path)/core/SkTRegistry.h',
394 '<(skia_include_path)/core/SkTextBlob.h', 395 '<(skia_include_path)/core/SkTextBlob.h',
395 '<(skia_include_path)/core/SkTime.h', 396 '<(skia_include_path)/core/SkTime.h',
396 '<(skia_include_path)/core/SkTLazy.h', 397 '<(skia_include_path)/core/SkTLazy.h',
397 '<(skia_include_path)/core/SkTypeface.h', 398 '<(skia_include_path)/core/SkTypeface.h',
398 '<(skia_include_path)/core/SkTypes.h', 399 '<(skia_include_path)/core/SkTypes.h',
399 '<(skia_include_path)/core/SkUnPreMultiply.h', 400 '<(skia_include_path)/core/SkUnPreMultiply.h',
400 '<(skia_include_path)/core/SkUtils.h',
401 '<(skia_include_path)/core/SkWriter32.h', 401 '<(skia_include_path)/core/SkWriter32.h',
402 '<(skia_include_path)/core/SkXfermode.h', 402 '<(skia_include_path)/core/SkXfermode.h',
403 403
404 # private 404 # private
405 '<(skia_include_path)/private/SkAtomics.h', 405 '<(skia_include_path)/private/SkAtomics.h',
406 '<(skia_include_path)/private/SkChecksum.h', 406 '<(skia_include_path)/private/SkChecksum.h',
407 '<(skia_include_path)/private/SkFloatBits.h', 407 '<(skia_include_path)/private/SkFloatBits.h',
408 '<(skia_include_path)/private/SkFloatingPoint.h', 408 '<(skia_include_path)/private/SkFloatingPoint.h',
409 '<(skia_include_path)/private/SkGpuFenceSync.h', 409 '<(skia_include_path)/private/SkGpuFenceSync.h',
410 '<(skia_include_path)/private/SkMiniRecorder.h', 410 '<(skia_include_path)/private/SkMiniRecorder.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 '<(skia_src_path)/pathops/SkPathOpsLine.h', 481 '<(skia_src_path)/pathops/SkPathOpsLine.h',
482 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 482 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
483 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 483 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
484 '<(skia_src_path)/pathops/SkPathOpsRect.h', 484 '<(skia_src_path)/pathops/SkPathOpsRect.h',
485 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 485 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
486 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 486 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
487 '<(skia_src_path)/pathops/SkPathWriter.h', 487 '<(skia_src_path)/pathops/SkPathWriter.h',
488 '<(skia_src_path)/pathops/SkReduceOrder.h', 488 '<(skia_src_path)/pathops/SkReduceOrder.h',
489 ], 489 ],
490 } 490 }
OLDNEW
« no previous file with comments | « gyp/animator.gyp ('k') | gyp/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698