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

Side by Side Diff: gyp/ports.gyp

Issue 1538863002: Enable NVPR with command buffer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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/gpu/gl/command_buffer/SkCommandBufferGLContext.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 # Port-specific Skia library code. 5 # Port-specific Skia library code.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'ports', 9 'target_name': 'ports',
10 'product_name': 'skia_ports', 10 'product_name': 'skia_ports',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../src/ports/SkFontMgr_win_dw_factory.cpp', 42 '../src/ports/SkFontMgr_win_dw_factory.cpp',
43 '../src/ports/SkFontMgr_win_gdi_factory.cpp', 43 '../src/ports/SkFontMgr_win_gdi_factory.cpp',
44 '../src/ports/SkRemotableFontMgr_win_dw.cpp', 44 '../src/ports/SkRemotableFontMgr_win_dw.cpp',
45 '../src/ports/SkScalerContext_win_dw.cpp', 45 '../src/ports/SkScalerContext_win_dw.cpp',
46 '../src/ports/SkScalerContext_win_dw.h', 46 '../src/ports/SkScalerContext_win_dw.h',
47 '../src/ports/SkTypeface_win_dw.cpp', 47 '../src/ports/SkTypeface_win_dw.cpp',
48 '../src/ports/SkTypeface_win_dw.h', 48 '../src/ports/SkTypeface_win_dw.h',
49 49
50 '../src/ports/SkGlobalInitialization_default.cpp', 50 '../src/ports/SkGlobalInitialization_default.cpp',
51 '../src/ports/SkMemory_malloc.cpp', 51 '../src/ports/SkMemory_malloc.cpp',
52 '../src/ports/SkOSEnvironment.h',
53 '../src/ports/SkOSEnvironment.cpp',
52 '../src/ports/SkOSFile_posix.cpp', 54 '../src/ports/SkOSFile_posix.cpp',
53 '../src/ports/SkOSFile_stdio.cpp', 55 '../src/ports/SkOSFile_stdio.cpp',
54 '../src/ports/SkOSFile_win.cpp', 56 '../src/ports/SkOSFile_win.cpp',
55 '../src/ports/SkOSLibrary.h', 57 '../src/ports/SkOSLibrary.h',
56 '../src/ports/SkOSLibrary_posix.cpp', 58 '../src/ports/SkOSLibrary_posix.cpp',
57 '../src/ports/SkOSLibrary_win.cpp', 59 '../src/ports/SkOSLibrary_win.cpp',
58 '../src/ports/SkDiscardableMemory_none.cpp', 60 '../src/ports/SkDiscardableMemory_none.cpp',
59 '../src/ports/SkTime_Unix.cpp', 61 '../src/ports/SkTime_Unix.cpp',
60 '../src/ports/SkTime_win.cpp', 62 '../src/ports/SkTime_win.cpp',
61 '../src/ports/SkTLS_pthread.cpp', 63 '../src/ports/SkTLS_pthread.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 }], 213 }],
212 ], 214 ],
213 'direct_dependent_settings': { 215 'direct_dependent_settings': {
214 'include_dirs': [ 216 'include_dirs': [
215 '../include/ports', 217 '../include/ports',
216 ], 218 ],
217 }, 219 },
218 }, 220 },
219 ], 221 ],
220 } 222 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698