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

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: 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', 86 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
87 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', 87 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
88 88
89 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 89 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
90 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 90 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
91 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 91 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
92 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', 92 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
93 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 93 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
94 '../third_party/skia/src/ports/SkFontHost_win.cpp', 94 '../third_party/skia/src/ports/SkFontHost_win.cpp',
95 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', 95 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
96 #'../third_party/skia/src/ports/SkFontMgr_default_dw.cpp',
96 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', 97 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
97 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 98 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
98 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 99 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
99 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 100 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
100 '../third_party/skia/src/ports/SkOSFile_win.cpp', 101 '../third_party/skia/src/ports/SkOSFile_win.cpp',
101 '../third_party/skia/src/ports/SkThread_pthread.cpp',
bungeman-chromium 2013/09/26 22:42:46 The changes to this file would have to be done wit
102 '../third_party/skia/src/ports/SkThread_win.cpp',
103 '../third_party/skia/src/ports/SkTime_Unix.cpp', 102 '../third_party/skia/src/ports/SkTime_Unix.cpp',
104 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 103 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
105 '../third_party/skia/src/ports/SkTLS_win.cpp', 104 '../third_party/skia/src/ports/SkTLS_win.cpp',
106 105
107 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 106 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
108 '../third_party/skia/src/sfnt/SkOTTable_name.h', 107 '../third_party/skia/src/sfnt/SkOTTable_name.h',
109 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 108 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
110 '../third_party/skia/src/sfnt/SkOTUtils.h', 109 '../third_party/skia/src/sfnt/SkOTUtils.h',
111 110
112 '../third_party/skia/include/utils/mac/SkCGUtils.h', 111 '../third_party/skia/include/utils/mac/SkCGUtils.h',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 365 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
367 ], 366 ],
368 }, 367 },
369 'sources': [ 368 'sources': [
370 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', 369 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
371 ], 370 ],
372 }], 371 }],
373 [ 'OS == "win"', { 372 [ 'OS == "win"', {
374 'sources!': [ 373 'sources!': [
375 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 374 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
376 '../third_party/skia/src/ports/SkThread_pthread.cpp',
377 '../third_party/skia/src/ports/SkTime_Unix.cpp', 375 '../third_party/skia/src/ports/SkTime_Unix.cpp',
378 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 376 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
379 ], 377 ],
380 'include_dirs': [ 378 'include_dirs': [
381 '../third_party/skia/include/utils/win', 379 '../third_party/skia/include/utils/win',
382 '../third_party/skia/src/utils/win', 380 '../third_party/skia/src/utils/win',
383 ], 381 ],
384 'defines': [ 382 'defines': [
385 'SK_FONTHOST_USES_FONTMGR', 383 'SK_FONTHOST_USES_FONTMGR',
386 ], 384 ],
387 },{ # not 'OS == "win"' 385 },{ # not 'OS == "win"'
388 'sources!': [ 386 'sources!': [
389 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', 387 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
388 '../third_party/skia/src/ports/SkFontMgr_default_dw.cpp',
djsollen 2013/09/27 13:52:25 seems like this is unrelated to the rest of the CL
bungeman-skia 2013/09/27 17:59:13 Yes, I suppose I should remove these for this CL.
390 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', 389 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
391 390
392 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', 391 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp',
393 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.h', 392 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.h',
394 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp', 393 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp',
395 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.h', 394 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.h',
396 '../third_party/skia/src/utils/win/SkHRESULT.cpp', 395 '../third_party/skia/src/utils/win/SkHRESULT.cpp',
397 ], 396 ],
398 }], 397 }],
399 # TODO(scottmg): http://crbug.com/177306 398 # TODO(scottmg): http://crbug.com/177306
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 '../third_party/skia/include/pathops', 458 '../third_party/skia/include/pathops',
460 '../third_party/skia/include/pipe', 459 '../third_party/skia/include/pipe',
461 '../third_party/skia/include/ports', 460 '../third_party/skia/include/ports',
462 '../third_party/skia/include/utils', 461 '../third_party/skia/include/utils',
463 ], 462 ],
464 'defines': [ 463 'defines': [
465 '<@(skia_export_defines)', 464 '<@(skia_export_defines)',
466 ], 465 ],
467 }, 466 },
468 } 467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698