| OLD | NEW |
| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_gdi.cpp', | 96 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', |
| 97 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', | 97 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', |
| 98 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 98 '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
| 99 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', | 99 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', |
| 100 '../third_party/skia/src/ports/SkOSFile_win.cpp', | 100 '../third_party/skia/src/ports/SkOSFile_win.cpp', |
| 101 '../third_party/skia/src/ports/SkThread_pthread.cpp', | |
| 102 '../third_party/skia/src/ports/SkThread_win.cpp', | |
| 103 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 101 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
| 104 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 102 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
| 105 '../third_party/skia/src/ports/SkTLS_win.cpp', | 103 '../third_party/skia/src/ports/SkTLS_win.cpp', |
| 106 | 104 |
| 107 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', | 105 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', |
| 108 '../third_party/skia/src/sfnt/SkOTTable_name.h', | 106 '../third_party/skia/src/sfnt/SkOTTable_name.h', |
| 109 '../third_party/skia/src/sfnt/SkOTUtils.cpp', | 107 '../third_party/skia/src/sfnt/SkOTUtils.cpp', |
| 110 '../third_party/skia/src/sfnt/SkOTUtils.h', | 108 '../third_party/skia/src/sfnt/SkOTUtils.h', |
| 111 | 109 |
| 112 '../third_party/skia/include/utils/mac/SkCGUtils.h', | 110 '../third_party/skia/include/utils/mac/SkCGUtils.h', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 '../third_party/skia/include/images/SkImageRef.h', | 143 '../third_party/skia/include/images/SkImageRef.h', |
| 146 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', | 144 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', |
| 147 '../third_party/skia/include/images/SkMovie.h', | 145 '../third_party/skia/include/images/SkMovie.h', |
| 148 '../third_party/skia/include/images/SkPageFlipper.h', | 146 '../third_party/skia/include/images/SkPageFlipper.h', |
| 149 | 147 |
| 150 '../third_party/skia/include/utils/SkNullCanvas.h', | 148 '../third_party/skia/include/utils/SkNullCanvas.h', |
| 151 '../third_party/skia/include/utils/SkPictureUtils.h', | 149 '../third_party/skia/include/utils/SkPictureUtils.h', |
| 152 '../third_party/skia/include/utils/SkProxyCanvas.h', | 150 '../third_party/skia/include/utils/SkProxyCanvas.h', |
| 153 ], | 151 ], |
| 154 'include_dirs': [ | 152 'include_dirs': [ |
| 155 '..', | |
| 156 'config', | |
| 157 '../third_party/skia/include/config', | 153 '../third_party/skia/include/config', |
| 158 '../third_party/skia/include/core', | 154 '../third_party/skia/include/core', |
| 159 '../third_party/skia/include/effects', | 155 '../third_party/skia/include/effects', |
| 160 '../third_party/skia/include/images', | 156 '../third_party/skia/include/images', |
| 161 '../third_party/skia/include/lazy', | 157 '../third_party/skia/include/lazy', |
| 162 '../third_party/skia/include/pathops', | 158 '../third_party/skia/include/pathops', |
| 163 '../third_party/skia/include/pdf', | 159 '../third_party/skia/include/pdf', |
| 164 '../third_party/skia/include/pipe', | 160 '../third_party/skia/include/pipe', |
| 165 '../third_party/skia/include/ports', | 161 '../third_party/skia/include/ports', |
| 166 '../third_party/skia/include/utils', | 162 '../third_party/skia/include/utils', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 362 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 367 ], | 363 ], |
| 368 }, | 364 }, |
| 369 'sources': [ | 365 'sources': [ |
| 370 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', | 366 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', |
| 371 ], | 367 ], |
| 372 }], | 368 }], |
| 373 [ 'OS == "win"', { | 369 [ 'OS == "win"', { |
| 374 'sources!': [ | 370 'sources!': [ |
| 375 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 371 '../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', | 372 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
| 378 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 373 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
| 379 ], | 374 ], |
| 380 'include_dirs': [ | 375 'include_dirs': [ |
| 381 '../third_party/skia/include/utils/win', | 376 '../third_party/skia/include/utils/win', |
| 382 '../third_party/skia/src/utils/win', | 377 '../third_party/skia/src/utils/win', |
| 383 ], | 378 ], |
| 384 'defines': [ | 379 'defines': [ |
| 385 'SK_FONTHOST_USES_FONTMGR', | 380 'SK_FONTHOST_USES_FONTMGR', |
| 386 ], | 381 ], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS', | 437 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS', |
| 443 | 438 |
| 444 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)', | 439 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)', |
| 445 ], | 440 ], |
| 446 | 441 |
| 447 'direct_dependent_settings': { | 442 'direct_dependent_settings': { |
| 448 'include_dirs': [ | 443 'include_dirs': [ |
| 449 #temporary until we can hide SkFontHost | 444 #temporary until we can hide SkFontHost |
| 450 '../third_party/skia/src/core', | 445 '../third_party/skia/src/core', |
| 451 | 446 |
| 452 'config', | |
| 453 '../third_party/skia/include/config', | 447 '../third_party/skia/include/config', |
| 454 '../third_party/skia/include/core', | 448 '../third_party/skia/include/core', |
| 455 '../third_party/skia/include/effects', | 449 '../third_party/skia/include/effects', |
| 456 '../third_party/skia/include/pdf', | 450 '../third_party/skia/include/pdf', |
| 457 '../third_party/skia/include/gpu', | 451 '../third_party/skia/include/gpu', |
| 458 '../third_party/skia/include/lazy', | 452 '../third_party/skia/include/lazy', |
| 459 '../third_party/skia/include/pathops', | 453 '../third_party/skia/include/pathops', |
| 460 '../third_party/skia/include/pipe', | 454 '../third_party/skia/include/pipe', |
| 461 '../third_party/skia/include/ports', | 455 '../third_party/skia/include/ports', |
| 462 '../third_party/skia/include/utils', | 456 '../third_party/skia/include/utils', |
| 463 ], | 457 ], |
| 464 'defines': [ | 458 'defines': [ |
| 465 '<@(skia_export_defines)', | 459 '<@(skia_export_defines)', |
| 466 ], | 460 ], |
| 467 }, | 461 }, |
| 468 } | 462 } |
| OLD | NEW |