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

Side by Side Diff: skia/skia_library.gypi

Issue 106903014: Revert of Updated Khronos GLES2 headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « skia/config/SkUserConfig.h ('k') | third_party/khronos/GLES2/gl2.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gypi file contains the Skia library. 6 # This gypi file contains the Skia library.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. 8 # the Chrome-specific enhancements but in all other cases it is a separate lib.
9 9
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
48 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', 48 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
49 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 49 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
50 '../third_party/skia/src/ports/SkFontHost_win.cpp', 50 '../third_party/skia/src/ports/SkFontHost_win.cpp',
51 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', 51 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
52 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', 52 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
53 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 53 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
54 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 54 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
55 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 55 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
56 '../third_party/skia/src/ports/SkOSFile_win.cpp', 56 '../third_party/skia/src/ports/SkOSFile_win.cpp',
57 '../third_party/skia/src/ports/SkThread_pthread.cpp',
58 '../third_party/skia/src/ports/SkThread_win.cpp',
57 '../third_party/skia/src/ports/SkTime_Unix.cpp', 59 '../third_party/skia/src/ports/SkTime_Unix.cpp',
58 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 60 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
59 '../third_party/skia/src/ports/SkTLS_win.cpp', 61 '../third_party/skia/src/ports/SkTLS_win.cpp',
60 62
61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 63 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
62 '../third_party/skia/src/sfnt/SkOTTable_name.h', 64 '../third_party/skia/src/sfnt/SkOTTable_name.h',
63 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 65 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
64 '../third_party/skia/src/sfnt/SkOTUtils.h', 66 '../third_party/skia/src/sfnt/SkOTUtils.h',
65 67
66 '../third_party/skia/include/utils/mac/SkCGUtils.h', 68 '../third_party/skia/include/utils/mac/SkCGUtils.h',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 263 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
262 ], 264 ],
263 }, 265 },
264 'sources': [ 266 'sources': [
265 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', 267 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
266 ], 268 ],
267 }], 269 }],
268 [ 'OS == "win"', { 270 [ 'OS == "win"', {
269 'sources!': [ 271 'sources!': [
270 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 272 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
273 '../third_party/skia/src/ports/SkThread_pthread.cpp',
271 '../third_party/skia/src/ports/SkTime_Unix.cpp', 274 '../third_party/skia/src/ports/SkTime_Unix.cpp',
272 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 275 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
273 ], 276 ],
274 'include_dirs': [ 277 'include_dirs': [
275 '../third_party/skia/include/utils/win', 278 '../third_party/skia/include/utils/win',
276 '../third_party/skia/src/utils/win', 279 '../third_party/skia/src/utils/win',
277 ], 280 ],
278 },{ # not 'OS == "win"' 281 },{ # not 'OS == "win"'
279 'sources!': [ 282 'sources!': [
280 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', 283 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 '../third_party/skia/include/pdf', 325 '../third_party/skia/include/pdf',
323 '../third_party/skia/include/gpu', 326 '../third_party/skia/include/gpu',
324 '../third_party/skia/include/lazy', 327 '../third_party/skia/include/lazy',
325 '../third_party/skia/include/pathops', 328 '../third_party/skia/include/pathops',
326 '../third_party/skia/include/pipe', 329 '../third_party/skia/include/pipe',
327 '../third_party/skia/include/ports', 330 '../third_party/skia/include/ports',
328 '../third_party/skia/include/utils', 331 '../third_party/skia/include/utils',
329 ], 332 ],
330 }, 333 },
331 } 334 }
OLDNEW
« no previous file with comments | « skia/config/SkUserConfig.h ('k') | third_party/khronos/GLES2/gl2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698