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

Side by Side Diff: skia/skia.gyp

Issue 7052001: Rolling Skia DEPS to r1385 (and modifying affected gyp file) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 '../third_party/skia/src/core/SkEdge.cpp', 324 '../third_party/skia/src/core/SkEdge.cpp',
325 '../third_party/skia/src/core/SkEdge.h', 325 '../third_party/skia/src/core/SkEdge.h',
326 '../third_party/skia/src/core/SkFP.h', 326 '../third_party/skia/src/core/SkFP.h',
327 '../third_party/skia/src/core/SkFilterProc.cpp', 327 '../third_party/skia/src/core/SkFilterProc.cpp',
328 '../third_party/skia/src/core/SkFilterProc.h', 328 '../third_party/skia/src/core/SkFilterProc.h',
329 '../third_party/skia/src/core/SkFlate.cpp', 329 '../third_party/skia/src/core/SkFlate.cpp',
330 '../third_party/skia/src/core/SkFlattenable.cpp', 330 '../third_party/skia/src/core/SkFlattenable.cpp',
331 '../third_party/skia/src/core/SkFloat.cpp', 331 '../third_party/skia/src/core/SkFloat.cpp',
332 '../third_party/skia/src/core/SkFloat.h', 332 '../third_party/skia/src/core/SkFloat.h',
333 '../third_party/skia/src/core/SkFloatBits.cpp', 333 '../third_party/skia/src/core/SkFloatBits.cpp',
334 '../third_party/skia/src/core/SkFontHost.cpp',
334 '../third_party/skia/src/core/SkGeometry.cpp', 335 '../third_party/skia/src/core/SkGeometry.cpp',
335 '../third_party/skia/src/core/SkGlobals.cpp', 336 '../third_party/skia/src/core/SkGlobals.cpp',
336 '../third_party/skia/src/core/SkGlyphCache.cpp', 337 '../third_party/skia/src/core/SkGlyphCache.cpp',
337 '../third_party/skia/src/core/SkGlyphCache.h', 338 '../third_party/skia/src/core/SkGlyphCache.h',
338 '../third_party/skia/src/core/SkGraphics.cpp', 339 '../third_party/skia/src/core/SkGraphics.cpp',
339 '../third_party/skia/src/core/SkLineClipper.cpp', 340 '../third_party/skia/src/core/SkLineClipper.cpp',
340 '../third_party/skia/src/core/SkMMapStream.cpp', 341 '../third_party/skia/src/core/SkMMapStream.cpp',
341 '../third_party/skia/src/core/SkMallocPixelRef.cpp', 342 '../third_party/skia/src/core/SkMallocPixelRef.cpp',
342 '../third_party/skia/src/core/SkMask.cpp', 343 '../third_party/skia/src/core/SkMask.cpp',
343 '../third_party/skia/src/core/SkMaskFilter.cpp', 344 '../third_party/skia/src/core/SkMaskFilter.cpp',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 ], 770 ],
770 'cflags': [ 771 'cflags': [
771 '-Wno-unused', 772 '-Wno-unused',
772 '-Wno-unused-function', 773 '-Wno-unused-function',
773 ], 774 ],
774 'sources': [ 775 'sources': [
775 'ext/SkFontHost_fontconfig.cpp', 776 'ext/SkFontHost_fontconfig.cpp',
776 'ext/SkFontHost_fontconfig_direct.cpp', 777 'ext/SkFontHost_fontconfig_direct.cpp',
777 '../third_party/skia/src/core/SkBlitter_ARGB32_Subpixel.cpp', 778 '../third_party/skia/src/core/SkBlitter_ARGB32_Subpixel.cpp',
778 '../third_party/skia/src/ports/SkFontHost_FreeType_Subpixel.cpp', 779 '../third_party/skia/src/ports/SkFontHost_FreeType_Subpixel.cpp',
779 '../third_party/skia/src/core/SkFontHost.cpp',
780 ], 780 ],
781 'defines': [ 781 'defines': [
782 'SK_SUPPORT_LCDTEXT', 782 'SK_SUPPORT_LCDTEXT',
783 ], 783 ],
784 }], 784 }],
785 [ 'OS == "mac"', { 785 [ 'OS == "mac"', {
786 'defines': [ 786 'defines': [
787 'SK_BUILD_FOR_MAC', 787 'SK_BUILD_FOR_MAC',
788 ], 788 ],
789 'sources/': [ 789 'sources/': [
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 ], 944 ],
945 }, 945 },
946 ], 946 ],
947 } 947 }
948 948
949 # Local Variables: 949 # Local Variables:
950 # tab-width:2 950 # tab-width:2
951 # indent-tabs-mode:nil 951 # indent-tabs-mode:nil
952 # End: 952 # End:
953 # vim: set expandtab tabstop=2 shiftwidth=2: 953 # vim: set expandtab tabstop=2 shiftwidth=2:
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