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

Side by Side Diff: gyp/core.gypi

Issue 2128893002: Move sRGB <-> linear conversion components to their own files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clearer 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
« no previous file with comments | « no previous file | src/core/SkColorSpaceXform.cpp » ('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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 '<(skia_src_path)/core/SkStreamPriv.h', 284 '<(skia_src_path)/core/SkStreamPriv.h',
285 '<(skia_src_path)/core/SkString.cpp', 285 '<(skia_src_path)/core/SkString.cpp',
286 '<(skia_src_path)/core/SkStringUtils.cpp', 286 '<(skia_src_path)/core/SkStringUtils.cpp',
287 '<(skia_src_path)/core/SkStroke.h', 287 '<(skia_src_path)/core/SkStroke.h',
288 '<(skia_src_path)/core/SkStroke.cpp', 288 '<(skia_src_path)/core/SkStroke.cpp',
289 '<(skia_src_path)/core/SkStrokeRec.cpp', 289 '<(skia_src_path)/core/SkStrokeRec.cpp',
290 '<(skia_src_path)/core/SkStrokerPriv.cpp', 290 '<(skia_src_path)/core/SkStrokerPriv.cpp',
291 '<(skia_src_path)/core/SkStrokerPriv.h', 291 '<(skia_src_path)/core/SkStrokerPriv.h',
292 '<(skia_src_path)/core/SkSurfacePriv.h', 292 '<(skia_src_path)/core/SkSurfacePriv.h',
293 '<(skia_src_path)/core/SkSwizzle.cpp', 293 '<(skia_src_path)/core/SkSwizzle.cpp',
294 '<(skia_src_path)/core/SkSRGB.cpp',
294 '<(skia_src_path)/core/SkTaskGroup.cpp', 295 '<(skia_src_path)/core/SkTaskGroup.cpp',
295 '<(skia_src_path)/core/SkTaskGroup.h', 296 '<(skia_src_path)/core/SkTaskGroup.h',
296 '<(skia_src_path)/core/SkTDPQueue.h', 297 '<(skia_src_path)/core/SkTDPQueue.h',
297 '<(skia_src_path)/core/SkTDynamicHash.h', 298 '<(skia_src_path)/core/SkTDynamicHash.h',
298 '<(skia_src_path)/core/SkTInternalLList.h', 299 '<(skia_src_path)/core/SkTInternalLList.h',
299 '<(skia_src_path)/core/SkTextBlob.cpp', 300 '<(skia_src_path)/core/SkTextBlob.cpp',
300 '<(skia_src_path)/core/SkTextFormatParams.h', 301 '<(skia_src_path)/core/SkTextFormatParams.h',
301 '<(skia_src_path)/core/SkTextMapStateProc.h', 302 '<(skia_src_path)/core/SkTextMapStateProc.h',
302 '<(skia_src_path)/core/SkTextToPathIter.h', 303 '<(skia_src_path)/core/SkTextToPathIter.h',
303 '<(skia_src_path)/core/SkTime.cpp', 304 '<(skia_src_path)/core/SkTime.cpp',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 '<(skia_src_path)/pathops/SkPathOpsLine.h', 497 '<(skia_src_path)/pathops/SkPathOpsLine.h',
497 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 498 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
498 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 499 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
499 '<(skia_src_path)/pathops/SkPathOpsRect.h', 500 '<(skia_src_path)/pathops/SkPathOpsRect.h',
500 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 501 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
501 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 502 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
502 '<(skia_src_path)/pathops/SkPathWriter.h', 503 '<(skia_src_path)/pathops/SkPathWriter.h',
503 '<(skia_src_path)/pathops/SkReduceOrder.h', 504 '<(skia_src_path)/pathops/SkReduceOrder.h',
504 ], 505 ],
505 } 506 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkColorSpaceXform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698