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

Side by Side Diff: skia/skia.gyp

Issue 15110004: Roll Skia DEPS to r9130 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | « DEPS ('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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 '../build/linux/system.gyp:fontconfig', 364 '../build/linux/system.gyp:fontconfig',
365 '../build/linux/system.gyp:freetype2', 365 '../build/linux/system.gyp:freetype2',
366 '../build/linux/system.gyp:pangocairo', 366 '../build/linux/system.gyp:pangocairo',
367 '../third_party/icu/icu.gyp:icuuc', 367 '../third_party/icu/icu.gyp:icuuc',
368 ], 368 ],
369 'cflags': [ 369 'cflags': [
370 '-Wno-unused', 370 '-Wno-unused',
371 '-Wno-unused-function', 371 '-Wno-unused-function',
372 ], 372 ],
373 'sources': [ 373 'sources': [
374 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
374 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', 375 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
375 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', 376 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
376 ], 377 ],
377 'defines': [ 378 'defines': [
378 # 'SK_USE_COLOR_LUMINANCE', 379 # 'SK_USE_COLOR_LUMINANCE',
379 ], 380 ],
380 }], 381 }],
381 [ 'use_glib == 0 and OS != "android"', { 382 [ 'use_glib == 0 and OS != "android"', {
382 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 383 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
383 'sources!': [ 384 'sources!': [
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'sources': [ 835 'sources': [
835 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 836 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
836 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 837 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
837 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 838 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
838 ], 839 ],
839 }, 840 },
840 ], 841 ],
841 }], 842 }],
842 ], 843 ],
843 } 844 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698