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

Side by Side Diff: gyp/utils.gypi

Issue 1408213005: Remove SkThread::setProcessorAffinity() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gAdds Created 5 years, 2 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/utils.gyp ('k') | src/utils/SkThreadUtils.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 'utils' files 5 # Include this gypi to include all 'utils' 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp', 89 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp',
90 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h', 90 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h',
91 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h', 91 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h',
92 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp', 92 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp',
93 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h', 93 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h',
94 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp', 94 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp',
95 '<(skia_src_path)/utils/SkTextureCompressor_LATC.h', 95 '<(skia_src_path)/utils/SkTextureCompressor_LATC.h',
96 '<(skia_src_path)/utils/SkThreadUtils.h', 96 '<(skia_src_path)/utils/SkThreadUtils.h',
97 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp', 97 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp',
98 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', 98 '<(skia_src_path)/utils/SkThreadUtils_pthread.h',
99 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp',
100 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp',
101 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp',
102 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', 99 '<(skia_src_path)/utils/SkThreadUtils_win.cpp',
103 '<(skia_src_path)/utils/SkThreadUtils_win.h', 100 '<(skia_src_path)/utils/SkThreadUtils_win.h',
104 '<(skia_src_path)/utils/SkTFitsIn.h', 101 '<(skia_src_path)/utils/SkTFitsIn.h',
105 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp', 102 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp',
106 103
107 #mac 104 #mac
108 '<(skia_include_path)/utils/mac/SkCGUtils.h', 105 '<(skia_include_path)/utils/mac/SkCGUtils.h',
109 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', 106 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
110 107
111 #windows 108 #windows
(...skipping 15 matching lines...) Expand all
127 124
128 #testing 125 #testing
129 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 126 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
130 '<(skia_src_path)/fonts/SkGScalerContext.h', 127 '<(skia_src_path)/fonts/SkGScalerContext.h',
131 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 128 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
132 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 129 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
133 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 130 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
134 '<(skia_src_path)/fonts/SkTestScalerContext.h', 131 '<(skia_src_path)/fonts/SkTestScalerContext.h',
135 ], 132 ],
136 } 133 }
OLDNEW
« no previous file with comments | « gyp/utils.gyp ('k') | src/utils/SkThreadUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698