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

Side by Side Diff: skia/skia.gyp

Issue 15511008: Roll Skia DEPS to r9230 (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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 '../third_party/skia/src/pdf/SkPDFStream.h', 85 '../third_party/skia/src/pdf/SkPDFStream.h',
86 '../third_party/skia/src/pdf/SkPDFTypes.cpp', 86 '../third_party/skia/src/pdf/SkPDFTypes.cpp',
87 '../third_party/skia/src/pdf/SkPDFTypes.h', 87 '../third_party/skia/src/pdf/SkPDFTypes.h',
88 '../third_party/skia/src/pdf/SkPDFUtils.cpp', 88 '../third_party/skia/src/pdf/SkPDFUtils.cpp',
89 '../third_party/skia/src/pdf/SkPDFUtils.h', 89 '../third_party/skia/src/pdf/SkPDFUtils.h',
90 90
91 #'../third_party/skia/src/ports/SkPurgeableMemoryBlock_android.cpp', 91 #'../third_party/skia/src/ports/SkPurgeableMemoryBlock_android.cpp',
92 #'../third_party/skia/src/ports/SkPurgeableMemoryBlock_mac.cpp', 92 #'../third_party/skia/src/ports/SkPurgeableMemoryBlock_mac.cpp',
93 '../third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp', 93 '../third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp',
94 94
95 '../third_party/skia/src/ports/FontHostConfiguration_android.cpp', 95 '../third_party/skia/src/ports/SkFontConfigInterface_android.cpp',
96 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', 96 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp',
97 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 97 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
98 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 98 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
99 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 99 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
100 '../third_party/skia/src/ports/SkFontHost_android.cpp', 100 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
101 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
101 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 102 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
102 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 103 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
103 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 104 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
104 #'../third_party/skia/src/ports/SkFontHost_none.cpp', 105 #'../third_party/skia/src/ports/SkFontHost_none.cpp',
105 '../third_party/skia/src/ports/SkFontHost_win.cpp', 106 '../third_party/skia/src/ports/SkFontHost_win.cpp',
106 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 107 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
107 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', 108 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
108 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 109 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
109 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', 110 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp',
110 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', 111 #'../third_party/skia/src/ports/SkImageRef_ashmem.h',
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'sources': [ 836 'sources': [
836 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 837 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
837 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 838 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
838 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 839 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
839 ], 840 ],
840 }, 841 },
841 ], 842 ],
842 }], 843 }],
843 ], 844 ],
844 } 845 }
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