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

Side by Side Diff: skia/skia.gyp

Issue 4842001: Roll Skia to r624. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 '../third_party/skia/src/core/SkProcSpriteBlitter.cpp', 263 '../third_party/skia/src/core/SkProcSpriteBlitter.cpp',
264 '../third_party/skia/src/core/SkPtrRecorder.cpp', 264 '../third_party/skia/src/core/SkPtrRecorder.cpp',
265 '../third_party/skia/src/core/SkQuadClipper.cpp', 265 '../third_party/skia/src/core/SkQuadClipper.cpp',
266 '../third_party/skia/src/core/SkQuadClipper.h', 266 '../third_party/skia/src/core/SkQuadClipper.h',
267 '../third_party/skia/src/core/SkRasterizer.cpp', 267 '../third_party/skia/src/core/SkRasterizer.cpp',
268 '../third_party/skia/src/core/SkRect.cpp', 268 '../third_party/skia/src/core/SkRect.cpp',
269 '../third_party/skia/src/core/SkRefCnt.cpp', 269 '../third_party/skia/src/core/SkRefCnt.cpp',
270 '../third_party/skia/src/core/SkRegion.cpp', 270 '../third_party/skia/src/core/SkRegion.cpp',
271 '../third_party/skia/src/core/SkRegionPriv.h', 271 '../third_party/skia/src/core/SkRegionPriv.h',
272 '../third_party/skia/src/core/SkRegion_path.cpp', 272 '../third_party/skia/src/core/SkRegion_path.cpp',
273 '../third_party/skia/src/core/SkScalar.cpp',
273 '../third_party/skia/src/core/SkScalerContext.cpp', 274 '../third_party/skia/src/core/SkScalerContext.cpp',
274 '../third_party/skia/src/core/SkScan.cpp', 275 '../third_party/skia/src/core/SkScan.cpp',
275 '../third_party/skia/src/core/SkScanPriv.h', 276 '../third_party/skia/src/core/SkScanPriv.h',
276 '../third_party/skia/src/core/SkScan_AntiPath.cpp', 277 '../third_party/skia/src/core/SkScan_AntiPath.cpp',
277 '../third_party/skia/src/core/SkScan_Antihair.cpp', 278 '../third_party/skia/src/core/SkScan_Antihair.cpp',
278 '../third_party/skia/src/core/SkScan_Hairline.cpp', 279 '../third_party/skia/src/core/SkScan_Hairline.cpp',
279 '../third_party/skia/src/core/SkScan_Path.cpp', 280 '../third_party/skia/src/core/SkScan_Path.cpp',
280 '../third_party/skia/src/core/SkShader.cpp', 281 '../third_party/skia/src/core/SkShader.cpp',
281 '../third_party/skia/src/core/SkShape.cpp', 282 '../third_party/skia/src/core/SkShape.cpp',
282 '../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp', 283 '../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 #'../third_party/skia/src/ports/SkThread_pthread.cpp', 379 #'../third_party/skia/src/ports/SkThread_pthread.cpp',
379 '../third_party/skia/src/ports/SkThread_win.cpp', 380 '../third_party/skia/src/ports/SkThread_win.cpp',
380 '../third_party/skia/src/ports/SkTime_Unix.cpp', 381 '../third_party/skia/src/ports/SkTime_Unix.cpp',
381 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', 382 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp',
382 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', 383 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp',
383 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', 384 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp',
384 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', 385 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
385 '../third_party/skia/src/ports/sk_predefined_gamma.h', 386 '../third_party/skia/src/ports/sk_predefined_gamma.h',
386 387
387 '../third_party/skia/src/include/utils/mac/SkCGUtils.h', 388 '../third_party/skia/src/include/utils/mac/SkCGUtils.h',
389 '../third_party/skia/src/include/utils/SkTextFormatParams.h',
388 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 390 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
389 391
390 '../third_party/skia/include/core/Sk64.h', 392 '../third_party/skia/include/core/Sk64.h',
391 '../third_party/skia/include/core/SkAutoKern.h', 393 '../third_party/skia/include/core/SkAutoKern.h',
392 '../third_party/skia/include/core/SkBitmap.h', 394 '../third_party/skia/include/core/SkBitmap.h',
393 '../third_party/skia/include/core/SkBlitter.h', 395 '../third_party/skia/include/core/SkBlitter.h',
394 '../third_party/skia/include/core/SkBounder.h', 396 '../third_party/skia/include/core/SkBounder.h',
395 '../third_party/skia/include/core/SkBuffer.h', 397 '../third_party/skia/include/core/SkBuffer.h',
396 '../third_party/skia/include/core/SkCanvas.h', 398 '../third_party/skia/include/core/SkCanvas.h',
397 '../third_party/skia/include/core/SkChunkAlloc.h', 399 '../third_party/skia/include/core/SkChunkAlloc.h',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 ], 746 ],
745 }, 747 },
746 ], 748 ],
747 } 749 }
748 750
749 # Local Variables: 751 # Local Variables:
750 # tab-width:2 752 # tab-width:2
751 # indent-tabs-mode:nil 753 # indent-tabs-mode:nil
752 # End: 754 # End:
753 # vim: set expandtab tabstop=2 shiftwidth=2: 755 # 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