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

Side by Side Diff: skia/skia.gyp

Issue 147121: Update WebKit to 45111 and Skia to 239 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 6 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_mac.mm ('k') | webkit/port/bindings/scripts/CodeGeneratorV8.pm » ('j') | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 '../third_party/skia/src/effects/SkEmbossMask.cpp', 314 '../third_party/skia/src/effects/SkEmbossMask.cpp',
315 '../third_party/skia/src/effects/SkEmbossMask.h', 315 '../third_party/skia/src/effects/SkEmbossMask.h',
316 '../third_party/skia/src/effects/SkEmbossMask_Table.h', 316 '../third_party/skia/src/effects/SkEmbossMask_Table.h',
317 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', 317 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp',
318 '../third_party/skia/src/effects/SkGradientShader.cpp', 318 '../third_party/skia/src/effects/SkGradientShader.cpp',
319 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', 319 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
320 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', 320 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
321 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', 321 '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
322 '../third_party/skia/src/effects/SkNWayCanvas.cpp', 322 '../third_party/skia/src/effects/SkNWayCanvas.cpp',
323 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', 323 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
324 '../third_party/skia/src/effects/SkPorterDuff.cpp',
324 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 325 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
325 '../third_party/skia/src/effects/SkRadialGradient_Table.h', 326 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
326 '../third_party/skia/src/effects/SkTransparentShader.cpp', 327 '../third_party/skia/src/effects/SkTransparentShader.cpp',
327 328
328 '../third_party/skia/src/images/bmpdecoderhelper.cpp', 329 '../third_party/skia/src/images/bmpdecoderhelper.cpp',
329 '../third_party/skia/src/images/bmpdecoderhelper.h', 330 '../third_party/skia/src/images/bmpdecoderhelper.h',
330 '../third_party/skia/src/images/fpdfemb.h', 331 '../third_party/skia/src/images/fpdfemb.h',
331 '../third_party/skia/src/images/fpdfemb_ext.h', 332 '../third_party/skia/src/images/fpdfemb_ext.h',
332 '../third_party/skia/src/images/SkBitmap_RLEPixels.h', 333 '../third_party/skia/src/images/SkBitmap_RLEPixels.h',
333 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', 334 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'include_dirs': [ 639 'include_dirs': [
639 'config', 640 'config',
640 '../third_party/skia/include/core', 641 '../third_party/skia/include/core',
641 '../third_party/skia/include/effects', 642 '../third_party/skia/include/effects',
642 'ext', 643 'ext',
643 ], 644 ],
644 }, 645 },
645 }, 646 },
646 ], 647 ],
647 } 648 }
OLDNEW
« no previous file with comments | « skia/ext/skia_utils_mac.mm ('k') | webkit/port/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698