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

Side by Side Diff: skia/skia_library.gypi

Issue 19477005: Improve Skia configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add missing file. Created 7 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 | Annotate | Revision Log
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 'dependencies': [ 10 'dependencies': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 88 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
89 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', 89 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
90 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 90 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
91 '../third_party/skia/src/ports/SkFontHost_win.cpp', 91 '../third_party/skia/src/ports/SkFontHost_win.cpp',
92 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', 92 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
93 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', 93 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
94 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 94 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
95 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 95 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
96 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 96 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
97 '../third_party/skia/src/ports/SkOSFile_win.cpp', 97 '../third_party/skia/src/ports/SkOSFile_win.cpp',
98 '../third_party/skia/src/ports/SkThread_pthread.cpp',
bungeman-chromium 2013/10/09 21:35:07 Note that aside from these two lines (and the ment
99 '../third_party/skia/src/ports/SkThread_win.cpp',
100 '../third_party/skia/src/ports/SkTime_Unix.cpp', 98 '../third_party/skia/src/ports/SkTime_Unix.cpp',
101 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 99 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
102 '../third_party/skia/src/ports/SkTLS_win.cpp', 100 '../third_party/skia/src/ports/SkTLS_win.cpp',
103 101
104 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 102 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
105 '../third_party/skia/src/sfnt/SkOTTable_name.h', 103 '../third_party/skia/src/sfnt/SkOTTable_name.h',
106 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 104 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
107 '../third_party/skia/src/sfnt/SkOTUtils.h', 105 '../third_party/skia/src/sfnt/SkOTUtils.h',
108 106
109 '../third_party/skia/include/utils/mac/SkCGUtils.h', 107 '../third_party/skia/include/utils/mac/SkCGUtils.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '../third_party/skia/include/images/SkImageRef.h', 140 '../third_party/skia/include/images/SkImageRef.h',
143 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 141 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
144 '../third_party/skia/include/images/SkMovie.h', 142 '../third_party/skia/include/images/SkMovie.h',
145 '../third_party/skia/include/images/SkPageFlipper.h', 143 '../third_party/skia/include/images/SkPageFlipper.h',
146 144
147 '../third_party/skia/include/utils/SkNullCanvas.h', 145 '../third_party/skia/include/utils/SkNullCanvas.h',
148 '../third_party/skia/include/utils/SkPictureUtils.h', 146 '../third_party/skia/include/utils/SkPictureUtils.h',
149 '../third_party/skia/include/utils/SkProxyCanvas.h', 147 '../third_party/skia/include/utils/SkProxyCanvas.h',
150 ], 148 ],
151 'include_dirs': [ 149 'include_dirs': [
152 '..',
153 'config',
154 '../third_party/skia/include/config', 150 '../third_party/skia/include/config',
djsollen 2013/10/11 15:24:08 why do we ever want to include this?
155 '../third_party/skia/include/core', 151 '../third_party/skia/include/core',
156 '../third_party/skia/include/effects', 152 '../third_party/skia/include/effects',
157 '../third_party/skia/include/images', 153 '../third_party/skia/include/images',
158 '../third_party/skia/include/lazy', 154 '../third_party/skia/include/lazy',
159 '../third_party/skia/include/pathops', 155 '../third_party/skia/include/pathops',
160 '../third_party/skia/include/pdf', 156 '../third_party/skia/include/pdf',
161 '../third_party/skia/include/pipe', 157 '../third_party/skia/include/pipe',
162 '../third_party/skia/include/ports', 158 '../third_party/skia/include/ports',
163 '../third_party/skia/include/utils', 159 '../third_party/skia/include/utils',
164 '../third_party/skia/src/core', 160 '../third_party/skia/src/core',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 354 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
359 ], 355 ],
360 }, 356 },
361 'sources': [ 357 'sources': [
362 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', 358 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
363 ], 359 ],
364 }], 360 }],
365 [ 'OS == "win"', { 361 [ 'OS == "win"', {
366 'sources!': [ 362 'sources!': [
367 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 363 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
368 '../third_party/skia/src/ports/SkThread_pthread.cpp',
369 '../third_party/skia/src/ports/SkTime_Unix.cpp', 364 '../third_party/skia/src/ports/SkTime_Unix.cpp',
370 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 365 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
371 ], 366 ],
372 'include_dirs': [ 367 'include_dirs': [
373 '../third_party/skia/include/utils/win', 368 '../third_party/skia/include/utils/win',
374 '../third_party/skia/src/utils/win', 369 '../third_party/skia/src/utils/win',
375 ], 370 ],
376 'defines': [ 371 'defines': [
377 'SK_FONTHOST_USES_FONTMGR', 372 'SK_FONTHOST_USES_FONTMGR',
378 ], 373 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS', 429 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS',
435 430
436 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)', 431 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)',
437 ], 432 ],
438 433
439 'direct_dependent_settings': { 434 'direct_dependent_settings': {
440 'include_dirs': [ 435 'include_dirs': [
441 #temporary until we can hide SkFontHost 436 #temporary until we can hide SkFontHost
442 '../third_party/skia/src/core', 437 '../third_party/skia/src/core',
443 438
444 'config',
445 '../third_party/skia/include/config', 439 '../third_party/skia/include/config',
446 '../third_party/skia/include/core', 440 '../third_party/skia/include/core',
447 '../third_party/skia/include/effects', 441 '../third_party/skia/include/effects',
448 '../third_party/skia/include/pdf', 442 '../third_party/skia/include/pdf',
449 '../third_party/skia/include/gpu', 443 '../third_party/skia/include/gpu',
450 '../third_party/skia/include/lazy', 444 '../third_party/skia/include/lazy',
451 '../third_party/skia/include/pathops', 445 '../third_party/skia/include/pathops',
452 '../third_party/skia/include/pipe', 446 '../third_party/skia/include/pipe',
453 '../third_party/skia/include/ports', 447 '../third_party/skia/include/ports',
454 '../third_party/skia/include/utils', 448 '../third_party/skia/include/utils',
455 ], 449 ],
456 'defines': [ 450 'defines': [
457 '<@(skia_export_defines)', 451 '<@(skia_export_defines)',
458 ], 452 ],
459 }, 453 },
460 } 454 }
OLDNEW
« no previous file with comments | « skia/skia_common.gypi ('k') | skia/skia_library_opts.gyp » ('j') | skia/skia_library_opts.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698