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

Side by Side Diff: skia/skia.gyp

Issue 12391070: Call Skia's version of SkFontHost_fontconfig (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « skia/ext/skia_utils_base.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'ext/platform_device.cc', 175 'ext/platform_device.cc',
176 'ext/platform_device.h', 176 'ext/platform_device.h',
177 'ext/platform_device_linux.cc', 177 'ext/platform_device_linux.cc',
178 'ext/platform_device_mac.cc', 178 'ext/platform_device_mac.cc',
179 'ext/platform_device_win.cc', 179 'ext/platform_device_win.cc',
180 'ext/refptr.h', 180 'ext/refptr.h',
181 'ext/SkMemory_new_handler.cpp', 181 'ext/SkMemory_new_handler.cpp',
182 'ext/skia_sandbox_support_win.h', 182 'ext/skia_sandbox_support_win.h',
183 'ext/skia_sandbox_support_win.cc', 183 'ext/skia_sandbox_support_win.cc',
184 'ext/skia_trace_shim.h', 184 'ext/skia_trace_shim.h',
185 'ext/skia_utils_base.cc',
186 'ext/skia_utils_base.h',
185 'ext/skia_utils_ios.mm', 187 'ext/skia_utils_ios.mm',
186 'ext/skia_utils_ios.h', 188 'ext/skia_utils_ios.h',
187 'ext/skia_utils_mac.mm', 189 'ext/skia_utils_mac.mm',
188 'ext/skia_utils_mac.h', 190 'ext/skia_utils_mac.h',
189 'ext/skia_utils_win.cc', 191 'ext/skia_utils_win.cc',
190 'ext/skia_utils_win.h', 192 'ext/skia_utils_win.h',
191 'ext/vector_canvas.cc', 193 'ext/vector_canvas.cc',
192 'ext/vector_canvas.h', 194 'ext/vector_canvas.h',
193 'ext/vector_platform_device_emf_win.cc', 195 'ext/vector_platform_device_emf_win.cc',
194 'ext/vector_platform_device_emf_win.h', 196 'ext/vector_platform_device_emf_win.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '../build/linux/system.gyp:fontconfig', 369 '../build/linux/system.gyp:fontconfig',
368 '../build/linux/system.gyp:freetype2', 370 '../build/linux/system.gyp:freetype2',
369 '../build/linux/system.gyp:pangocairo', 371 '../build/linux/system.gyp:pangocairo',
370 '../third_party/icu/icu.gyp:icuuc', 372 '../third_party/icu/icu.gyp:icuuc',
371 ], 373 ],
372 'cflags': [ 374 'cflags': [
373 '-Wno-unused', 375 '-Wno-unused',
374 '-Wno-unused-function', 376 '-Wno-unused-function',
375 ], 377 ],
376 'sources': [ 378 'sources': [
377 'ext/SkFontHost_fontconfig.cpp', 379 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
378 'ext/SkFontHost_fontconfig_direct.cpp', 380 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
381 ],
382 'sources!': [
383 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
379 ], 384 ],
380 'defines': [ 385 'defines': [
381 # 'SK_USE_COLOR_LUMINANCE', 386 # 'SK_USE_COLOR_LUMINANCE',
382 ], 387 ],
383 }], 388 }],
384 [ 'use_glib == 0 and OS != "android"', { 389 [ 'use_glib == 0 and OS != "android"', {
385 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 390 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
386 'sources!': [ 391 'sources!': [
387 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 392 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
388 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 393 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'sources': [ 854 'sources': [
850 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 855 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
851 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 856 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
852 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 857 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
853 ], 858 ],
854 }, 859 },
855 ], 860 ],
856 }], 861 }],
857 ], 862 ],
858 } 863 }
OLDNEW
« no previous file with comments | « skia/ext/skia_utils_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698