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

Side by Side Diff: gyp/core.gypi

Issue 1604253002: SkValue: implementation, unit test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: another unit test Created 4 years, 11 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 | src/core/SkValue.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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 '<(skia_src_path)/core/SkTTopoSort.h', 282 '<(skia_src_path)/core/SkTTopoSort.h',
283 '<(skia_src_path)/core/SkTypeface.cpp', 283 '<(skia_src_path)/core/SkTypeface.cpp',
284 '<(skia_src_path)/core/SkTypefaceCache.cpp', 284 '<(skia_src_path)/core/SkTypefaceCache.cpp',
285 '<(skia_src_path)/core/SkTypefaceCache.h', 285 '<(skia_src_path)/core/SkTypefaceCache.h',
286 '<(skia_src_path)/core/SkTypefacePriv.h', 286 '<(skia_src_path)/core/SkTypefacePriv.h',
287 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 287 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
288 '<(skia_src_path)/core/SkUtils.cpp', 288 '<(skia_src_path)/core/SkUtils.cpp',
289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
290 '<(skia_src_path)/core/SkValidatingReadBuffer.h', 290 '<(skia_src_path)/core/SkValidatingReadBuffer.h',
291 '<(skia_src_path)/core/SkValidationUtils.h', 291 '<(skia_src_path)/core/SkValidationUtils.h',
292 '<(skia_src_path)/core/SkValue.cpp',
292 '<(skia_src_path)/core/SkVarAlloc.cpp', 293 '<(skia_src_path)/core/SkVarAlloc.cpp',
293 '<(skia_src_path)/core/SkVertState.cpp', 294 '<(skia_src_path)/core/SkVertState.cpp',
294 '<(skia_src_path)/core/SkWriteBuffer.cpp', 295 '<(skia_src_path)/core/SkWriteBuffer.cpp',
295 '<(skia_src_path)/core/SkWriter32.cpp', 296 '<(skia_src_path)/core/SkWriter32.cpp',
296 '<(skia_src_path)/core/SkXfermode.cpp', 297 '<(skia_src_path)/core/SkXfermode.cpp',
297 '<(skia_src_path)/core/SkXfermode_proccoeff.h', 298 '<(skia_src_path)/core/SkXfermode_proccoeff.h',
298 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', 299 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
299 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 300 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
300 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 301 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
301 '<(skia_src_path)/core/SkYUVPlanesCache.h', 302 '<(skia_src_path)/core/SkYUVPlanesCache.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 '<(skia_src_path)/pathops/SkPathOpsLine.h', 468 '<(skia_src_path)/pathops/SkPathOpsLine.h',
468 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 469 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
469 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 470 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
470 '<(skia_src_path)/pathops/SkPathOpsRect.h', 471 '<(skia_src_path)/pathops/SkPathOpsRect.h',
471 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 472 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
472 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 473 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
473 '<(skia_src_path)/pathops/SkPathWriter.h', 474 '<(skia_src_path)/pathops/SkPathWriter.h',
474 '<(skia_src_path)/pathops/SkReduceOrder.h', 475 '<(skia_src_path)/pathops/SkReduceOrder.h',
475 ], 476 ],
476 } 477 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698