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

Side by Side Diff: skia/skia.gyp

Issue 12771003: Revert 187283 (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',
187 'ext/skia_utils_ios.mm', 185 'ext/skia_utils_ios.mm',
188 'ext/skia_utils_ios.h', 186 'ext/skia_utils_ios.h',
189 'ext/skia_utils_mac.mm', 187 'ext/skia_utils_mac.mm',
190 'ext/skia_utils_mac.h', 188 'ext/skia_utils_mac.h',
191 'ext/skia_utils_win.cc', 189 'ext/skia_utils_win.cc',
192 'ext/skia_utils_win.h', 190 'ext/skia_utils_win.h',
193 'ext/vector_canvas.cc', 191 'ext/vector_canvas.cc',
194 'ext/vector_canvas.h', 192 'ext/vector_canvas.h',
195 'ext/vector_platform_device_emf_win.cc', 193 'ext/vector_platform_device_emf_win.cc',
196 'ext/vector_platform_device_emf_win.h', 194 'ext/vector_platform_device_emf_win.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 '../build/linux/system.gyp:fontconfig', 367 '../build/linux/system.gyp:fontconfig',
370 '../build/linux/system.gyp:freetype2', 368 '../build/linux/system.gyp:freetype2',
371 '../build/linux/system.gyp:pangocairo', 369 '../build/linux/system.gyp:pangocairo',
372 '../third_party/icu/icu.gyp:icuuc', 370 '../third_party/icu/icu.gyp:icuuc',
373 ], 371 ],
374 'cflags': [ 372 'cflags': [
375 '-Wno-unused', 373 '-Wno-unused',
376 '-Wno-unused-function', 374 '-Wno-unused-function',
377 ], 375 ],
378 'sources': [ 376 'sources': [
379 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', 377 'ext/SkFontHost_fontconfig.cpp',
380 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', 378 'ext/SkFontHost_fontconfig_direct.cpp',
381 ],
382 'sources!': [
383 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
384 ], 379 ],
385 'defines': [ 380 'defines': [
386 # 'SK_USE_COLOR_LUMINANCE', 381 # 'SK_USE_COLOR_LUMINANCE',
387 ], 382 ],
388 }], 383 }],
389 [ 'use_glib == 0 and OS != "android"', { 384 [ 'use_glib == 0 and OS != "android"', {
390 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 385 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
391 'sources!': [ 386 'sources!': [
392 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 387 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
393 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 388 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'sources': [ 849 'sources': [
855 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 850 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
856 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 851 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
857 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 852 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
858 ], 853 ],
859 }, 854 },
860 ], 855 ],
861 }], 856 }],
862 ], 857 ],
863 } 858 }
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